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 83e2a7ab27..9410639887 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 @@ -4884,6 +4884,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -4937,6 +4940,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -4987,6 +4993,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5037,6 +5046,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5084,6 +5096,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5137,6 +5152,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -130043,6 +130061,50 @@ ], "nullable": true }, + "pull-request-stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "pull-request-simple": { "title": "Pull Request Simple", "description": "Pull Request Simple", @@ -130324,6 +130386,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -149547,6 +149612,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -165022,6 +165090,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -166824,6 +166895,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -216566,6 +216645,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -219577,6 +219659,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -222591,6 +222676,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -225714,6 +225802,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -228834,6 +228925,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -231853,6 +231947,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -234867,6 +234964,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -238257,6 +238357,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -241115,6 +241218,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -243980,6 +244086,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -246849,6 +246958,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -252845,6 +252957,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -255961,6 +256076,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -259119,6 +259237,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -262222,6 +262343,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -265229,6 +265353,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -268023,6 +268150,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -271180,6 +271310,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -271745,6 +271878,9 @@ "installation": { "$ref": "#/components/schemas/simple-installation" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "number": { "$ref": "#/components/schemas/webhooks_number" }, @@ -274569,6 +274705,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -277588,6 +277727,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -280610,6 +280752,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -283627,6 +283772,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -286627,6 +286775,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -338205,6 +338356,16 @@ } } }, + "gone": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "internal_error": { "description": "Internal Error", "content": { @@ -338524,16 +338685,6 @@ } } }, - "gone": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/basic-error" - } - } - } - }, "code_quality_forbidden_read": { "description": "Response if the user is not authorized to access Code quality for this repository.", "content": { 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 5d87e53712..ce108fd5fc 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 @@ -3723,6 +3723,8 @@ paths: "$ref": "#/components/examples/classroom-assignment" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3761,6 +3763,8 @@ paths: examples: default: "$ref": "#/components/examples/classroom-accepted-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3799,6 +3803,8 @@ paths: "$ref": "#/components/examples/classroom-assignment-grades" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3836,6 +3842,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3872,6 +3880,8 @@ paths: "$ref": "#/components/examples/classroom" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3910,6 +3920,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -95588,6 +95600,39 @@ components: - commit_title - commit_message nullable: true + pull-request-stack: + title: Pull Request Stack + description: The stack information associated with a pull request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull request belongs to. + sha: + type: string + description: The base SHA of the stack this pull request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the stack. + position: + type: integer + description: The one-based position of this pull request within the stack, + where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request belongs to. + number: + type: integer + description: The number of the stack that this pull request belongs to. + required: + - base + nullable: true pull-request-simple: title: Pull Request Simple description: Pull Request Simple @@ -95797,6 +95842,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -110593,6 +110640,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -122379,6 +122428,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -123754,6 +123805,14 @@ components: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` covers specific + provider patterns and custom patterns; `generic` covers non-specific patterns + and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -160571,6 +160630,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -162880,6 +162941,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -165191,6 +165254,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -167575,6 +167640,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -169960,6 +170027,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -172276,6 +172345,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -174588,6 +174659,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -177189,6 +177262,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -179381,6 +179456,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -181578,6 +181655,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -183782,6 +183861,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -188327,6 +188408,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -190714,6 +190797,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -193137,6 +193222,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -195511,6 +195598,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -197821,6 +197910,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -199927,6 +200018,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -202317,6 +202410,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -202758,6 +202853,8 @@ components: "$ref": "#/components/schemas/enterprise-webhooks" installation: "$ref": "#/components/schemas/simple-installation" + stack: + "$ref": "#/components/schemas/pull-request-stack" number: "$ref": "#/components/schemas/webhooks_number" organization: @@ -204924,6 +205021,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -207230,6 +207329,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -209549,6 +209650,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -211854,6 +211957,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -214152,6 +214257,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -256904,6 +257011,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + gone: + description: Gone + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" internal_error: description: Internal Error content: @@ -257103,12 +257216,6 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" - gone: - description: Gone - content: - application/json: - schema: - "$ref": "#/components/schemas/basic-error" code_quality_forbidden_read: description: Response if the user is not authorized to access Code quality for this repository. 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 00e27d7f8b..98f617083b 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 @@ -4884,6 +4884,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -4937,6 +4940,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -4987,6 +4993,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5037,6 +5046,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5084,6 +5096,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5137,6 +5152,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -129544,6 +129562,50 @@ ], "nullable": true }, + "pull-request-stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "pull-request-simple": { "title": "Pull Request Simple", "description": "Pull Request Simple", @@ -129817,6 +129879,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -148964,6 +149029,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -164614,6 +164682,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -166415,6 +166486,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -216126,6 +216205,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -219122,6 +219204,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -222121,6 +222206,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -225239,6 +225327,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -228354,6 +228445,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -231358,6 +231452,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -234357,6 +234454,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -237732,6 +237832,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -240575,6 +240678,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -243425,6 +243531,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -246279,6 +246388,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -252255,6 +252367,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -255356,6 +255471,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -258499,6 +258617,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -261587,6 +261708,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -264579,6 +264703,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -267368,6 +267495,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -270520,6 +270650,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -271084,6 +271217,9 @@ "installation": { "$ref": "#/components/schemas/simple-installation" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "number": { "$ref": "#/components/schemas/webhooks_number" }, @@ -273894,6 +274030,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -276898,6 +277037,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -279905,6 +280047,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -282907,6 +283052,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -285892,6 +286040,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -337345,6 +337496,16 @@ } } }, + "gone": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "internal_error": { "description": "Internal Error", "content": { @@ -337664,16 +337825,6 @@ } } }, - "gone": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/basic-error" - } - } - } - }, "code_quality_forbidden_read": { "description": "Response if the user is not authorized to access Code quality for this repository.", "content": { 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 d89299c260..eba588433c 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 @@ -3723,6 +3723,8 @@ paths: "$ref": "#/components/examples/classroom-assignment" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3761,6 +3763,8 @@ paths: examples: default: "$ref": "#/components/examples/classroom-accepted-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3799,6 +3803,8 @@ paths: "$ref": "#/components/examples/classroom-assignment-grades" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3836,6 +3842,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3872,6 +3880,8 @@ paths: "$ref": "#/components/examples/classroom" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3910,6 +3920,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -95194,6 +95206,39 @@ components: - commit_title - commit_message nullable: true + pull-request-stack: + title: Pull Request Stack + description: The stack information associated with a pull request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull request belongs to. + sha: + type: string + description: The base SHA of the stack this pull request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the stack. + position: + type: integer + description: The one-based position of this pull request within the stack, + where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request belongs to. + number: + type: integer + description: The number of the stack that this pull request belongs to. + required: + - base + nullable: true pull-request-simple: title: Pull Request Simple description: Pull Request Simple @@ -95397,6 +95442,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -110130,6 +110177,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -122046,6 +122095,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -123420,6 +123471,14 @@ components: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` covers specific + provider patterns and custom patterns; `generic` covers non-specific patterns + and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -160210,6 +160269,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -162503,6 +162564,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -164798,6 +164861,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -167178,6 +167243,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -169559,6 +169626,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -171859,6 +171928,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -174155,6 +174226,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -176740,6 +176813,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -178916,6 +178991,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -181097,6 +181174,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -183285,6 +183364,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -187810,6 +187891,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -190181,6 +190264,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -192588,6 +192673,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194946,6 +195033,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -197240,6 +197329,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -199342,6 +199433,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -201728,6 +201821,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -202168,6 +202263,8 @@ components: "$ref": "#/components/schemas/enterprise-webhooks" installation: "$ref": "#/components/schemas/simple-installation" + stack: + "$ref": "#/components/schemas/pull-request-stack" number: "$ref": "#/components/schemas/webhooks_number" organization: @@ -204319,6 +204416,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -206609,6 +206708,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -208912,6 +209013,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -211201,6 +211304,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -213483,6 +213588,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -256122,6 +256229,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + gone: + description: Gone + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" internal_error: description: Internal Error content: @@ -256321,12 +256434,6 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" - gone: - description: Gone - content: - application/json: - schema: - "$ref": "#/components/schemas/basic-error" code_quality_forbidden_read: description: Response if the user is not authorized to access Code quality for this repository. diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 607c0a8b76..c5997c65fd 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -4898,6 +4898,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -4951,6 +4954,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5001,6 +5007,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5051,6 +5060,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5098,6 +5110,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5151,6 +5166,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -130825,6 +130843,50 @@ ], "nullable": true }, + "pull-request-stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "pull-request-simple": { "title": "Pull Request Simple", "description": "Pull Request Simple", @@ -131106,6 +131168,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -150757,6 +150822,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -166421,6 +166489,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -168271,6 +168342,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -218037,6 +218116,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -221078,6 +221160,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -224122,6 +224207,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -227275,6 +227363,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -230411,6 +230502,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -233446,6 +233540,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -236490,6 +236587,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -239910,6 +240010,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -242798,6 +242901,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -245693,6 +245799,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -248592,6 +248701,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -254634,6 +254746,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -257750,6 +257865,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -260954,6 +261072,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -264057,6 +264178,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -267110,6 +267234,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -269934,6 +270061,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -273107,6 +273237,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -273688,6 +273821,9 @@ "installation": { "$ref": "#/components/schemas/simple-installation" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "number": { "$ref": "#/components/schemas/webhooks_number" }, @@ -276512,6 +276648,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -279561,6 +279700,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -282613,6 +282755,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -285660,6 +285805,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -288690,6 +288838,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -340546,6 +340697,16 @@ } } }, + "gone": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "internal_error": { "description": "Internal Error", "content": { @@ -340865,16 +341026,6 @@ } } }, - "gone": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/basic-error" - } - } - } - }, "code_quality_forbidden_read": { "description": "Response if the user is not authorized to access Code quality for this repository.", "content": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index a796379333..9dd9c8524c 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -3731,6 +3731,8 @@ paths: "$ref": "#/components/examples/classroom-assignment" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3769,6 +3771,8 @@ paths: examples: default: "$ref": "#/components/examples/classroom-accepted-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3807,6 +3811,8 @@ paths: "$ref": "#/components/examples/classroom-assignment-grades" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3844,6 +3850,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3880,6 +3888,8 @@ paths: "$ref": "#/components/examples/classroom" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3918,6 +3928,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -96096,6 +96108,39 @@ components: - commit_title - commit_message nullable: true + pull-request-stack: + title: Pull Request Stack + description: The stack information associated with a pull request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull request belongs to. + sha: + type: string + description: The base SHA of the stack this pull request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the stack. + position: + type: integer + description: The one-based position of this pull request within the stack, + where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request belongs to. + number: + type: integer + description: The number of the stack that this pull request belongs to. + required: + - base + nullable: true pull-request-simple: title: Pull Request Simple description: Pull Request Simple @@ -96305,6 +96350,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -111452,6 +111499,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -123388,6 +123437,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -124805,6 +124856,14 @@ components: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` covers specific + provider patterns and custom patterns; `generic` covers non-specific patterns + and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -161640,6 +161699,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -163964,6 +164025,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -166290,6 +166353,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -168689,6 +168754,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -171082,6 +171149,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -173406,6 +173475,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -175733,6 +175804,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -178349,6 +178422,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -180556,6 +180631,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -182768,6 +182845,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -184987,6 +185066,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -189555,6 +189636,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -191942,6 +192025,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194388,6 +194473,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -196762,6 +196849,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -199095,6 +199184,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -201216,6 +201307,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -203614,6 +203707,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -204063,6 +204158,8 @@ components: "$ref": "#/components/schemas/enterprise-webhooks" installation: "$ref": "#/components/schemas/simple-installation" + stack: + "$ref": "#/components/schemas/pull-request-stack" number: "$ref": "#/components/schemas/webhooks_number" organization: @@ -206229,6 +206326,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -208550,6 +208649,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -210884,6 +210985,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -213204,6 +213307,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -215517,6 +215622,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -258409,6 +258516,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + gone: + description: Gone + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" internal_error: description: Internal Error content: @@ -258608,12 +258721,6 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" - gone: - description: Gone - content: - application/json: - schema: - "$ref": "#/components/schemas/basic-error" code_quality_forbidden_read: description: Response if the user is not authorized to access Code quality for this repository. 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 a900d2b933..b26574fe07 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 @@ -16646,6 +16646,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17032,6 +17058,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17198,6 +17250,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17295,6 +17373,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17456,6 +17560,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17699,6 +17829,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -187008,6 +187164,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -196566,6 +196766,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -336057,6 +336301,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -520952,6 +521240,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -524775,6 +525107,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -531487,6 +531863,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -535521,6 +535941,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -546551,6 +547015,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -550464,6 +550972,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -681147,6 +681699,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -739487,6 +740083,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -858784,6 +859424,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1173051,6 +1173735,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1177654,6 +1178382,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1182260,6 +1183032,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1187124,6 +1187940,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1192106,6 +1192966,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1197028,6 +1197932,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1201620,6 +1202568,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1206560,6 +1207552,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1211274,6 +1212310,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1215924,6 +1217004,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1220531,6 +1221655,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1225332,6 +1226500,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1230192,6 +1231404,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1235174,6 +1236430,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1240156,6 +1241456,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1245100,6 +1246444,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1249905,6 +1251293,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1254732,6 +1256164,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1259193,6 +1260669,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1268572,6 +1270092,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1273190,6 +1274754,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1277940,6 +1279548,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1282545,6 +1284197,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1287144,6 +1288840,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1291729,6 +1293469,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1296478,6 +1298262,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1298565,6 +1300393,50 @@ "node_id" ] }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "number": { "description": "The pull request number.", "type": "integer" @@ -1301460,6 +1303332,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1306072,6 +1307988,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1310780,6 +1312740,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1315428,6 +1317432,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1320021,6 +1322069,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1385910,6 +1388002,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1388443,6 +1390543,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1390852,6 +1392960,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1393731,6 +1395847,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1396139,6 +1398263,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1398547,6 +1400679,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1400956,6 +1403096,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1403365,6 +1405513,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1405774,6 +1407930,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1408307,6 +1410471,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index dd20e07aee..3209ac8f9d 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 @@ -447,7 +447,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &47 + - &48 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 results before this cursor. For @@ -456,7 +456,7 @@ paths: required: false schema: type: string - - &48 + - &49 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 results after this cursor. For @@ -465,7 +465,7 @@ paths: required: false schema: type: string - - &62 + - &63 name: direction description: The direction to sort the results by. in: query @@ -686,7 +686,7 @@ paths: required: - vector_string - score - cvss_severities: &64 + cvss_severities: &65 type: object nullable: true properties: @@ -726,7 +726,7 @@ paths: required: - vector_string - score - epss: &65 + epss: &66 type: object nullable: true readOnly: true @@ -864,7 +864,7 @@ paths: - subscriptions_url - type - url - type: &347 + type: &348 type: string description: The type of credit the user is receiving. enum: @@ -997,7 +997,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &133 + schema: &134 title: Validation Error Simple description: Validation Error Simple type: object @@ -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: - - &714 + - &715 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3674,7 +3674,7 @@ paths: GitHub. type: object nullable: true - properties: &83 + properties: &84 id: description: Unique identifier of the GitHub app example: 37 @@ -3807,7 +3807,7 @@ paths: about itself. example: 5 type: integer - required: &84 + required: &85 - id - node_id - owner @@ -4112,7 +4112,7 @@ paths: schema: type: integer default: 30 - - &231 + - &232 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 @@ -4121,7 +4121,7 @@ paths: required: false schema: type: string - - &232 + - &233 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4141,7 +4141,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4221,7 +4221,7 @@ paths: - installation_id - repository_id examples: - default: &234 + default: &235 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4280,7 +4280,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &132 + schema: &133 title: Validation Error description: Validation Error type: object @@ -4349,7 +4349,7 @@ paths: description: Response content: application/json: - schema: &235 + schema: &236 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4463,7 +4463,7 @@ paths: - request - response examples: - default: &236 + default: &237 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4523,7 +4523,7 @@ paths: parameters: - *16 responses: - '202': &39 + '202': &40 description: Accepted content: application/json: @@ -4636,7 +4636,7 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &37 + '304': &38 description: Not modified '401': &25 description: Requires authentication @@ -4664,7 +4664,7 @@ paths: parameters: - *17 - *19 - - &95 + - &96 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -5256,7 +5256,7 @@ paths: suspended_at: suspended_by: headers: - Link: &70 + Link: &71 example: ; rel="next", ; rel="last" schema: @@ -5448,11 +5448,11 @@ paths: - selected repositories: type: array - items: &82 + items: &83 title: Repository description: A repository on GitHub. type: object - properties: &310 + properties: &311 id: description: Unique identifier of the repository example: 42 @@ -5472,7 +5472,7 @@ paths: title: License Simple description: License Simple type: object - properties: &91 + properties: &92 key: type: string example: mit @@ -5494,7 +5494,7 @@ paths: html_url: type: string format: uri - required: &92 + required: &93 - key - name - url @@ -5903,7 +5903,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &311 + required: &312 - archive_url - assignees_url - blobs_url @@ -6843,7 +6843,7 @@ paths: - node_id - private - default_branch - classroom: &34 + classroom: &35 title: Classroom description: A GitHub Classroom classroom type: object @@ -6955,6 +6955,11 @@ paths: archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': &33 + description: Gone + content: + application/json: + schema: *3 x-github: enabledForGitHubApps: true category: classroom @@ -7040,7 +7045,7 @@ paths: - avatar_url - html_url repository: *32 - assignment: &36 + assignment: &37 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -7129,7 +7134,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &33 + classroom: &34 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -7224,6 +7229,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7331,6 +7337,7 @@ paths: points_available: 15 group_name: monalisa-and-friends '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7363,7 +7370,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -7371,6 +7378,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7394,7 +7402,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#closing-down---get-a-classroom parameters: - - &35 + - &36 name: classroom_id description: The unique identifier of the classroom. in: path @@ -7406,7 +7414,7 @@ paths: description: Response content: application/json: - schema: *34 + schema: *35 examples: default: value: @@ -7422,6 +7430,7 @@ paths: avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7445,7 +7454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#closing-down---list-assignments-for-a-classroom parameters: - - *35 + - *36 - *19 - *17 responses: @@ -7455,7 +7464,7 @@ paths: application/json: schema: type: array - items: *36 + items: *37 examples: default: value: @@ -7481,6 +7490,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7506,7 +7516,7 @@ paths: application/json: schema: type: array - items: &38 + items: &39 title: Code Of Conduct description: Code Of Conduct type: object @@ -7589,7 +7599,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7616,7 +7626,7 @@ paths: description: Response content: application/json: - schema: *38 + schema: *39 examples: default: value: @@ -7671,7 +7681,7 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7731,9 +7741,9 @@ paths: - ghu_1234567890abcdef1234567890abcdef12345678 - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: - '202': *39 + '202': *40 '422': *7 - '500': &55 + '500': &56 description: Internal Error content: application/json: @@ -9642,7 +9652,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9663,7 +9673,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-enterprise parameters: - - &40 + - &41 name: enterprise description: The slug version of the enterprise name. in: path @@ -9675,7 +9685,7 @@ paths: description: Response content: application/json: - schema: &41 + schema: &42 title: Actions cache retention limit for an enterprise description: GitHub Actions cache retention policy for an enterprise. type: object @@ -9687,7 +9697,7 @@ paths: type: integer example: 14 examples: - default: &42 + default: &43 value: max_cache_retention_days: 80 '403': *29 @@ -9711,14 +9721,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -9745,13 +9755,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &43 + schema: &44 title: Actions cache storage limit for an enterprise description: GitHub Actions cache storage policy for an enterprise. type: object @@ -9763,7 +9773,7 @@ paths: type: integer example: 10 examples: - default: &44 + default: &45 value: max_cache_size_gb: 150 '403': *29 @@ -9787,14 +9797,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -9820,7 +9830,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -9828,7 +9838,7 @@ paths: application/json: schema: type: array - items: &45 + items: &46 title: Actions OIDC Custom Property Inclusion description: An OIDC custom property inclusion for repository properties type: object @@ -9875,12 +9885,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: &145 + schema: &146 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -9892,7 +9902,7 @@ paths: required: - custom_property_name examples: - default: &46 + default: &47 value: custom_property_name: environment responses: @@ -9900,9 +9910,9 @@ paths: description: OIDC custom property inclusion created content: application/json: - schema: *45 + schema: *46 examples: - default: *46 + default: *47 '400': description: Invalid input '403': *29 @@ -9927,7 +9937,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *40 + - *41 - name: custom_property_name in: path required: true @@ -9963,7 +9973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-enterprise parameters: - - *40 + - *41 - name: per_page in: query description: The number of results per page (max 100). For more information, @@ -9972,8 +9982,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 responses: '200': description: Response @@ -9981,7 +9991,7 @@ paths: application/json: schema: type: array - items: &49 + items: &50 type: object description: A code security configuration properties: @@ -10301,7 +10311,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -10379,7 +10389,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &53 + code_scanning_options: &54 type: object description: Security Configuration feature options for code scanning nullable: true @@ -10396,7 +10406,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &52 + code_scanning_default_setup_options: &53 type: object description: Feature options for code scanning default setup nullable: true @@ -10520,9 +10530,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *49 + schema: *50 examples: - default: &50 + default: &51 value: id: 1325 target_type: enterprise @@ -10574,13 +10584,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 type: array description: A list of default code security configurations items: @@ -10594,9 +10604,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *49 + configuration: *50 examples: - default: &200 + default: &201 value: - default_for_new_repos: public configuration: @@ -10679,8 +10689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - - *40 - - &51 + - *41 + - &52 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -10692,10 +10702,10 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *50 - '304': *37 + default: *51 + '304': *38 '403': *29 '404': *6 x-github: @@ -10718,8 +10728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -10798,8 +10808,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *52 - code_scanning_options: *53 + code_scanning_default_setup_options: *53 + code_scanning_options: *54 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -10895,13 +10905,13 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *50 - '304': *37 + default: *51 + '304': *38 '403': *29 '404': *6 - '409': &54 + '409': &55 description: Conflict content: application/json: @@ -10928,15 +10938,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 responses: - '204': &61 + '204': &62 description: A header with no content is returned. '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10960,8 +10970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -10985,10 +10995,10 @@ paths: value: scope: all responses: - '202': *39 + '202': *40 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11012,8 +11022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -11053,12 +11063,12 @@ paths: - none - private_and_internal - public - configuration: *49 + configuration: *50 examples: default: value: default_for_new_repos: all - configuration: &198 + configuration: &199 value: id: 1325 target_type: organization @@ -11119,8 +11129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - - *40 - - *51 + - *41 + - *52 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -11129,8 +11139,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -11148,7 +11158,7 @@ paths: application/json: schema: type: array - items: &201 + items: &202 type: object description: Repositories associated with a code security configuration and attachment status @@ -11166,11 +11176,11 @@ paths: - failed - updating - removed_by_enterprise - repository: &67 + repository: &68 title: Simple Repository description: A GitHub repository. type: object - properties: &68 + properties: &69 id: type: integer format: int64 @@ -11397,7 +11407,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &69 + required: &70 - archive_url - assignees_url - blobs_url @@ -11449,7 +11459,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &202 + repository: &203 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -11542,8 +11552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day parameters: - - *40 - - &56 + - *41 + - &57 name: day description: The day to request data for, in `YYYY-MM-DD` format. in: query @@ -11557,7 +11567,7 @@ paths: description: Response content: application/json: - schema: &57 + schema: &58 type: object title: Copilot Metrics 1 Day Report description: Links to download the Copilot usage metrics report for @@ -11578,13 +11588,13 @@ paths: - download_links - report_day examples: - default: &58 + default: &59 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_day: '2025-07-01' - '500': *55 + '500': *56 '403': *29 '404': *6 x-github: @@ -11610,13 +11620,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &59 + schema: &60 type: object title: Copilot Metrics 28 Day Report description: Links to download the latest Copilot usage metrics report @@ -11644,14 +11654,14 @@ paths: - report_start_day - report_end_day examples: - default: &60 + default: &61 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_start_day: '2025-07-01' report_end_day: '2025-07-28' - '500': *55 + '500': *56 '403': *29 '404': *6 x-github: @@ -11677,17 +11687,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-user-teams-report-for-a-specific-day parameters: - - *40 - - *56 + - *41 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '500': *55 + default: *59 + '500': *56 '403': *29 '404': *6 x-github: @@ -11713,17 +11723,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day parameters: - - *40 - - *56 + - *41 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '500': *55 + default: *59 + '500': *56 '403': *29 '404': *6 x-github: @@ -11749,16 +11759,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -11786,7 +11796,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-the-coding-agent-policy-for-an-enterprise parameters: - - *40 + - *41 requestBody: description: The coding agent policy configuration required: true @@ -11813,7 +11823,7 @@ paths: value: policy_state: enabled_for_all_orgs responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -11840,7 +11850,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#add-organizations-to-the-enterprise-coding-agent-policy parameters: - - *40 + - *41 requestBody: description: The organizations to enable Copilot cloud agent for required: true @@ -11889,7 +11899,7 @@ paths: - engineering - security responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -11915,7 +11925,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#remove-organizations-from-the-enterprise-coding-agent-policy parameters: - - *40 + - *41 requestBody: description: The organizations to disable Copilot cloud agent for required: true @@ -11965,7 +11975,7 @@ paths: - engineering - security responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -11989,8 +11999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *40 - - &212 + - *41 + - &213 name: classification in: query description: |- @@ -11999,7 +12009,7 @@ paths: Can be: `malware`, `general` schema: type: string - - &213 + - &214 name: state in: query description: |- @@ -12008,7 +12018,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &214 + - &215 name: severity in: query description: |- @@ -12017,7 +12027,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &215 + - &216 name: ecosystem in: query description: |- @@ -12026,14 +12036,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &216 + - &217 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &217 + - &218 name: epss_percentage in: query description: |- @@ -12045,7 +12055,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 - - &510 + - &511 name: has in: query description: |- @@ -12059,7 +12069,7 @@ paths: type: string enum: - patch - - &218 + - &219 name: assignee in: query description: |- @@ -12068,7 +12078,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &219 + - &220 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -12078,7 +12088,7 @@ paths: enum: - development - runtime - - &220 + - &221 name: sort in: query description: |- @@ -12093,9 +12103,9 @@ paths: - updated - epss_percentage default: created - - *62 - - *47 + - *63 - *48 + - *49 - *17 responses: '200': @@ -12104,11 +12114,11 @@ paths: application/json: schema: type: array - items: &221 + items: &222 type: object description: A Dependabot alert. properties: - number: &188 + number: &189 type: integer description: The security alert number. readOnly: true @@ -12126,7 +12136,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &63 + package: &64 type: object description: Details for the vulnerable package. readOnly: true @@ -12171,7 +12181,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &511 + security_advisory: &512 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12201,13 +12211,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &66 + items: &67 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *63 + package: *64 severity: type: string description: The severity of the vulnerability. @@ -12280,8 +12290,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *64 - epss: *65 + cvss_severities: *65 + epss: *66 cwes: type: array description: Details for the advisory pertaining to Common @@ -12380,30 +12390,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *66 - url: &191 + security_vulnerability: *67 + url: &192 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &192 + html_url: &193 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &189 + created_at: &190 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &190 + updated_at: &191 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &194 + dismissed_at: &195 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -12433,21 +12443,21 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &193 + fixed_at: &194 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &512 + auto_dismissed_at: &513 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: &513 + dismissal_request: &514 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12490,7 +12500,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *67 + repository: *68 required: - number - state @@ -12509,7 +12519,7 @@ paths: - repository additionalProperties: false examples: - default: &222 + default: &223 value: - number: 2 state: dismissed @@ -12847,7 +12857,7 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *37 + '304': *38 '403': *29 '404': *6 '422': *7 @@ -12871,7 +12881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-enterprise parameters: - - *40 + - *41 - name: page in: query description: The page number of results to fetch. @@ -12894,7 +12904,7 @@ paths: description: Response content: application/json: - schema: &223 + schema: &224 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -12915,12 +12925,12 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *68 - required: *69 + properties: *69 + required: *70 nullable: true additionalProperties: false examples: - default: &224 + default: &225 value: default_level: public accessible_repositories: @@ -13020,7 +13030,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -13084,7 +13094,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot-in-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -13128,7 +13138,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#list-enterprise-teams parameters: - - *40 + - *41 - *17 - *19 responses: @@ -13138,7 +13148,7 @@ paths: application/json: schema: type: array - items: &71 + items: &72 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -13217,7 +13227,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -13235,7 +13245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#create-an-enterprise-team parameters: - - *40 + - *41 requestBody: required: true content: @@ -13302,9 +13312,9 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: &79 + default: &80 value: id: 1 name: Justice League @@ -13332,8 +13342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - - *40 - - &72 + - *41 + - &73 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -13352,7 +13362,7 @@ paths: type: array items: *4 examples: - default: &73 + default: &74 value: - login: octocat id: 1 @@ -13373,7 +13383,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13390,8 +13400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13422,7 +13432,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13439,8 +13449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13471,7 +13481,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13488,9 +13498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - - *40 - - *72 - - &74 + - *41 + - *73 + - &75 name: username description: The handle for the GitHub user account. in: path @@ -13504,7 +13514,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &75 + exampleKey1: &76 value: login: octocat id: 1 @@ -13539,9 +13549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - - *40 - - *72 - - *74 + - *41 + - *73 + - *75 responses: '201': description: Successfully added team member @@ -13549,7 +13559,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *75 + exampleKey1: *76 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13566,9 +13576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - - *40 - - *72 - - *74 + - *41 + - *73 + - *75 responses: '204': description: Response @@ -13589,8 +13599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 - *17 - *19 responses: @@ -13600,11 +13610,11 @@ paths: application/json: schema: type: array - items: &76 + items: &77 title: Organization Simple description: A GitHub organization. type: object - properties: &208 + properties: &209 login: type: string example: github @@ -13645,7 +13655,7 @@ paths: type: string example: A great organization nullable: true - required: &209 + required: &210 - login - url - id @@ -13659,7 +13669,7 @@ paths: - avatar_url - description examples: - default: &77 + default: &78 value: login: github id: 1 @@ -13689,8 +13699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13718,9 +13728,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &119 + default: &120 value: - login: github id: 1 @@ -13750,8 +13760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13791,9 +13801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - - *40 - - *72 - - &78 + - *41 + - *73 + - &79 name: org description: The organization name. The name is not case sensitive. in: path @@ -13805,9 +13815,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 '404': description: The team is not assigned to the organization x-github: @@ -13825,17 +13835,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - - *40 - - *72 - - *78 + - *41 + - *73 + - *79 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13851,9 +13861,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - - *40 - - *72 - - *78 + - *41 + - *73 + - *79 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -13876,8 +13886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - - *40 - - &80 + - *41 + - &81 name: team_slug description: The slug of the team name. in: path @@ -13889,11 +13899,11 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: *79 + default: *80 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -13910,8 +13920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - - *40 - - *80 + - *41 + - *81 requestBody: required: true content: @@ -13976,11 +13986,11 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: *79 + default: *80 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -14000,8 +14010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - - *40 - - *80 + - *41 + - *81 responses: '204': description: Response @@ -14039,7 +14049,7 @@ paths: application/json: schema: type: array - items: &114 + items: &115 title: Event description: Event type: object @@ -14049,7 +14059,7 @@ paths: type: type: string nullable: true - actor: &81 + actor: &82 title: Actor description: Actor type: object @@ -14089,7 +14099,7 @@ paths: - id - name - url - org: *81 + org: *82 payload: oneOf: - title: CreateEvent @@ -14135,7 +14145,7 @@ paths: properties: action: type: string - discussion: &810 + discussion: &811 title: Discussion description: A Discussion in a repository. type: object @@ -14422,7 +14432,7 @@ paths: - id labels: type: array - items: &87 + items: &88 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -14497,7 +14507,7 @@ paths: properties: action: type: string - issue: &88 + issue: &89 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -14615,7 +14625,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &294 + properties: &295 url: type: string format: uri @@ -14685,7 +14695,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &295 + required: &296 - closed_issues - creator - description @@ -14764,7 +14774,7 @@ paths: timeline_url: type: string format: uri - type: &257 + type: &258 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -14816,7 +14826,7 @@ paths: - node_id - name - description - repository: *82 + repository: *83 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -14827,9 +14837,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - author_association: &85 + properties: *84 + required: *85 + author_association: &86 title: author_association type: string example: OWNER @@ -14844,7 +14854,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &86 + reactions: &87 title: Reaction Rollup type: object properties: @@ -14880,7 +14890,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &725 + sub_issues_summary: &726 title: Sub-issues Summary type: object properties: @@ -14905,7 +14915,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &89 + properties: &90 id: description: Unique identifier of the issue comment example: 42 @@ -14948,7 +14958,7 @@ paths: issue_url: type: string format: uri - author_association: *85 + author_association: *86 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -14959,9 +14969,9 @@ paths: class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - reactions: *86 + properties: *84 + required: *85 + reactions: *87 pin: title: Pinned Issue Comment description: Context around who pinned an issue @@ -14997,7 +15007,7 @@ paths: required: &594 - reason nullable: true - required: &90 + required: &91 - id - node_id - html_url @@ -15007,7 +15017,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &726 + issue_dependencies_summary: &727 title: Issue Dependencies Summary type: object properties: @@ -15143,10 +15153,10 @@ paths: assignees: type: array items: *4 - label: *87 + label: *88 labels: type: array - items: *87 + items: *88 required: - action - issue @@ -15155,14 +15165,14 @@ paths: properties: action: type: string - issue: *88 + issue: *89 comment: &561 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 required: - action - issue @@ -15335,8 +15345,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true allow_forking: type: boolean @@ -15425,7 +15435,7 @@ paths: type: string number: type: integer - pull_request: &93 + pull_request: &94 title: Pull Request Minimal type: object properties: @@ -15496,10 +15506,10 @@ paths: assignees: type: array items: *4 - label: *87 + label: *88 labels: type: array - items: *87 + items: *88 required: - action - number @@ -15509,7 +15519,7 @@ paths: properties: action: type: string - pull_request: *93 + pull_request: *94 comment: type: object properties: @@ -15760,7 +15770,7 @@ paths: - pull_request updated_at: type: string - pull_request: *93 + pull_request: *94 required: - action - review @@ -15809,7 +15819,7 @@ paths: updated_at: type: string format: date-time - reactions: *86 + reactions: *87 required: - action - comment @@ -15820,7 +15830,7 @@ paths: type: string release: allOf: - - &638 + - &639 title: Release description: A release. type: object @@ -15891,7 +15901,7 @@ paths: author: *4 assets: type: array - items: &639 + items: &640 title: Release Asset description: Data related to a release. type: object @@ -15966,7 +15976,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *86 + reactions: *87 required: - assets_url - upload_url @@ -16056,9 +16066,9 @@ paths: before: 883efe034920928c47fe18598c01249d1a9fdabd public: true created_at: '2022-06-07T07:50:26Z' - '304': *37 + '304': *38 '403': *29 - '503': &122 + '503': &123 description: Service unavailable content: application/json: @@ -16151,7 +16161,7 @@ paths: _links: type: object properties: - timeline: &94 + timeline: &95 title: Link With Type description: Hypermedia Link with Type type: object @@ -16163,17 +16173,17 @@ paths: required: - href - type - user: *94 - security_advisories: *94 - current_user: *94 - current_user_public: *94 - current_user_actor: *94 - current_user_organization: *94 + user: *95 + security_advisories: *95 + current_user: *95 + current_user_public: *95 + current_user_actor: *95 + current_user_organization: *95 current_user_organizations: type: array - items: *94 - repository_discussions: *94 - repository_discussions_category: *94 + items: *95 + repository_discussions: *95 + repository_discussions_category: *95 required: - timeline - user @@ -16235,7 +16245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *95 + - *96 - *17 - *19 responses: @@ -16245,7 +16255,7 @@ paths: application/json: schema: type: array - items: &96 + items: &97 title: Base Gist description: Base Gist type: object @@ -16344,7 +16354,7 @@ paths: - created_at - updated_at examples: - default: &97 + default: &98 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -16389,8 +16399,8 @@ paths: site_admin: false truncated: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -16465,7 +16475,7 @@ paths: description: Response content: application/json: - schema: &98 + schema: &99 title: Gist Simple description: Gist Simple type: object @@ -16482,7 +16492,7 @@ paths: url: type: string format: uri - user: &734 + user: &735 title: Public User description: Public User type: object @@ -16844,7 +16854,7 @@ paths: truncated: type: boolean examples: - default: &99 + default: &100 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -16926,7 +16936,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -16948,7 +16958,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *95 + - *96 - *17 - *19 responses: @@ -16958,13 +16968,13 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -16982,7 +16992,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *95 + - *96 - *17 - *19 responses: @@ -16992,13 +17002,13 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17021,7 +17031,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &100 + - &101 name: gist_id description: The unique identifier of the gist. in: path @@ -17033,10 +17043,10 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *99 - '403': &103 + default: *100 + '403': &104 description: Forbidden Gist content: application/json: @@ -17058,7 +17068,7 @@ paths: documentation_url: type: string '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17083,7 +17093,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *100 + - *101 requestBody: required: true content: @@ -17143,9 +17153,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - updateGist: *99 + updateGist: *100 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -17303,12 +17313,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *100 + - *101 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17331,7 +17341,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17341,7 +17351,7 @@ paths: application/json: schema: type: array - items: &101 + items: &102 title: Gist Comment description: A comment made to a gist. type: object @@ -17376,7 +17386,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *85 + author_association: *86 required: - url - id @@ -17416,8 +17426,8 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 x-github: @@ -17440,7 +17450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *100 + - *101 requestBody: required: true content: @@ -17465,9 +17475,9 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: &102 + default: &103 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -17500,7 +17510,7 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17524,8 +17534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *100 - - &104 + - *101 + - &105 name: comment_id description: The unique identifier of the comment. in: path @@ -17538,12 +17548,12 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: *102 - '304': *37 + default: *103 + '304': *38 '404': *6 - '403': *103 + '403': *104 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17564,8 +17574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *100 - - *104 + - *101 + - *105 requestBody: required: true content: @@ -17590,9 +17600,9 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: *102 + default: *103 '404': *6 x-github: githubCloudOnly: false @@ -17609,12 +17619,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *100 - - *104 + - *101 + - *105 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17633,7 +17643,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17716,7 +17726,7 @@ paths: schema: type: string '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17734,7 +17744,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17744,7 +17754,7 @@ paths: application/json: schema: type: array - items: *98 + items: *99 examples: default: value: @@ -17790,9 +17800,9 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17809,13 +17819,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *100 + - *101 responses: '201': description: Response content: application/json: - schema: *96 + schema: *97 examples: default: value: @@ -17868,7 +17878,7 @@ paths: type: string '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17886,7 +17896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *100 + - *101 responses: '204': description: Response if gist is starred @@ -17898,7 +17908,7 @@ paths: type: object properties: {} additionalProperties: false - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17916,12 +17926,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *100 + - *101 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17938,11 +17948,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *100 + - *101 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17966,7 +17976,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *100 + - *101 - name: sha in: path required: true @@ -17977,9 +17987,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *99 + default: *100 '422': *15 '404': *6 '403': *29 @@ -18019,7 +18029,7 @@ paths: - Bancha - C - C++ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18104,7 +18114,7 @@ paths: *.exe *.out *.app - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18140,7 +18150,7 @@ paths: type: array items: allOf: - - *82 + - *83 - type: object properties: custom_properties: @@ -18275,9 +18285,9 @@ paths: environment: production service: web headers: - Link: *70 + Link: *71 '403': *29 - '304': *37 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -18359,7 +18369,7 @@ paths: - closed - all default: open - - &260 + - &261 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -18377,8 +18387,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - name: collab in: query required: false @@ -18408,9 +18418,9 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: &261 + default: &262 value: - id: 1 node_id: MDU6SXNzdWUx @@ -18655,9 +18665,9 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -18694,8 +18704,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 examples: default: value: @@ -18734,7 +18744,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18919,7 +18929,7 @@ paths: featured: true '403': *29 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18980,7 +18990,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &105 + X-CommonMarker-Version: &106 example: 0.17.4 schema: type: string @@ -18992,7 +19002,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19035,7 +19045,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *105 + X-CommonMarker-Version: *106 content: text/html: schema: @@ -19044,7 +19054,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19064,7 +19074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &108 + - &109 name: account_id description: account_id parameter in: path @@ -19076,7 +19086,7 @@ paths: description: Response content: application/json: - schema: &107 + schema: &108 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -19106,7 +19116,7 @@ paths: nullable: true id: type: integer - plan: &106 + plan: &107 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -19195,7 +19205,7 @@ paths: nullable: true updated_at: type: string - plan: *106 + plan: *107 required: - url - id @@ -19203,7 +19213,7 @@ paths: - login - marketplace_purchase examples: - default: &109 + default: &110 value: url: https://api.github.com/orgs/github type: Organization @@ -19288,9 +19298,9 @@ paths: application/json: schema: type: array - items: *106 + items: *107 examples: - default: &110 + default: &111 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -19308,7 +19318,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 + Link: *71 '404': *6 '401': *25 x-github: @@ -19330,14 +19340,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &111 + - &112 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &112 + - &113 name: sort description: The property to sort the results by. in: query @@ -19367,9 +19377,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: &113 + default: &114 value: - url: https://api.github.com/orgs/github type: Organization @@ -19420,7 +19430,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 + Link: *71 '404': *6 '422': *15 '401': *25 @@ -19443,15 +19453,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *108 + - *109 responses: '200': description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *109 + default: *110 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -19483,11 +19493,11 @@ paths: application/json: schema: type: array - items: *106 + items: *107 examples: - default: *110 + default: *111 headers: - Link: *70 + Link: *71 '401': *25 x-github: githubCloudOnly: false @@ -19508,8 +19518,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *111 - *112 + - *113 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -19529,11 +19539,11 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *113 + default: *114 headers: - Link: *70 + Link: *71 '401': *25 x-github: githubCloudOnly: false @@ -19776,7 +19786,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19795,14 +19805,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &356 + - &357 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &357 + - &358 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -19819,7 +19829,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -19863,8 +19873,8 @@ paths: created_at: '2022-06-08T23:29:25Z' '404': *6 '403': *29 - '304': *37 - '301': &360 + '304': *38 + '301': &361 description: Moved permanently content: application/json: @@ -19903,7 +19913,7 @@ paths: schema: type: boolean default: false - - *95 + - *96 - &616 name: before description: 'Only show notifications updated before the given time. This @@ -19929,18 +19939,18 @@ paths: application/json: schema: type: array - items: &115 + items: &116 title: Thread description: Thread type: object properties: id: type: string - repository: &163 + repository: &164 title: Minimal Repository description: Minimal Repository type: object - properties: &226 + properties: &227 id: type: integer format: int64 @@ -20196,7 +20206,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *38 + code_of_conduct: *39 license: type: object properties: @@ -20226,7 +20236,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &312 + security_and_analysis: &313 nullable: true type: object properties: @@ -20346,7 +20356,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &227 + required: &228 - archive_url - assignees_url - blobs_url @@ -20516,8 +20526,8 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -20581,7 +20591,7 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20600,7 +20610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &116 + - &117 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -20614,7 +20624,7 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: default: value: @@ -20697,7 +20707,7 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20716,11 +20726,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *116 + - *117 responses: '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -20738,7 +20748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *116 + - *117 responses: '204': description: No content @@ -20761,13 +20771,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *116 + - *117 responses: '200': description: Response content: application/json: - schema: &117 + schema: &118 title: Thread Subscription description: Thread Subscription type: object @@ -20804,7 +20814,7 @@ paths: - url - subscribed examples: - default: &118 + default: &119 value: subscribed: true ignored: false @@ -20812,7 +20822,7 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20835,7 +20845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *116 + - *117 requestBody: required: false content: @@ -20856,10 +20866,10 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *118 - '304': *37 + default: *119 + '304': *38 '403': *29 '401': *25 x-github: @@ -20881,11 +20891,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *116 + - *117 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20976,15 +20986,15 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21005,13 +21015,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &120 + schema: &121 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -21022,7 +21032,7 @@ paths: type: integer example: 14 examples: - default: *42 + default: *43 '403': *29 '404': *6 x-github: @@ -21044,14 +21054,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *120 + schema: *121 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -21078,13 +21088,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &121 + schema: &122 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -21095,7 +21105,7 @@ paths: type: integer example: 10 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -21117,14 +21127,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *121 + schema: *122 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -21150,8 +21160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-ai-credit-usage-report-for-an-organization parameters: - - *78 - - &124 + - *79 + - &125 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -21160,7 +21170,7 @@ paths: required: false schema: type: integer - - &125 + - &126 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -21169,7 +21179,7 @@ paths: required: false schema: type: integer - - &126 + - &127 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -21178,21 +21188,21 @@ paths: required: false schema: type: integer - - &127 + - &128 name: user description: The user name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &128 + - &129 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &129 + - &130 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -21308,8 +21318,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21328,7 +21338,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *78 + - *79 - name: page description: The page number of the results to fetch. in: query @@ -21561,7 +21571,7 @@ paths: total_count: 2 '404': *6 '403': *29 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21579,7 +21589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#create-a-budget-for-an-organization parameters: - - *78 + - *79 requestBody: required: false content: @@ -21808,8 +21818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *78 - - &123 + - *79 + - &124 name: budget_id description: The ID corresponding to the budget. in: path @@ -21913,8 +21923,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21931,8 +21941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *78 - - *123 + - *79 + - *124 requestBody: required: true content: @@ -22161,8 +22171,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *78 - - *123 + - *79 + - *124 responses: '200': description: Response when deleting a budget @@ -22188,8 +22198,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22209,13 +22219,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *78 - - *124 + - *79 - *125 - *126 - *127 - *128 - *129 + - *130 responses: '200': description: Response when getting a billing premium request usage report @@ -22325,8 +22335,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22346,9 +22356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *78 - - *124 - - &786 + - *79 + - *125 + - &787 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 @@ -22357,7 +22367,7 @@ paths: required: false schema: type: integer - - *126 + - *127 responses: '200': description: Billing usage report response for an organization @@ -22432,8 +22442,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22456,19 +22466,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *78 - - *124 + - *79 - *125 - *126 - - &787 + - *127 + - &788 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *129 - - &788 + - *130 + - &789 name: sku description: The SKU to query for usage. in: query @@ -22578,8 +22588,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22605,13 +22615,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &130 + schema: &131 title: Organization Full description: Organization Full type: object @@ -22930,7 +22940,7 @@ paths: - updated_at - archived_at examples: - default-response: &131 + default-response: &132 value: login: github id: 1 @@ -23030,7 +23040,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *78 + - *79 requestBody: required: false content: @@ -23246,18 +23256,18 @@ paths: description: Response content: application/json: - schema: *130 + schema: *131 examples: - default: *131 + default: *132 '422': description: Validation failed content: application/json: schema: oneOf: - - *132 - *133 - '409': *54 + - *134 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23280,9 +23290,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *78 + - *79 responses: - '202': *39 + '202': *40 '404': *6 '403': *29 x-github: @@ -23305,7 +23315,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23331,7 +23341,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23352,7 +23362,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -23370,7 +23380,7 @@ paths: type: integer repository_cache_usages: type: array - items: &367 + items: &368 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23405,7 +23415,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23425,7 +23435,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -23443,7 +23453,7 @@ paths: type: integer runners: type: array - items: &134 + items: &135 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -23497,7 +23507,7 @@ paths: - display_name - source nullable: true - machine_size_details: &142 + machine_size_details: &143 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -23593,7 +23603,7 @@ paths: - public_ip_enabled - platform examples: - default: &162 + default: &163 value: total_count: 2 runners: @@ -23635,7 +23645,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23653,7 +23663,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -23730,9 +23740,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: &143 + default: &144 value: id: 5 name: My hosted ubuntu runner @@ -23773,7 +23783,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23789,7 +23799,7 @@ paths: type: integer images: type: array - items: &135 + items: &136 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -23840,7 +23850,7 @@ paths: - latest_version - state examples: - default: &137 + default: &138 value: total_count: 2 image_versions: @@ -23871,8 +23881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *78 - - &136 + - *79 + - &137 name: image_definition_id description: Image definition ID of custom image in: path @@ -23884,7 +23894,7 @@ paths: description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -23914,8 +23924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *78 - - *136 + - *79 + - *137 responses: '204': description: Response @@ -23938,8 +23948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *136 - - *78 + - *137 + - *79 responses: '200': description: Response @@ -23955,7 +23965,7 @@ paths: type: integer image_versions: type: array - items: &138 + items: &139 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -23988,7 +23998,7 @@ paths: - created_on - state_details examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24008,9 +24018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *78 - - *136 - - &139 + - *79 + - *137 + - &140 name: version description: Version of a custom image in: path @@ -24023,7 +24033,7 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: value: @@ -24049,9 +24059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *78 - - *136 - - *139 + - *79 + - *137 + - *140 responses: '204': description: Response @@ -24072,7 +24082,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24088,7 +24098,7 @@ paths: type: integer images: type: array - items: &140 + items: &141 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -24124,7 +24134,7 @@ paths: - display_name - source examples: - default: &141 + default: &142 value: id: ubuntu-20.04 platform: linux-x64 @@ -24148,7 +24158,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24164,9 +24174,9 @@ paths: type: integer images: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24183,7 +24193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24236,7 +24246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24252,7 +24262,7 @@ paths: type: integer machine_specs: type: array - items: *142 + items: *143 examples: default: value: @@ -24277,7 +24287,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24321,8 +24331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *78 - - &144 + - *79 + - &145 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -24334,11 +24344,11 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24356,8 +24366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *78 - - *144 + - *79 + - *145 requestBody: required: true content: @@ -24423,9 +24433,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -24441,16 +24451,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *78 - - *144 + - *79 + - *145 responses: '202': description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24470,7 +24480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -24478,7 +24488,7 @@ paths: application/json: schema: type: array - items: *45 + items: *46 examples: default: value: @@ -24503,22 +24513,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *145 + schema: *146 examples: - default: *46 + default: *47 responses: '201': description: OIDC custom property inclusion created content: application/json: - schema: *45 + schema: *46 examples: - default: *46 + default: *47 '400': description: Invalid input '403': *29 @@ -24542,7 +24552,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *78 + - *79 - name: custom_property_name in: path required: true @@ -24575,7 +24585,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *78 + - *79 responses: '200': description: A JSON serialized template for OIDC subject claim customization @@ -24601,7 +24611,7 @@ paths: required: - include_claim_keys examples: - default: &146 + default: &147 value: include_claim_keys: - repo @@ -24623,7 +24633,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -24646,13 +24656,13 @@ paths: format. type: boolean examples: - default: *146 + default: *147 responses: '201': description: Empty response content: application/json: - schema: &172 + schema: &173 title: Empty Object description: An object without any properties. type: object @@ -24682,7 +24692,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24691,7 +24701,7 @@ paths: schema: type: object properties: - enabled_repositories: &147 + enabled_repositories: &148 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -24704,7 +24714,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &148 + allowed_actions: &149 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -24712,12 +24722,12 @@ paths: - all - local_only - selected - selected_actions_url: &372 + selected_actions_url: &373 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` is set to `selected`. - sha_pinning_required: &149 + sha_pinning_required: &150 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -24748,7 +24758,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -24759,9 +24769,9 @@ paths: schema: type: object properties: - enabled_repositories: *147 - allowed_actions: *148 - sha_pinning_required: *149 + enabled_repositories: *148 + allowed_actions: *149 + sha_pinning_required: *150 required: - enabled_repositories examples: @@ -24789,13 +24799,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &376 + schema: &377 type: object properties: days: @@ -24832,12 +24842,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &377 + schema: &378 type: object properties: days: @@ -24854,7 +24864,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -24874,13 +24884,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &150 + schema: &151 type: object properties: approval_policy: @@ -24894,7 +24904,7 @@ paths: required: - approval_policy examples: - default: &378 + default: &379 value: approval_policy: first_time_contributors '404': *6 @@ -24915,7 +24925,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -24925,7 +24935,7 @@ paths: required: true content: application/json: - schema: *150 + schema: *151 examples: default: summary: Set approval policy to first time contributors @@ -24947,13 +24957,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &379 + schema: &380 type: object required: - run_workflows_from_fork_pull_requests @@ -24979,7 +24989,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &151 + default: &152 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -25002,12 +25012,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &380 + schema: &381 type: object required: - run_workflows_from_fork_pull_requests @@ -25030,7 +25040,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *151 + default: *152 responses: '204': description: Empty response for successful settings update @@ -25060,7 +25070,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -25078,9 +25088,9 @@ paths: type: number repositories: type: array - items: *82 + items: *83 examples: - default: &155 + default: &156 value: total_count: 1 repositories: @@ -25220,7 +25230,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -25264,8 +25274,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *78 - - &152 + - *79 + - &153 name: repository_id description: The unique identifier of the repository. in: path @@ -25293,8 +25303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -25317,13 +25327,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &153 + schema: &154 type: object properties: github_owned_allowed: @@ -25345,7 +25355,7 @@ paths: items: type: string examples: - default: &154 + default: &155 value: github_owned_allowed: true verified_allowed: false @@ -25370,7 +25380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -25378,9 +25388,9 @@ paths: required: false content: application/json: - schema: *153 + schema: *154 examples: - selected_actions: *154 + selected_actions: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -25400,7 +25410,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -25448,7 +25458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -25475,7 +25485,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25495,7 +25505,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -25510,9 +25520,9 @@ paths: type: integer repositories: type: array - items: *82 + items: *83 examples: - default: *155 + default: *156 '403': *29 '404': *6 x-github: @@ -25532,7 +25542,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -25580,14 +25590,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25607,14 +25617,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25636,23 +25646,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &381 + schema: &382 type: object properties: - default_workflow_permissions: &156 + default_workflow_permissions: &157 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &157 + can_approve_pull_request_reviews: &158 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -25660,7 +25670,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &158 + default: &159 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -25685,7 +25695,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Success response @@ -25693,13 +25703,13 @@ paths: required: false content: application/json: - schema: &382 + schema: &383 type: object properties: - default_workflow_permissions: *156 - can_approve_pull_request_reviews: *157 + default_workflow_permissions: *157 + can_approve_pull_request_reviews: *158 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25719,7 +25729,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *78 + - *79 - *17 - *19 - name: visible_to_repository @@ -25744,7 +25754,7 @@ paths: type: number runner_groups: type: array - items: &159 + items: &160 type: object properties: id: @@ -25860,7 +25870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -25932,9 +25942,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: &161 + default: &162 value: id: 2 name: octo-runner-group @@ -25969,8 +25979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *78 - - &160 + - *79 + - &161 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -25982,7 +25992,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -26018,8 +26028,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -26073,9 +26083,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *161 + default: *162 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26094,8 +26104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *78 - - *160 + - *79 + - *161 responses: '204': description: Response @@ -26118,8 +26128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *17 - *19 responses: @@ -26137,11 +26147,11 @@ paths: type: number runners: type: array - items: *134 + items: *135 examples: - default: *162 + default: *163 headers: - Link: *70 + Link: *71 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26161,8 +26171,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *19 - *17 responses: @@ -26180,9 +26190,9 @@ paths: type: number repositories: type: array - items: *163 + items: *164 examples: - default: &211 + default: &212 value: total_count: 1 repositories: @@ -26434,8 +26444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -26479,9 +26489,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 - - *152 + - *79 + - *161 + - *153 responses: '204': description: Response @@ -26503,9 +26513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 - - *152 + - *79 + - *161 + - *153 responses: '204': description: Response @@ -26528,8 +26538,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *17 - *19 responses: @@ -26547,7 +26557,7 @@ paths: type: number runners: type: array - items: &165 + items: &166 title: Self hosted runners description: A self hosted runner type: object @@ -26576,7 +26586,7 @@ paths: type: boolean labels: type: array - items: &168 + items: &169 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -26613,7 +26623,7 @@ paths: - busy - labels examples: - default: &166 + default: &167 value: total_count: 2 runners: @@ -26655,7 +26665,7 @@ paths: name: no-gpu type: custom headers: - Link: *70 + Link: *71 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26674,8 +26684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -26719,9 +26729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *78 - - *160 - - &164 + - *79 + - *161 + - &165 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -26749,9 +26759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *78 - - *160 - - *164 + - *79 + - *161 + - *165 responses: '204': description: Response @@ -26781,7 +26791,7 @@ paths: in: query schema: type: string - - *78 + - *79 - *17 - *19 responses: @@ -26799,11 +26809,11 @@ paths: type: integer runners: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26825,7 +26835,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -26833,7 +26843,7 @@ paths: application/json: schema: type: array - items: &383 + items: &384 title: Runner Application description: Runner Application type: object @@ -26858,7 +26868,7 @@ paths: - download_url - filename examples: - default: &384 + default: &385 value: - os: osx architecture: x64 @@ -26901,7 +26911,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -26944,7 +26954,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &385 + '201': &386 description: Response content: application/json: @@ -26954,7 +26964,7 @@ paths: - runner - encoded_jit_config properties: - runner: *165 + runner: *166 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -26983,7 +26993,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27011,13 +27021,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *78 + - *79 responses: '201': description: Response content: application/json: - schema: &167 + schema: &168 title: Authentication Token description: Authentication Token type: object @@ -27039,7 +27049,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *82 + items: *83 single_file: type: string example: config.yaml @@ -27055,7 +27065,7 @@ paths: - token - expires_at examples: - default: &386 + default: &387 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -27086,15 +27096,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *78 + - *79 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: &387 + default: &388 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -27119,16 +27129,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: &388 + default: &389 value: id: 23 name: MBP @@ -27170,8 +27180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: '204': description: Response @@ -27197,10 +27207,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: - '200': &169 + '200': &170 description: Response content: application/json: @@ -27214,7 +27224,7 @@ paths: type: integer labels: type: array - items: *168 + items: *169 examples: default: value: @@ -27253,8 +27263,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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 requestBody: required: true content: @@ -27278,7 +27288,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -27302,8 +27312,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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 requestBody: required: true content: @@ -27328,7 +27338,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -27352,10 +27362,10 @@ 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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: - '200': &389 + '200': &390 description: Response content: application/json: @@ -27369,7 +27379,7 @@ paths: type: integer labels: type: array - items: *168 + items: *169 examples: default: value: @@ -27410,9 +27420,9 @@ 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-an-organization parameters: - - *78 - - *164 - - &390 + - *79 + - *165 + - &391 name: name description: The name of a self-hosted runner's custom label. in: path @@ -27420,7 +27430,7 @@ paths: schema: type: string responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -27445,7 +27455,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -27463,7 +27473,7 @@ paths: type: integer secrets: type: array - items: &170 + items: &171 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -27495,7 +27505,7 @@ paths: - updated_at - visibility examples: - default: &176 + default: &177 value: total_count: 3 secrets: @@ -27513,7 +27523,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27536,13 +27546,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &177 + schema: &178 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27571,7 +27581,7 @@ paths: - key_id - key examples: - default: &178 + default: &179 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27596,8 +27606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *78 - - &171 + - *79 + - &172 name: secret_name description: The name of the secret. in: path @@ -27609,9 +27619,9 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: &179 + default: &180 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -27639,8 +27649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -27697,7 +27707,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -27723,8 +27733,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -27750,8 +27760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -27769,9 +27779,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: &175 + default: &176 value: total_count: 1 repositories: @@ -27863,8 +27873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -27916,8 +27926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -27950,8 +27960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -27983,8 +27993,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *78 - - &180 + - *79 + - &181 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -28008,7 +28018,7 @@ paths: type: integer variables: type: array - items: &173 + items: &174 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -28051,7 +28061,7 @@ paths: - updated_at - visibility examples: - default: &181 + default: &182 value: total_count: 3 variables: @@ -28072,7 +28082,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28093,7 +28103,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *78 + - *79 requestBody: required: true content: @@ -28141,7 +28151,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -28166,8 +28176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *78 - - &174 + - *79 + - &175 name: name description: The name of the variable. in: path @@ -28179,9 +28189,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: &182 + default: &183 value: name: USERNAME value: octocat @@ -28209,8 +28219,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -28272,8 +28282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '204': description: Response @@ -28299,8 +28309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - *19 - *17 responses: @@ -28318,9 +28328,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '409': description: Response when the visibility of the variable is not set to `selected` @@ -28346,8 +28356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -28396,8 +28406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -28431,8 +28441,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -28466,7 +28476,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -28484,11 +28494,11 @@ paths: type: integer secrets: type: array - items: *170 + items: *171 examples: - default: *176 + default: *177 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28511,15 +28521,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28541,16 +28551,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *179 + default: *180 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28572,8 +28582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -28630,7 +28640,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -28656,8 +28666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -28683,8 +28693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -28702,9 +28712,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28727,8 +28737,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -28780,8 +28790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -28814,8 +28824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -28848,8 +28858,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-organization-variables parameters: - - *78 - - *180 + - *79 + - *181 - *19 responses: '200': @@ -28866,11 +28876,11 @@ paths: type: integer variables: type: array - items: *173 + items: *174 examples: - default: *181 + default: *182 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28891,7 +28901,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-an-organization-variable parameters: - - *78 + - *79 requestBody: required: true content: @@ -28939,7 +28949,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -28964,16 +28974,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '200': description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *182 + default: *183 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28994,8 +29004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -29057,8 +29067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '204': description: Response @@ -29084,8 +29094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - *19 - *17 responses: @@ -29103,9 +29113,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '409': description: Response when the visibility of the variable is not set to `selected` @@ -29131,8 +29141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#set-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -29181,8 +29191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#add-selected-repository-to-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -29216,8 +29226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#remove-selected-repository-from-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -29258,7 +29268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *78 + - *79 requestBody: required: true content: @@ -29381,7 +29391,7 @@ paths: type: integer deployment_records: type: array - items: &183 + items: &184 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -29427,7 +29437,7 @@ paths: required: - total_count examples: - default: &184 + default: &185 value: total_count: 1 deployment_records: @@ -29468,7 +29478,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *78 + - *79 - name: cluster in: path description: The cluster name. @@ -29607,11 +29617,11 @@ paths: type: integer deployment_records: type: array - items: *183 + items: *184 required: - total_count examples: - default: *184 + default: *185 '403': description: Forbidden content: @@ -29658,7 +29668,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *78 + - *79 requestBody: required: true content: @@ -29825,7 +29835,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *78 + - *79 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -29850,9 +29860,9 @@ paths: type: integer deployment_records: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29872,7 +29882,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *78 + - *79 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -29955,9 +29965,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 requestBody: required: true content: @@ -29981,12 +29991,12 @@ paths: required: - subject_digests examples: - default: &767 + default: &768 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &768 + withPredicateType: &769 value: subject_digests: - sha256:abc123 @@ -30044,7 +30054,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &769 + default: &770 value: attestations_subject_digests: - sha256:abc: @@ -30153,7 +30163,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *78 + - *79 requestBody: required: true content: @@ -30218,7 +30228,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *78 + - *79 - name: subject_digest description: Subject Digest in: path @@ -30251,9 +30261,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestation-repositories parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -30301,7 +30311,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *78 + - *79 - name: attestation_id description: Attestation ID in: path @@ -30337,9 +30347,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestations parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -30394,7 +30404,7 @@ paths: initiator: type: string examples: - default: &416 + default: &417 value: attestations: - bundle: @@ -30501,7 +30511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -30513,7 +30523,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30532,8 +30542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: If the user is blocked @@ -30558,8 +30568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -30579,8 +30589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -30605,15 +30615,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *78 + - *79 - *19 - *17 - - *62 + - *63 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &185 + schema: &186 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -30639,7 +30649,7 @@ paths: application/json: schema: type: array - items: &186 + items: &187 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -30670,7 +30680,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &210 + items: &211 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -30756,7 +30766,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &272 + properties: &273 id: description: Unique identifier of the team type: integer @@ -30828,7 +30838,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &273 + required: &274 - id - node_id - url @@ -30871,7 +30881,7 @@ paths: type: string format: date-time nullable: true - state: *185 + state: *186 contact_link: description: The contact link of the campaign. type: string @@ -30966,9 +30976,9 @@ paths: closed_at: state: open headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30992,7 +31002,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -31091,9 +31101,9 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: &187 + default: &188 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -31142,7 +31152,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31164,7 +31174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -31176,16 +31186,16 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31206,7 +31216,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -31255,7 +31265,7 @@ paths: type: string format: uri nullable: true - state: *185 + state: *186 examples: default: value: @@ -31265,9 +31275,9 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 '400': description: Bad Request content: @@ -31279,7 +31289,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31300,7 +31310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -31311,7 +31321,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31333,18 +31343,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *78 - - &443 + - *79 + - &444 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`, but not both. in: query required: false - schema: &195 + schema: &196 type: string description: The name of the tool used to generate the code scanning analysis. - - &444 + - &445 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 @@ -31352,22 +31362,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &196 + schema: &197 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *47 - *48 + - *49 - *19 - *17 - - *62 + - *63 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &446 + schema: &447 type: string description: State of a code scanning alert. enum: @@ -31390,7 +31400,7 @@ paths: be returned. in: query required: false - schema: &447 + schema: &448 type: string description: Severity of a code scanning alert. enum: @@ -31419,18 +31429,18 @@ paths: items: type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: &448 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: &449 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &197 + state: &198 type: string description: State of a code scanning alert. nullable: true @@ -31438,7 +31448,7 @@ paths: - open - dismissed - fixed - fixed_at: *193 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -31446,8 +31456,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: &449 + dismissed_at: *195 + dismissed_reason: &450 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -31456,13 +31466,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &450 + dismissed_comment: &451 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &451 + rule: &452 type: object properties: id: @@ -31515,42 +31525,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &452 + tool: &453 type: object properties: - name: *195 + name: *196 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *196 - most_recent_instance: &453 + guid: *197 + most_recent_instance: &454 type: object properties: - ref: &445 + ref: &446 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &463 + analysis_key: &464 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: &464 + environment: &465 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: &465 + category: &466 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *197 + state: *198 commit_sha: type: string message: @@ -31564,7 +31574,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: &466 + location: &467 type: object description: Describe a region within a file for the alert. properties: @@ -31585,7 +31595,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: &467 + items: &468 type: string description: A classification of the file. For example to identify it as generated. @@ -31595,7 +31605,7 @@ paths: - generated - test - library - repository: *67 + repository: *68 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -31850,9 +31860,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31874,7 +31884,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *78 + - *79 - name: target_type in: query description: The target type of the code security configuration @@ -31893,8 +31903,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 responses: '200': description: Response @@ -31902,7 +31912,7 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: value: @@ -31980,7 +31990,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *78 + - *79 requestBody: required: true content: @@ -32067,7 +32077,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *53 + code_scanning_options: *54 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -32076,7 +32086,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *52 + code_scanning_default_setup_options: *53 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -32221,9 +32231,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *49 + schema: *50 examples: - default: *198 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32245,16 +32255,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 - '304': *37 + default: *201 + '304': *38 '403': *29 '404': *6 x-github: @@ -32279,7 +32289,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *78 + - *79 requestBody: required: true content: @@ -32307,11 +32317,11 @@ paths: - 32 - 91 responses: - '204': *61 + '204': *62 '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32333,17 +32343,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 responses: '200': description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *198 - '304': *37 + default: *199 + '304': *38 '403': *29 '404': *6 x-github: @@ -32366,8 +32376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -32454,8 +32464,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *52 - code_scanning_options: *53 + code_scanning_default_setup_options: *53 + code_scanning_options: *54 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -32587,7 +32597,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *49 + schema: *50 examples: default: value: @@ -32646,14 +32656,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 responses: - '204': *61 + '204': *62 '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32677,8 +32687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -32717,7 +32727,7 @@ paths: - 32 - 91 responses: - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32741,8 +32751,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -32782,12 +32792,12 @@ paths: - none - private_and_internal - public - configuration: *49 + configuration: *50 examples: default: value: default_for_new_repos: all - configuration: *198 + configuration: *199 '403': *29 '404': *6 x-github: @@ -32811,8 +32821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -32821,8 +32831,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -32840,13 +32850,13 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *202 + repository: *203 '403': *29 '404': *6 x-github: @@ -32870,7 +32880,7 @@ paths: parameters: - *17 - *19 - - *78 + - *79 responses: '200': description: Response @@ -32886,7 +32896,7 @@ paths: type: integer codespaces: type: array - items: &262 + items: &263 type: object title: Codespace description: A codespace. @@ -32911,12 +32921,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *163 + repository: *164 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &479 + properties: &480 name: type: string description: The name of the machine. @@ -32958,7 +32968,7 @@ paths: - ready - in_progress nullable: true - required: &480 + required: &481 - name - display_name - operating_system @@ -33163,7 +33173,7 @@ paths: - pulls_url - recent_folders examples: - default: &263 + default: &264 value: total_count: 3 codespaces: @@ -33572,8 +33582,8 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -33595,7 +33605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *78 + - *79 deprecated: true requestBody: required: true @@ -33634,12 +33644,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33662,7 +33672,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *78 + - *79 deprecated: true requestBody: required: true @@ -33689,12 +33699,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33717,7 +33727,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *78 + - *79 requestBody: required: true content: @@ -33743,12 +33753,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33769,7 +33779,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -33787,7 +33797,7 @@ paths: type: integer secrets: type: array - items: &203 + items: &204 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -33826,7 +33836,7 @@ paths: - updated_at - visibility examples: - default: &481 + default: &482 value: total_count: 2 secrets: @@ -33839,7 +33849,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33858,13 +33868,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &482 + schema: &483 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -33893,7 +33903,7 @@ paths: - key_id - key examples: - default: &483 + default: &484 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33916,23 +33926,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *203 + schema: *204 examples: - default: &485 + default: &486 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33952,8 +33962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -34008,7 +34018,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -34034,8 +34044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -34060,8 +34070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -34079,9 +34089,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '404': *6 x-github: githubCloudOnly: false @@ -34103,8 +34113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -34154,8 +34164,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -34188,8 +34198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -34225,7 +34235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-organization-copilot-spaces parameters: - - *78 + - *79 - name: per_page description: The number of results per page (max 100). in: query @@ -34259,7 +34269,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: &204 + items: &205 title: Space description: A GitHub Copilot Space represents an interactive AI workspace where users can ask questions and get assistance. @@ -34307,7 +34317,7 @@ paths: owner: anyOf: - *4 - - *76 + - *77 description: The user or organization that owns this space. creator: *4 created_at: @@ -34522,7 +34532,7 @@ paths: html_url: https://github.com/copilot/spaces/octo-org/4 api_url: https://api.github.com/organizations/1/copilot-spaces/4 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -34546,7 +34556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#create-an-organization-copilot-space parameters: - - *78 + - *79 requestBody: required: true content: @@ -34640,9 +34650,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: &205 + default: &206 summary: Example response for an organization copilot space value: id: 84 @@ -34735,7 +34745,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#get-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34747,9 +34757,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '403': *29 '404': *6 x-github: @@ -34773,7 +34783,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#set-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34875,9 +34885,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '403': *29 '404': *6 '422': *15 @@ -34904,7 +34914,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#delete-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34940,7 +34950,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#list-collaborators-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34960,7 +34970,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: &206 + items: &207 title: Copilot Space Collaborator description: A collaborator (user or team) of a Copilot Space type: object @@ -35132,7 +35142,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#add-a-collaborator-to-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35183,7 +35193,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: user: value: @@ -35263,7 +35273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35313,7 +35323,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: user: value: @@ -35395,7 +35405,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#remove-a-collaborator-from-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35444,7 +35454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#list-resources-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35464,7 +35474,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: &207 + items: &208 title: Copilot Space Resource description: A resource attached to a Copilot Space. type: object @@ -35553,7 +35563,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#create-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35607,7 +35617,7 @@ paths: description: Resource created content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35623,7 +35633,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35660,7 +35670,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#get-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35678,7 +35688,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35712,7 +35722,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#set-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35747,7 +35757,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35782,7 +35792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#delete-a-resource-from-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35825,7 +35835,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: OK @@ -35934,7 +35944,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -35966,7 +35976,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *78 + - *79 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -35989,7 +35999,7 @@ paths: currently being billed. seats: type: array - items: &265 + items: &266 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -36006,15 +36016,15 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *208 - required: *209 + properties: *209 + required: *210 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *210 - - *71 + - *211 + - *72 nullable: true pending_cancellation_date: type: string @@ -36138,8 +36148,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '500': *55 + Link: *71 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36172,7 +36182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36214,7 +36224,7 @@ paths: default: value: seats_created: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36250,7 +36260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36292,7 +36302,7 @@ paths: default: value: seats_cancelled: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36330,7 +36340,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36371,7 +36381,7 @@ paths: default: value: seats_created: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36407,7 +36417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36449,7 +36459,7 @@ paths: default: value: seats_cancelled: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36485,7 +36495,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#get-copilot-cloud-agent-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -36522,7 +36532,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36550,7 +36560,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-copilot-cloud-agent-permissions-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -36575,7 +36585,7 @@ paths: responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36605,7 +36615,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-cloud-agent-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -36620,17 +36630,17 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 required: - total_count - repositories examples: - default: *211 - '500': *55 + default: *212 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36654,7 +36664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-cloud-agent-in-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -36680,11 +36690,11 @@ paths: responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: githubCloudOnly: false @@ -36710,16 +36720,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: githubCloudOnly: false @@ -36744,16 +36754,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36784,7 +36794,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *78 + - *79 responses: '200': description: OK @@ -36804,7 +36814,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36837,7 +36847,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *78 + - *79 requestBody: description: The content exclusion rules to set required: true @@ -36889,7 +36899,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36924,18 +36934,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -36963,16 +36973,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -37000,18 +37010,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-user-teams-report-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -37039,18 +37049,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -37078,16 +37088,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -37111,13 +37121,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *78 - - *212 + - *79 - *213 - *214 - *215 - *216 - *217 + - *218 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -37147,7 +37157,7 @@ paths: enum: - patch - deployment - - *218 + - *219 - name: runtime_risk in: query description: |- @@ -37156,11 +37166,11 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *219 - *220 - - *62 - - *47 + - *221 + - *63 - *48 + - *49 - *17 responses: '200': @@ -37169,10 +37179,10 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: - default: *222 - '304': *37 + default: *223 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -37197,7 +37207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *78 + - *79 - name: page in: query description: The page number of results to fetch. @@ -37220,9 +37230,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '403': *29 '404': *6 x-github: @@ -37253,7 +37263,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -37319,7 +37329,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *78 + - *79 requestBody: required: true content: @@ -37367,7 +37377,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -37385,7 +37395,7 @@ paths: type: integer secrets: type: array - items: &225 + items: &226 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -37435,7 +37445,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37456,13 +37466,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &516 + schema: &517 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -37479,7 +37489,7 @@ paths: - key_id - key examples: - default: &517 + default: &518 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37502,14 +37512,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *225 + schema: *226 examples: default: value: @@ -37537,8 +37547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -37595,7 +37605,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -37619,8 +37629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -37644,8 +37654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -37663,9 +37673,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37686,8 +37696,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -37737,8 +37747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -37769,8 +37779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -37800,7 +37810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -37808,7 +37818,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Package description: A software package type: object @@ -37858,8 +37868,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *226 - required: *227 + properties: *227 + required: *228 nullable: true created_at: type: string @@ -37878,7 +37888,7 @@ paths: - created_at - updated_at examples: - default: &276 + default: &277 value: - id: 197 name: hello_docker @@ -37956,7 +37966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *78 + - *79 - *17 - *19 responses: @@ -37966,7 +37976,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: 200-response: value: @@ -38038,7 +38048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *78 + - *79 - *17 - *19 responses: @@ -38048,7 +38058,7 @@ paths: application/json: schema: type: array - items: &251 + items: &252 title: Organization Invitation description: Organization Invitation type: object @@ -38095,7 +38105,7 @@ paths: - invitation_teams_url - node_id examples: - default: &252 + default: &253 value: - id: 1 login: monalisa @@ -38128,7 +38138,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -38152,7 +38162,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *78 + - *79 - *17 - *19 responses: @@ -38162,7 +38172,7 @@ paths: application/json: schema: type: array - items: &228 + items: &229 title: Org Hook description: Org Hook type: object @@ -38250,7 +38260,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -38273,7 +38283,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *78 + - *79 requestBody: required: true content: @@ -38333,9 +38343,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: &229 + default: &230 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38382,8 +38392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *78 - - &230 + - *79 + - &231 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. @@ -38396,9 +38406,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: *229 + default: *230 '404': *6 x-github: githubCloudOnly: false @@ -38425,8 +38435,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 requestBody: required: false content: @@ -38471,7 +38481,7 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: default: value: @@ -38512,8 +38522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 responses: '204': description: Response @@ -38540,8 +38550,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *78 - - *230 + - *79 + - *231 responses: '200': description: Response @@ -38571,8 +38581,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *78 - - *230 + - *79 + - *231 requestBody: required: false content: @@ -38622,11 +38632,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *78 - - *230 - - *17 + - *79 - *231 + - *17 - *232 + - *233 responses: '200': description: Response @@ -38634,9 +38644,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 '400': *14 '422': *15 x-github: @@ -38661,17 +38671,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 - *16 responses: '200': description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 + default: *237 '400': *14 '422': *15 x-github: @@ -38696,11 +38706,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -38726,8 +38736,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 responses: '204': description: Response @@ -38749,8 +38759,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *78 - - &241 + - *79 + - &242 name: actor_type in: path description: The type of the actor @@ -38763,14 +38773,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &242 + - &243 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &237 + - &238 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`.' @@ -38778,7 +38788,7 @@ paths: required: true schema: type: string - - &238 + - &239 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) @@ -38789,7 +38799,7 @@ paths: type: string - *19 - *17 - - *62 + - *63 - name: sort description: The property to sort the results by. in: query @@ -38871,13 +38881,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *78 - - *237 + - *79 - *238 + - *239 - *19 - *17 - - *62 - - &247 + - *63 + - &248 name: sort description: The property to sort the results by. in: query @@ -38954,15 +38964,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *78 - - *237 + - *79 - *238 + - *239 responses: '200': description: Response content: application/json: - schema: &239 + schema: &240 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -38978,7 +38988,7 @@ paths: type: integer format: int64 examples: - default: &240 + default: &241 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -38998,24 +39008,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *78 - - &243 + - *79 + - &244 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *237 - *238 + - *239 responses: '200': description: Response content: application/json: - schema: *239 + schema: *240 examples: - default: *240 + default: *241 x-github: enabledForGitHubApps: true category: orgs @@ -39033,19 +39043,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *78 - - *237 + - *79 - *238 - - *241 + - *239 - *242 + - *243 responses: '200': description: Response content: application/json: - schema: *239 + schema: *240 examples: - default: *240 + default: *241 x-github: enabledForGitHubApps: true category: orgs @@ -39062,10 +39072,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *78 - - *237 + - *79 - *238 - - &244 + - *239 + - &245 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -39078,7 +39088,7 @@ paths: description: Response content: application/json: - schema: &245 + schema: &246 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -39094,7 +39104,7 @@ paths: type: integer format: int64 examples: - default: &246 + default: &247 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -39130,19 +39140,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *78 - - *243 - - *237 - - *238 + - *79 - *244 + - *238 + - *239 + - *245 responses: '200': description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: enabledForGitHubApps: true category: orgs @@ -39159,20 +39169,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *78 - - *241 + - *79 - *242 - - *237 + - *243 - *238 - - *244 + - *239 + - *245 responses: '200': description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: enabledForGitHubApps: true category: orgs @@ -39189,14 +39199,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *78 - - *243 - - *237 + - *79 + - *244 - *238 + - *239 - *19 - *17 - - *62 - - *247 + - *63 + - *248 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39269,7 +39279,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *78 + - *79 responses: '200': description: Response @@ -39277,7 +39287,7 @@ paths: application/json: schema: *22 examples: - default: &554 + default: &555 value: id: 1 account: @@ -39346,7 +39356,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -39416,7 +39426,7 @@ paths: suspended_at: suspended_by: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39435,7 +39445,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -39443,12 +39453,12 @@ paths: application/json: schema: anyOf: - - &249 + - &250 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &248 + limit: &249 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39473,7 +39483,7 @@ paths: properties: {} additionalProperties: false examples: - default: &250 + default: &251 value: limit: collaborators_only origin: organization @@ -39497,18 +39507,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &555 + schema: &556 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *248 + limit: *249 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39532,9 +39542,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 '422': *15 x-github: githubCloudOnly: false @@ -39552,7 +39562,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -39576,7 +39586,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *78 + - *79 - *17 - *19 - name: role @@ -39610,11 +39620,11 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -39635,7 +39645,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *78 + - *79 requestBody: required: false content: @@ -39689,7 +39699,7 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: default: value: @@ -39743,8 +39753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *78 - - &253 + - *79 + - &254 name: invitation_id description: The unique identifier of the invitation. in: path @@ -39774,8 +39784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *78 - - *253 + - *79 + - *254 - *17 - *19 responses: @@ -39785,9 +39795,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: &274 + default: &275 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -39803,7 +39813,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -39822,7 +39832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -39830,7 +39840,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -39992,7 +40002,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -40083,9 +40093,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -40140,8 +40150,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *78 - - &256 + - *79 + - &257 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -40249,9 +40259,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 '404': *6 '422': *7 x-github: @@ -40275,10 +40285,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *78 - - *256 + - *79 + - *257 responses: - '204': *61 + '204': *62 '404': *6 '422': *7 x-github: @@ -40298,7 +40308,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -40306,9 +40316,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: &559 + default: &560 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -40344,7 +40354,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -40391,9 +40401,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &258 + default: &259 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -40425,8 +40435,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *78 - - &259 + - *79 + - &260 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -40479,9 +40489,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 '422': *7 x-github: @@ -40505,8 +40515,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *78 - - *259 + - *79 + - *260 responses: '204': description: Response @@ -40539,7 +40549,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *78 + - *79 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -40569,7 +40579,7 @@ paths: - closed - all default: open - - *260 + - *261 - name: type description: Can be the name of an issue type. in: query @@ -40587,8 +40597,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -40598,11 +40608,11 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *261 + default: *262 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -40622,7 +40632,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *78 + - *79 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -40660,9 +40670,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -40680,8 +40690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response if requester is an organization member and user is @@ -40715,8 +40725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -40742,8 +40752,8 @@ paths: parameters: - *17 - *19 - - *78 - - *74 + - *79 + - *75 responses: '200': description: Response @@ -40759,11 +40769,11 @@ paths: type: integer codespaces: type: array - items: *262 + items: *263 examples: - default: *263 - '304': *37 - '500': *55 + default: *264 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -40786,9 +40796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *78 - - *74 - - &264 + - *79 + - *75 + - &265 name: codespace_name in: path required: true @@ -40796,9 +40806,9 @@ paths: schema: type: string responses: - '202': *39 - '304': *37 - '500': *55 + '202': *40 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -40821,17 +40831,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *78 - - *74 - - *264 + - *79 + - *75 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &478 + default: &479 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -40972,8 +40982,8 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -41004,14 +41014,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *265 + schema: *266 examples: default: value: @@ -41055,7 +41065,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -41080,14 +41090,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '200': description: Response content: application/json: - schema: &266 + schema: &267 title: Org Membership description: Org Membership type: object @@ -41131,7 +41141,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *76 + organization: *77 user: title: Simple User description: A GitHub user. @@ -41154,7 +41164,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &267 + response-if-user-has-an-active-admin-membership-with-organization: &268 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -41226,8 +41236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 requestBody: required: false content: @@ -41255,9 +41265,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - response-if-user-already-had-membership-with-organization: *267 + response-if-user-already-had-membership-with-organization: *268 '422': *15 '403': *29 x-github: @@ -41281,8 +41291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -41307,7 +41317,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *78 + - *79 - *17 - *19 - name: exclude @@ -41328,7 +41338,7 @@ paths: application/json: schema: type: array - items: &268 + items: &269 title: Migration description: A migration. type: object @@ -41369,7 +41379,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *82 + items: *83 url: type: string format: uri @@ -41565,7 +41575,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -41581,7 +41591,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *78 + - *79 requestBody: required: true content: @@ -41657,7 +41667,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -41835,8 +41845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *78 - - &269 + - *79 + - &270 name: migration_id description: The unique identifier of the migration. in: path @@ -41863,7 +41873,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -42032,8 +42042,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *78 - - *269 + - *79 + - *270 responses: '302': description: Response @@ -42054,8 +42064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *78 - - *269 + - *79 + - *270 responses: '204': description: Response @@ -42078,9 +42088,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *78 - - *269 - - &750 + - *79 + - *270 + - &751 name: repo_name description: repo_name parameter in: path @@ -42107,8 +42117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *78 - - *269 + - *79 + - *270 - *17 - *19 responses: @@ -42118,9 +42128,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: &281 + default: &282 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42233,7 +42243,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -42259,7 +42269,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response - list of organization roles @@ -42275,7 +42285,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &271 + items: &272 title: Organization Role description: Organization roles type: object @@ -42422,8 +42432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -42448,9 +42458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *78 - - *80 - - &270 + - *79 + - *81 + - &271 name: role_id description: The unique identifier of the role. in: path @@ -42485,9 +42495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *78 - - *80 - - *270 + - *79 + - *81 + - *271 responses: '204': description: Response @@ -42512,8 +42522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -42538,9 +42548,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *78 - - *74 - - *270 + - *79 + - *75 + - *271 responses: '204': description: Response @@ -42570,9 +42580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *78 - - *74 - - *270 + - *79 + - *75 + - *271 responses: '204': description: Response @@ -42600,14 +42610,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *78 - - *270 + - *79 + - *271 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: default: value: @@ -42657,8 +42667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *78 - - *270 + - *79 + - *271 - *17 - *19 responses: @@ -42736,8 +42746,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *272 - required: *273 + properties: *273 + required: *274 nullable: true type: description: The ownership type of the team @@ -42769,9 +42779,9 @@ paths: - type - parent examples: - default: *274 + default: *275 headers: - Link: *70 + Link: *71 '404': description: Response if the organization or role does not exist. '422': @@ -42798,8 +42808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *78 - - *270 + - *79 + - *271 - *17 - *19 responses: @@ -42827,13 +42837,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &348 + items: &349 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *272 - required: *273 + properties: *273 + required: *274 name: nullable: true type: string @@ -42928,9 +42938,9 @@ paths: - type - url examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '404': description: Response if the organization or role does not exist. '422': @@ -42952,7 +42962,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *78 + - *79 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -42979,9 +42989,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43004,8 +43014,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *78 - - *74 + - *79 + - *75 requestBody: required: false content: @@ -43062,8 +43072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -43120,8 +43130,8 @@ paths: - docker - nuget - container - - *78 - - &751 + - *79 + - &752 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43157,12 +43167,12 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *276 + default: *277 '403': *29 '401': *25 - '400': &753 + '400': &754 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43184,7 +43194,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &277 + - &278 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 @@ -43202,20 +43212,20 @@ paths: - docker - nuget - container - - &278 + - &279 name: package_name description: The name of the package. in: path required: true schema: type: string - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: default: value: @@ -43267,9 +43277,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *277 - *278 - - *78 + - *279 + - *79 responses: '204': description: Response @@ -43301,9 +43311,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *277 - *278 - - *78 + - *279 + - *79 - name: token description: package token schema: @@ -43335,9 +43345,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *277 - *278 - - *78 + - *279 + - *79 - *19 - *17 - name: state @@ -43357,7 +43367,7 @@ paths: application/json: schema: type: array - items: &279 + items: &280 title: Package Version description: A version of a software package type: object @@ -43482,10 +43492,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *277 - *278 - - *78 - - &280 + - *279 + - *79 + - &281 name: package_version_id description: Unique identifier of the package version. in: path @@ -43497,7 +43507,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -43533,10 +43543,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *277 - *278 - - *78 - - *280 + - *279 + - *79 + - *281 responses: '204': description: Response @@ -43568,10 +43578,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *277 - *278 - - *78 - - *280 + - *279 + - *79 + - *281 responses: '204': description: Response @@ -43598,10 +43608,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *78 + - *79 - *17 - *19 - - &282 + - &283 name: sort description: The property by which to sort the results. in: query @@ -43611,8 +43621,8 @@ paths: enum: - created_at default: created_at - - *62 - - &283 + - *63 + - &284 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43623,7 +43633,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 @@ -43631,7 +43641,7 @@ paths: schema: type: string example: Hello-World - - &285 + - &286 name: permission description: The permission to use to filter the results. in: query @@ -43639,7 +43649,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) @@ -43649,7 +43659,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) @@ -43659,7 +43669,7 @@ paths: schema: type: string format: date-time - - &288 + - &289 name: token_id description: The ID of the token in: query @@ -43671,7 +43681,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 @@ -43803,7 +43813,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43823,7 +43833,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *78 + - *79 requestBody: required: true content: @@ -43864,11 +43874,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43889,7 +43899,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *78 + - *79 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -43925,11 +43935,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 - '204': *61 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43950,7 +43960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *78 + - *79 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -43961,7 +43971,7 @@ paths: - *17 - *19 responses: - '500': *55 + '500': *56 '404': *6 '403': *29 '200': @@ -43970,11 +43980,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43995,19 +44005,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *78 + - *79 - *17 - *19 - - *282 - - *62 - *283 + - *63 - *284 - *285 - *286 - *287 - *288 + - *289 responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 @@ -44134,7 +44144,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44154,7 +44164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *78 + - *79 requestBody: required: true content: @@ -44189,9 +44199,9 @@ paths: - 1296269 - 1296280 responses: - '500': *55 + '500': *56 '404': *6 - '202': *39 + '202': *40 '403': *29 '422': *15 x-github: @@ -44214,7 +44224,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *78 + - *79 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -44242,9 +44252,9 @@ paths: value: action: revoke responses: - '500': *55 + '500': *56 '404': *6 - '204': *61 + '204': *62 '403': *29 '422': *15 x-github: @@ -44266,7 +44276,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *78 + - *79 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -44276,7 +44286,7 @@ paths: - *17 - *19 responses: - '500': *55 + '500': *56 '404': *6 '403': *29 '200': @@ -44285,11 +44295,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44311,7 +44321,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -44329,7 +44339,7 @@ paths: type: integer configurations: type: array - items: &289 + items: &290 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44468,7 +44478,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *70 + Link: *71 '400': *14 '404': *6 x-github: @@ -44491,7 +44501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -44840,7 +44850,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &290 + org-private-registry-with-selected-visibility: &291 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -44881,7 +44891,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -44907,7 +44917,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -44929,16 +44939,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '404': *6 x-github: githubCloudOnly: false @@ -44960,8 +44970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -45148,8 +45158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -45172,15 +45182,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *78 + - *79 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -45189,7 +45199,7 @@ paths: application/json: schema: type: array - items: &291 + items: &292 title: Projects v2 Project description: A projects v2 project type: object @@ -45259,7 +45269,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &841 + properties: &842 id: type: number description: The unique identifier of the status update. @@ -45307,7 +45317,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &842 + required: &843 - id - node_id - created_at @@ -45332,7 +45342,7 @@ paths: - deleted_at - deleted_by examples: - default: &292 + default: &293 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -45415,8 +45425,8 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -45435,25 +45445,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &293 + - &294 name: project_number description: The project's number. in: path required: true schema: type: integer - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -45472,8 +45482,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *78 - - *293 + - *79 + - *294 requestBody: required: true description: Details of the draft item to create in the project. @@ -45507,7 +45517,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &300 title: Projects v2 Item description: An item belonging to a project type: object @@ -45520,8 +45530,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *88 - - &495 + - *89 + - &496 title: Pull Request Simple description: Pull Request Simple type: object @@ -45627,8 +45637,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 nullable: true active_lock_reason: type: string @@ -45671,7 +45681,7 @@ paths: items: *4 requested_teams: type: array - items: *210 + items: *211 head: type: object properties: @@ -45679,7 +45689,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: @@ -45702,7 +45712,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: @@ -45721,7 +45731,7 @@ paths: _links: type: object properties: - comments: &296 + comments: &297 title: Link description: Hypermedia Link type: object @@ -45730,13 +45740,13 @@ paths: type: string required: - href - commits: *296 - statuses: *296 - html: *296 - issue: *296 - review_comments: *296 - review_comment: *296 - self: *296 + commits: *297 + statuses: *297 + html: *297 + issue: *297 + review_comments: *297 + review_comment: *297 + self: *297 required: - comments - commits @@ -45746,7 +45756,7 @@ paths: - review_comments - review_comment - self - author_association: *85 + author_association: *86 auto_merge: &624 title: Auto merge description: The status of auto merging a pull request. @@ -45772,6 +45782,45 @@ paths: - commit_title - commit_message nullable: true + stack: &625 + title: Pull Request Stack + description: The stack information associated with a pull + request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull + request belongs to. + sha: + type: string + description: The base SHA of the stack this pull + request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the + stack. + position: + type: integer + description: The one-based position of this pull request + within the stack, where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request + belongs to. + number: + type: integer + description: The number of the stack that this pull + request belongs to. + required: + - base + nullable: true draft: description: Indicates whether or not the pull request is a draft. @@ -45849,7 +45898,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &298 + content_type: &299 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -45889,7 +45938,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &300 + draft_issue: &301 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -45944,7 +45993,7 @@ paths: archived_at: project_url: https://api.github.com/users/octocat/projectsV2/1 item_url: https://api.github.com/users/octocat/projectsV2/items/17 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -45963,11 +46012,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *293 - - *78 + - *294 + - *79 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -45975,7 +46024,7 @@ paths: application/json: schema: type: array - items: &297 + items: &298 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -46125,7 +46174,7 @@ paths: - updated_at - project_url examples: - default: &773 + default: &774 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46236,8 +46285,8 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -46255,8 +46304,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *293 - - *78 + - *294 + - *79 requestBody: required: true content: @@ -46302,7 +46351,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &774 + items: &775 type: object properties: name: @@ -46339,7 +46388,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &775 + iteration_configuration: &776 type: object description: The configuration for iteration fields. properties: @@ -46389,7 +46438,7 @@ paths: value: name: Due date data_type: date - single_select_field: &776 + single_select_field: &777 summary: Create a single select field value: name: Priority @@ -46416,7 +46465,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &777 + iteration_field: &778 summary: Create an iteration field value: name: Sprint @@ -46440,9 +46489,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *297 + schema: *298 examples: - text_field: &778 + text_field: &779 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46451,7 +46500,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: &779 + number_field: &780 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46460,7 +46509,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: &780 + date_field: &781 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46469,7 +46518,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: &781 + single_select_field: &782 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46503,7 +46552,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &782 + iteration_field: &783 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46528,7 +46577,7 @@ paths: duration: 14 created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' - '304': *37 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -46548,23 +46597,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *293 - - &783 + - *294 + - &784 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: &784 + default: &785 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46599,8 +46648,8 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -46620,8 +46669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *293 - - *78 + - *294 + - *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) for more information. @@ -46643,8 +46692,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -46653,7 +46702,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Projects v2 Item description: An item belonging to a project type: object @@ -46669,7 +46718,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: *298 + content_type: *299 content: type: object additionalProperties: true @@ -46712,7 +46761,7 @@ paths: - updated_at - archived_at examples: - default: &302 + default: &303 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -47389,8 +47438,8 @@ paths: data_type: sub_issues_progress value: headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -47409,8 +47458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *78 - - *293 + - *79 + - *294 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -47480,23 +47529,23 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *300 + value: *301 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *300 + value: *301 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *300 + value: *301 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *300 - '304': *37 + value: *301 + '304': *38 '403': *29 '401': *25 x-github: @@ -47515,9 +47564,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *293 - - *78 - - &303 + - *294 + - *79 + - &304 name: item_id description: The unique identifier of the project item. in: path @@ -47543,12 +47592,12 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -47566,9 +47615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *293 - - *78 - - *303 + - *294 + - *79 + - *304 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -47638,13 +47687,13 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - text_field: *302 - number_field: *302 - date_field: *302 - single_select_field: *302 - iteration_field: *302 + text_field: *303 + number_field: *303 + date_field: *303 + single_select_field: *303 + iteration_field: *303 '401': *25 '403': *29 '404': *6 @@ -47664,9 +47713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *293 - - *78 - - *303 + - *294 + - *79 + - *304 responses: '204': description: Response @@ -47689,8 +47738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *78 - - *293 + - *79 + - *294 requestBody: required: true content: @@ -47761,7 +47810,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &764 + schema: &765 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -47859,7 +47908,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &304 + value: &305 value: id: 1 number: 1 @@ -47905,11 +47954,11 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *304 + value: *305 roadmap_view: summary: Response for creating a roadmap view - value: *304 - '304': *37 + value: *305 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -47936,9 +47985,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *293 - - *78 - - &785 + - *294 + - *79 + - &786 name: view_number description: The number that identifies the project view. in: path @@ -47960,8 +48009,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -47970,12 +48019,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -47997,7 +48046,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -48005,7 +48054,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -48073,7 +48122,7 @@ paths: - property_name - value_type examples: - default: &306 + default: &307 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -48122,7 +48171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -48133,7 +48182,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *305 + items: *306 minItems: 1 maxItems: 100 required: @@ -48163,9 +48212,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 '403': *29 '404': *6 x-github: @@ -48186,8 +48235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *78 - - &307 + - *79 + - &308 name: custom_property_name description: The custom property name in: path @@ -48199,9 +48248,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &308 + default: &309 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -48235,8 +48284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *78 - - *307 + - *79 + - *308 requestBody: required: true content: @@ -48307,9 +48356,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *308 + default: *309 '403': *29 '404': *6 x-github: @@ -48332,10 +48381,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *78 - - *307 + - *79 + - *308 responses: - '204': *61 + '204': *62 '403': *29 '404': *6 x-github: @@ -48356,7 +48405,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *78 + - *79 - *17 - *19 - name: repository_query @@ -48394,7 +48443,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &309 + items: &310 title: Custom Property Value description: Custom property name and associated value type: object @@ -48433,7 +48482,7 @@ paths: - property_name: team value: octocat headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -48461,7 +48510,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *78 + - *79 requestBody: required: true content: @@ -48481,7 +48530,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *309 + items: *310 required: - repository_names - properties @@ -48522,7 +48571,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *78 + - *79 - *17 - *19 responses: @@ -48534,9 +48583,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48553,8 +48602,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response if user is a public member @@ -48578,8 +48627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -48600,8 +48649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -48625,7 +48674,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *78 + - *79 - name: type description: Specifies the types of repositories you want returned. in: query @@ -48671,11 +48720,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48694,7 +48743,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *78 + - *79 requestBody: required: true content: @@ -48875,7 +48924,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Full Repository description: Full Repository type: object @@ -49163,8 +49212,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *310 - required: *311 + properties: *311 + required: *312 nullable: true temp_clone_token: type: string @@ -49251,8 +49300,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true organization: title: Simple User @@ -49261,8 +49310,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *82 - source: *82 + parent: *83 + source: *83 forks: type: integer master_branch: @@ -49279,7 +49328,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &500 + properties: &501 url: type: string format: uri @@ -49295,12 +49344,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &501 + required: &502 - url - key - name - html_url - security_and_analysis: *312 + security_and_analysis: *313 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -49384,7 +49433,7 @@ paths: - network_count - subscribers_count examples: - default: &361 + default: &362 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -49902,10 +49951,10 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - *17 - *19 - - &647 + - &648 name: targets description: | A comma-separated list of rule targets to filter by. @@ -49923,7 +49972,7 @@ paths: application/json: schema: type: array - items: &339 + items: &340 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -49958,7 +50007,7 @@ paths: source: type: string description: The name of the source - enforcement: &315 + enforcement: &316 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -49971,7 +50020,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &316 + items: &317 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -50042,7 +50091,7 @@ paths: conditions: nullable: true anyOf: - - &313 + - &314 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -50066,7 +50115,7 @@ paths: match. items: type: string - - &317 + - &318 title: Organization ruleset conditions type: object description: |- @@ -50080,7 +50129,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *313 + - *314 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -50114,7 +50163,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *313 + - *314 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -50136,7 +50185,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *313 + - *314 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -50149,7 +50198,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &314 + items: &315 title: Repository ruleset property targeting definition type: object @@ -50182,17 +50231,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *314 + items: *315 required: - repository_property rules: type: array - items: &648 + items: &649 title: Repository Rule type: object description: A repository rule. oneOf: - - &318 + - &319 title: creation description: Only allow users with bypass permission to create matching refs. @@ -50204,7 +50253,7 @@ paths: type: string enum: - creation - - &319 + - &320 title: update description: Only allow users with bypass permission to update matching refs. @@ -50225,7 +50274,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &320 + - &321 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -50237,7 +50286,7 @@ paths: type: string enum: - deletion - - &321 + - &322 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -50249,7 +50298,7 @@ paths: type: string enum: - required_linear_history - - &645 + - &646 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -50327,7 +50376,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &322 + - &323 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -50351,7 +50400,7 @@ paths: type: string required: - required_deployment_environments - - &323 + - &324 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -50363,7 +50412,7 @@ paths: type: string enum: - required_signatures - - &324 + - &325 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -50506,7 +50555,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &325 + - &326 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -50554,7 +50603,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &326 + - &327 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -50566,7 +50615,7 @@ paths: type: string enum: - non_fast_forward - - &327 + - &328 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -50603,7 +50652,7 @@ paths: required: - operator - pattern - - &328 + - &329 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -50640,7 +50689,7 @@ paths: required: - operator - pattern - - &329 + - &330 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -50677,7 +50726,7 @@ paths: required: - operator - pattern - - &330 + - &331 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -50714,7 +50763,7 @@ paths: required: - operator - pattern - - &331 + - &332 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -50751,7 +50800,7 @@ paths: required: - operator - pattern - - &336 + - &337 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -50801,7 +50850,7 @@ paths: - repository_id required: - workflows - - &337 + - &338 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -50862,7 +50911,7 @@ paths: - tool required: - code_scanning_tools - - &338 + - &339 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -50888,7 +50937,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &646 + - &647 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -50900,7 +50949,7 @@ paths: type: string enum: - license_compliance_scanning - - &332 + - &333 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -50925,7 +50974,7 @@ paths: type: string required: - restricted_file_paths - - &333 + - &334 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -50949,7 +50998,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &334 + - &335 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -50972,7 +51021,7 @@ paths: type: string required: - restricted_file_extensions - - &335 + - &336 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -51033,7 +51082,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -51049,7 +51098,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 requestBody: description: Request body required: true @@ -51070,21 +51119,20 @@ paths: - push - repository default: branch - enforcement: *315 + enforcement: *316 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *316 - conditions: *317 + items: *317 + conditions: *318 rules: type: array description: An array of rules within the ruleset. - items: &341 + items: &342 title: Repository Rule type: object description: A repository rule. oneOf: - - *318 - *319 - *320 - *321 @@ -51105,6 +51153,7 @@ paths: - *336 - *337 - *338 + - *339 required: - name - enforcement @@ -51142,9 +51191,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &340 + default: &341 value: id: 21 name: super cool ruleset @@ -51185,7 +51234,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *55 + '500': *56 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -51199,8 +51248,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *78 - - &649 + - *79 + - &650 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 @@ -51215,7 +51264,7 @@ paths: in: query schema: type: string - - &650 + - &651 name: time_period description: |- The time period to filter by. @@ -51231,14 +51280,14 @@ paths: - week - month default: day - - &651 + - &652 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 - - &652 + - &653 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51251,7 +51300,7 @@ paths: - bypass - all default: all - - &653 + - &654 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. @@ -51274,7 +51323,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 title: Rule Suites description: Response type: array @@ -51329,7 +51378,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &655 + default: &656 value: - id: 21 actor_id: 12 @@ -51353,7 +51402,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51372,8 +51421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *78 - - &656 + - *79 + - &657 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51389,7 +51438,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Rule Suite description: Response type: object @@ -51488,7 +51537,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &658 + default: &659 value: id: 21 actor_id: 12 @@ -51523,7 +51572,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51549,7 +51598,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51561,11 +51610,11 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '404': *6 - '500': *55 + '500': *56 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -51581,7 +51630,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51607,16 +51656,16 @@ paths: - tag - push - repository - enforcement: *315 + enforcement: *316 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *316 - conditions: *317 + items: *317 + conditions: *318 rules: description: An array of rules within the ruleset. type: array - items: *341 + items: *342 examples: default: value: @@ -51651,12 +51700,12 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '404': *6 '422': *15 - '500': *55 + '500': *56 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -51672,7 +51721,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51683,7 +51732,7 @@ paths: '204': description: Response '404': *6 - '500': *55 + '500': *56 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -51695,7 +51744,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *78 + - *79 - *17 - *19 - name: ruleset_id @@ -51711,7 +51760,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Ruleset version type: object description: The historical version of a ruleset @@ -51735,7 +51784,7 @@ paths: type: string format: date-time examples: - default: &660 + default: &661 value: - version_id: 3 actor: @@ -51753,7 +51802,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51770,7 +51819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51788,9 +51837,9 @@ paths: description: Response content: application/json: - schema: &661 + schema: &662 allOf: - - *342 + - *343 - type: object required: - state @@ -51837,7 +51886,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51859,8 +51908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *78 - - &662 + - *79 + - &663 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -51871,7 +51920,7 @@ paths: enum: - open - resolved - - &663 + - &664 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -51881,7 +51930,7 @@ paths: required: false schema: type: string - - &664 + - &665 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -51892,7 +51941,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: exclude_providers in: query description: |- @@ -51903,7 +51952,7 @@ paths: required: false schema: type: string - - &666 + - &667 name: providers in: query description: |- @@ -51914,7 +51963,7 @@ paths: required: false schema: type: string - - &667 + - &668 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -51923,7 +51972,7 @@ paths: required: false schema: type: string - - &668 + - &669 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -51942,7 +51991,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &669 + - &670 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. @@ -51954,10 +52003,10 @@ paths: - created - updated default: created - - *62 + - *63 - *19 - *17 - - &670 + - &671 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 @@ -51967,7 +52016,7 @@ paths: required: false schema: type: string - - &671 + - &672 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 @@ -51977,7 +52026,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -51986,7 +52035,7 @@ paths: required: false schema: type: string - - &673 + - &674 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -51995,7 +52044,7 @@ paths: schema: type: boolean default: false - - &674 + - &675 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52004,7 +52053,7 @@ paths: schema: type: boolean default: false - - &675 + - &676 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52013,7 +52062,7 @@ paths: schema: type: boolean default: false - - &676 + - &677 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52024,7 +52073,7 @@ paths: required: false schema: type: boolean - - &677 + - &678 name: included_metadata in: query description: |- @@ -52035,7 +52084,7 @@ paths: required: false schema: type: string - - &678 + - &679 name: owner_email_hash in: query description: |- @@ -52057,8 +52106,8 @@ paths: items: type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -52066,21 +52115,21 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &679 + state: &680 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: &680 + resolution: &681 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52124,7 +52173,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *67 + repository: *68 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -52197,8 +52246,8 @@ paths: pull request. ' - oneOf: &681 - - &683 + oneOf: &682 + - &684 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52256,7 +52305,7 @@ paths: - blob_url - commit_sha - commit_url - - &684 + - &685 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. @@ -52311,7 +52360,7 @@ paths: - page_url - commit_sha - commit_url - - &685 + - &686 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52331,7 +52380,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &686 + - &687 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52351,7 +52400,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &687 + - &688 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52371,7 +52420,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &688 + - &689 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52385,7 +52434,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &689 + - &690 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52399,7 +52448,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &690 + - &691 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52413,7 +52462,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &691 + - &692 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. @@ -52433,7 +52482,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &692 + - &693 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. @@ -52453,7 +52502,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &693 + - &694 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. @@ -52473,7 +52522,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &694 + - &695 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. @@ -52493,7 +52542,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &695 + - &696 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. @@ -52717,9 +52766,9 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52744,8 +52793,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 - - &696 + - *79 + - &697 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -52756,7 +52805,7 @@ paths: enum: - published - unpublished - - &697 + - &698 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -52767,7 +52816,7 @@ paths: enum: - enabled - disabled - - &698 + - &699 name: sort description: The property to sort the results by. in: query @@ -52779,7 +52828,7 @@ paths: - updated - name default: created - - *62 + - *63 - *19 - *17 responses: @@ -52789,7 +52838,7 @@ paths: application/json: schema: type: array - items: &343 + items: &344 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -52837,7 +52886,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &344 + custom_pattern_version: &345 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -52861,7 +52910,7 @@ paths: - state - push_protection_enabled examples: - default: &699 + default: &700 value: - id: 1 name: Example Custom Pattern @@ -52890,7 +52939,7 @@ paths: created_at: '2024-01-16T14:20:00Z' updated_at: '2024-01-17T09:15:00Z' headers: - Link: *70 + Link: *71 '403': *29 '404': *6 post: @@ -52911,7 +52960,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 requestBody: required: true content: @@ -52924,7 +52973,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &700 + items: &701 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -52961,7 +53010,7 @@ paths: items: type: string examples: - default: &701 + default: &702 value: patterns: - name: Example Custom Pattern @@ -52985,9 +53034,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *343 + items: *344 examples: - default: &702 + default: &703 value: created_patterns: - id: 1 @@ -53039,7 +53088,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &703 + items: &704 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -53082,7 +53131,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 requestBody: required: true content: @@ -53096,7 +53145,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &704 + items: &705 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -53106,7 +53155,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *344 + custom_pattern_version: *345 post_delete_action: type: string description: |- @@ -53119,7 +53168,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &705 + default: &706 value: patterns: - pattern_id: 2 @@ -53130,7 +53179,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &345 + '412': &346 description: Precondition Failed content: application/json: @@ -53154,7 +53203,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 - name: pattern_id in: path required: true @@ -53165,7 +53214,7 @@ paths: required: true content: application/json: - schema: &706 + schema: &707 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`, @@ -53204,9 +53253,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *344 + custom_pattern_version: *345 examples: - default: &707 + default: &708 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -53221,9 +53270,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *343 + schema: *344 examples: - default: &708 + default: &709 value: id: 1 name: Example Custom Pattern @@ -53243,7 +53292,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *345 + '412': *346 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -53264,7 +53313,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *78 + - *79 responses: '200': description: Response @@ -53276,11 +53325,11 @@ paths: related to push protection. type: object properties: - pattern_config_version: *344 + pattern_config_version: *345 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &346 + items: &347 type: object properties: token_type: @@ -53346,7 +53395,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *346 + items: *347 examples: default: value: @@ -53395,7 +53444,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *78 + - *79 requestBody: required: true content: @@ -53403,7 +53452,7 @@ paths: schema: type: object properties: - pattern_config_version: *344 + pattern_config_version: *345 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -53429,7 +53478,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *344 + custom_pattern_version: *345 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -53465,7 +53514,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 "/orgs/{org}/security-advisories": get: @@ -53483,8 +53532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *78 - - *62 + - *79 + - *63 - name: sort description: The property to sort the results by. in: query @@ -53496,8 +53545,8 @@ paths: - updated - published default: created - - *47 - *48 + - *49 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -53527,7 +53576,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 description: A repository security advisory. type: object properties: @@ -53714,7 +53763,7 @@ paths: required: - vector_string - score - cvss_severities: *64 + cvss_severities: *65 cwes: type: array nullable: true @@ -53747,7 +53796,7 @@ paths: login: type: string description: The username of the user credited. - type: *347 + type: *348 credits_detailed: type: array nullable: true @@ -53757,7 +53806,7 @@ paths: type: object properties: user: *4 - type: *347 + type: *348 state: type: string description: The state of the user's acceptance of the @@ -53781,14 +53830,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *210 + items: *211 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *67 + - *68 required: - ghsa_id - cve_id @@ -53818,7 +53867,7 @@ paths: - private_fork additionalProperties: false examples: - default: &713 + default: &714 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -54197,7 +54246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *78 + - *79 responses: '200': description: Response @@ -54205,7 +54254,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -54245,8 +54294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -54271,8 +54320,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -54299,7 +54348,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Immutable releases settings response @@ -54348,7 +54397,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -54405,7 +54454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *78 + - *79 - *19 - *17 responses: @@ -54423,9 +54472,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54444,7 +54493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *78 + - *79 requestBody: required: true content: @@ -54493,8 +54542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -54516,8 +54565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -54540,7 +54589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -54558,7 +54607,7 @@ paths: type: integer network_configurations: type: array - items: &349 + items: &350 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -54629,7 +54678,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54648,7 +54697,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -54704,9 +54753,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &350 + default: &351 value: id: 123456789ABCDEF name: My network configuration @@ -54734,8 +54783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 - - &351 + - *79 + - &352 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -54747,11 +54796,11 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54770,8 +54819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 - - *351 + - *79 + - *352 requestBody: required: true content: @@ -54824,9 +54873,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54845,8 +54894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *78 - - *351 + - *79 + - *352 responses: '204': description: Response @@ -54869,7 +54918,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *78 + - *79 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -54923,7 +54972,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54941,7 +54990,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *78 + - *79 - *17 - *19 - name: team_type @@ -54963,11 +55012,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -54987,7 +55036,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *78 + - *79 requestBody: required: true content: @@ -55059,7 +55108,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -55122,8 +55171,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *272 - required: *273 + properties: *273 + required: *274 nullable: true members_count: type: integer @@ -55386,7 +55435,7 @@ paths: - repos_count - organization examples: - default: &353 + default: &354 value: id: 1 node_id: MDQ6VGVhbTE= @@ -55456,16 +55505,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *78 - - *80 + - *79 + - *81 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -55486,8 +55535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *78 - - *80 + - *79 + - *81 requestBody: required: false content: @@ -55549,16 +55598,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '201': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 '422': *15 '403': *29 @@ -55583,12 +55632,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response - '422': &354 + '422': &355 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -55611,8 +55660,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -55622,12 +55671,12 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 headers: - Link: *70 - '422': *354 + Link: *71 + '422': *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55649,8 +55698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *78 - - *80 + - *79 + - *81 - name: role description: Filters members returned by their role in the team. in: query @@ -55671,7 +55720,7 @@ paths: application/json: schema: type: array - items: &728 + items: &729 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 @@ -55790,7 +55839,7 @@ paths: - type - url examples: - default: &729 + default: &730 value: - login: octocat id: 1 @@ -55813,7 +55862,7 @@ paths: role: member inherited: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55841,15 +55890,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 responses: '200': description: Response content: application/json: - schema: &355 + schema: &356 title: Team Membership description: Team Membership type: object @@ -55876,7 +55925,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &730 + response-if-user-is-a-team-maintainer: &731 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55912,9 +55961,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 requestBody: required: false content: @@ -55939,9 +55988,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: &731 + response-if-users-membership-with-team-is-now-pending: &732 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55976,9 +56025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 responses: '204': description: Response @@ -56004,8 +56053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -56015,11 +56064,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56046,16 +56095,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *78 - - *80 - - *356 + - *79 + - *81 - *357 + - *358 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &732 + schema: &733 title: Team Repository description: A team's access to a repository. type: object @@ -56078,8 +56127,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true forks: type: integer @@ -56624,10 +56673,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *78 - - *80 - - *356 + - *79 + - *81 - *357 + - *358 requestBody: required: false content: @@ -56672,10 +56721,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *78 - - *80 - - *356 + - *79 + - *81 - *357 + - *358 responses: '204': description: Response @@ -56699,8 +56748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -56710,9 +56759,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - response-if-child-teams-exist: &733 + response-if-child-teams-exist: &734 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -56740,7 +56789,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56765,7 +56814,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *78 + - *79 - name: security_product in: path description: The security feature to enable or disable. @@ -56865,7 +56914,7 @@ paths: resources: type: object properties: - core: &358 + core: &359 title: Rate Limit type: object properties: @@ -56882,21 +56931,21 @@ paths: - remaining - reset - used - graphql: *358 - search: *358 - code_search: *358 - source_import: *358 - integration_manifest: *358 - actions_runner_registration: *358 - scim: *358 - dependency_snapshots: *358 - dependency_sbom: *358 - code_scanning_autofix: *358 - copilot_usage_records: *358 + 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 required: - core - search - rate: *358 + rate: *359 required: - rate - resources @@ -56973,7 +57022,7 @@ paths: schema: type: integer format: timestamp - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -56996,14 +57045,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: default-response: summary: Default response @@ -57508,7 +57557,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *360 + '301': *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57526,8 +57575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -57837,10 +57886,10 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 - '307': &362 + default: *362 + '307': &363 description: Temporary Redirect content: application/json: @@ -57869,8 +57918,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -57892,9 +57941,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *362 + '307': *363 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57916,11 +57965,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 - - &394 + - &395 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -57943,7 +57992,7 @@ paths: type: integer artifacts: type: array - items: &363 + items: &364 title: Artifact description: An artifact type: object @@ -58021,7 +58070,7 @@ paths: - expires_at - updated_at examples: - default: &395 + default: &396 value: total_count: 2 artifacts: @@ -58060,7 +58109,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58082,9 +58131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *356 - *357 - - &364 + - *358 + - &365 name: artifact_id description: The unique identifier of the artifact. in: path @@ -58096,7 +58145,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: default: value: @@ -58134,9 +58183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *356 - *357 - - *364 + - *358 + - *365 responses: '204': description: Response @@ -58160,9 +58209,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *356 - *357 - - *364 + - *358 + - *365 - name: archive_format in: path required: true @@ -58172,15 +58221,11 @@ paths: '302': description: Response headers: - Location: &519 + Location: &520 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &560 - description: Gone - content: - application/json: - schema: *3 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58201,14 +58246,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: &365 + schema: &366 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -58219,7 +58264,7 @@ paths: type: integer example: 14 examples: - default: *42 + default: *43 '403': *29 '404': *6 x-github: @@ -58241,15 +58286,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *365 + schema: *366 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -58276,14 +58321,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: &366 + schema: &367 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -58294,7 +58339,7 @@ paths: type: integer example: 10 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -58316,15 +58361,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *366 + schema: *367 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -58353,14 +58398,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -58386,11 +58431,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 - - &368 + - &369 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 @@ -58418,13 +58463,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *62 + - *63 responses: '200': description: Response content: application/json: - schema: &369 + schema: &370 title: Repository actions caches description: Repository actions caches type: object @@ -58466,7 +58511,7 @@ paths: - total_count - actions_caches examples: - default: &370 + default: &371 value: total_count: 1 actions_caches: @@ -58478,7 +58523,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58498,23 +58543,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: - - *356 - *357 + - *358 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *368 + - *369 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58534,8 +58579,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: - - *356 - *357 + - *358 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -58564,10 +58609,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - - *48 + - *49 responses: '200': description: Response @@ -58615,7 +58660,7 @@ paths: group_url: https://api.github.com/repos/octocat/Hello-World/actions/concurrency_groups/ci-build last_acquired_at: '2026-01-15T16:13:55Z' headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -58647,8 +58692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#get-a-concurrency-group-for-a-repository parameters: - - *356 - *357 + - *358 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -58800,9 +58845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *356 - *357 - - &371 + - *358 + - &372 name: job_id description: The unique identifier of the job. in: path @@ -58814,7 +58859,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Job description: Information of a job execution in a workflow run type: object @@ -59121,9 +59166,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *356 - *357 - - *371 + - *358 + - *372 responses: '302': description: Response @@ -59151,9 +59196,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *356 - *357 - - *371 + - *358 + - *372 requestBody: required: false content: @@ -59179,7 +59224,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -59203,8 +59248,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: - - *356 - *357 + - *358 responses: '200': description: Status response @@ -59263,8 +59308,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: - - *356 - *357 + - *358 requestBody: required: true content: @@ -59303,7 +59348,7 @@ paths: description: Empty response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -59332,8 +59377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -59351,7 +59396,7 @@ paths: type: integer secrets: type: array - items: &400 + items: &401 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -59371,7 +59416,7 @@ paths: - created_at - updated_at examples: - default: &401 + default: &402 value: total_count: 2 secrets: @@ -59382,7 +59427,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59404,9 +59449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *356 - *357 - - *180 + - *358 + - *181 - *19 responses: '200': @@ -59423,7 +59468,7 @@ paths: type: integer variables: type: array - items: &402 + items: &403 title: Actions Variable type: object properties: @@ -59453,7 +59498,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 variables: @@ -59466,7 +59511,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59486,8 +59531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -59496,12 +59541,12 @@ paths: schema: type: object properties: - enabled: &373 + enabled: &374 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *148 - selected_actions_url: *372 - sha_pinning_required: *149 + allowed_actions: *149 + selected_actions_url: *373 + sha_pinning_required: *150 required: - enabled examples: @@ -59529,8 +59574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -59541,9 +59586,9 @@ paths: schema: type: object properties: - enabled: *373 - allowed_actions: *148 - sha_pinning_required: *149 + enabled: *374 + allowed_actions: *149 + sha_pinning_required: *150 required: - enabled examples: @@ -59573,14 +59618,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: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: &374 + schema: &375 type: object properties: access_level: @@ -59597,7 +59642,7 @@ paths: required: - access_level examples: - default: &375 + default: &376 value: access_level: organization x-github: @@ -59621,15 +59666,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: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 responses: '204': description: Response @@ -59653,14 +59698,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *376 + schema: *377 examples: default: value: @@ -59684,8 +59729,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Empty response for successful settings update @@ -59695,7 +59740,7 @@ paths: required: true content: application/json: - schema: *377 + schema: *378 examples: default: summary: Set retention days @@ -59719,16 +59764,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *378 + default: *379 '404': *6 x-github: enabledForGitHubApps: true @@ -59747,8 +59792,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -59758,7 +59803,7 @@ paths: required: true content: application/json: - schema: *150 + schema: *151 examples: default: summary: Set approval policy to first time contributors @@ -59782,16 +59827,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *151 + default: *152 '403': *29 '404': *6 x-github: @@ -59811,15 +59856,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *380 + schema: *381 examples: - default: *151 + default: *152 responses: '204': description: Empty response for successful settings update @@ -59843,16 +59888,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *154 + default: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -59871,8 +59916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -59880,9 +59925,9 @@ paths: required: false content: application/json: - schema: *153 + schema: *154 examples: - selected_actions: *154 + selected_actions: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -59904,16 +59949,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59934,8 +59979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Success response @@ -59946,9 +59991,9 @@ paths: required: true content: application/json: - schema: *382 + schema: *383 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59975,8 +60020,8 @@ paths: in: query schema: type: string - - *356 - *357 + - *358 - *17 - *19 responses: @@ -59994,11 +60039,11 @@ paths: type: integer runners: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60020,8 +60065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -60029,9 +60074,9 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60053,8 +60098,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: - - *356 - *357 + - *358 requestBody: required: true content: @@ -60097,10 +60142,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *385 + '201': *386 '404': *6 '422': *7 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60128,16 +60173,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *356 - *357 + - *358 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60165,16 +60210,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *356 - *357 + - *358 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *387 + default: *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60196,17 +60241,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *356 - *357 - - *164 + - *358 + - *165 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60227,9 +60272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *356 - *357 - - *164 + - *358 + - *165 responses: '204': description: Response @@ -60255,11 +60300,11 @@ 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: - - *356 - *357 - - *164 + - *358 + - *165 responses: - '200': *169 + '200': *170 '404': *6 x-github: githubCloudOnly: false @@ -60281,9 +60326,9 @@ 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: - - *356 - *357 - - *164 + - *358 + - *165 requestBody: required: true content: @@ -60307,7 +60352,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -60331,9 +60376,9 @@ 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: - - *356 - *357 - - *164 + - *358 + - *165 requestBody: required: true content: @@ -60358,7 +60403,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -60382,11 +60427,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: - - *356 - *357 - - *164 + - *358 + - *165 responses: - '200': *389 + '200': *390 '404': *6 x-github: githubCloudOnly: false @@ -60413,12 +60458,12 @@ 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: - - *356 - *357 - - *164 - - *390 + - *358 + - *165 + - *391 responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -60444,9 +60489,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *356 - *357 - - &406 + - *358 + - &407 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. @@ -60454,7 +60499,7 @@ paths: required: false schema: type: string - - &407 + - &408 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -60462,7 +60507,7 @@ paths: required: false schema: type: string - - &408 + - &409 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -60471,7 +60516,7 @@ paths: required: false schema: type: string - - &409 + - &410 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 @@ -60498,7 +60543,7 @@ paths: - pending - *17 - *19 - - &410 + - &411 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)." @@ -60507,7 +60552,7 @@ paths: schema: type: string format: date-time - - &391 + - &392 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -60516,13 +60561,13 @@ paths: schema: type: boolean default: false - - &411 + - &412 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &412 + - &413 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -60545,7 +60590,7 @@ paths: type: integer workflow_runs: type: array - items: &392 + items: &393 title: Workflow Run description: An invocation of a workflow type: object @@ -60640,7 +60685,7 @@ paths: that triggered the run. type: array nullable: true - items: *93 + items: *94 created_at: type: string format: date-time @@ -60693,7 +60738,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &436 + properties: &437 id: type: string description: SHA for the commit @@ -60744,7 +60789,7 @@ paths: - name - email nullable: true - required: &437 + required: &438 - id - tree_id - message @@ -60752,8 +60797,8 @@ paths: - author - committer nullable: true - repository: *163 - head_repository: *163 + repository: *164 + head_repository: *164 head_repository_id: type: integer example: 5 @@ -60791,7 +60836,7 @@ paths: - workflow_url - pull_requests examples: - default: &413 + default: &414 value: total_count: 1 workflow_runs: @@ -61005,7 +61050,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61027,24 +61072,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *356 - *357 - - &393 + - *358 + - &394 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *391 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: &396 + default: &397 value: id: 30433642 name: Build @@ -61285,9 +61330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '204': description: Response @@ -61310,9 +61355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '200': description: Response @@ -61431,15 +61476,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -61466,13 +61511,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *356 - *357 - - *393 + - *358 + - *394 - *17 - *19 - - *394 - - *62 + - *395 + - *63 responses: '200': description: Response @@ -61488,11 +61533,11 @@ paths: type: integer artifacts: type: array - items: *363 + items: *364 examples: - default: *395 + default: *396 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61514,25 +61559,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *356 - *357 - - *393 - - &397 + - *358 + - *394 + - &398 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *391 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61555,10 +61600,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *356 - *357 - - *393 - - *397 + - *358 + - *394 + - *398 - *17 - *19 responses: @@ -61576,9 +61621,9 @@ paths: type: integer jobs: type: array - items: *398 + items: *399 examples: - default: &399 + default: &400 value: total_count: 1 jobs: @@ -61667,7 +61712,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -61691,10 +61736,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *356 - *357 - - *393 - - *397 + - *358 + - *394 + - *398 responses: '302': description: Response @@ -61722,19 +61767,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '202': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61770,12 +61815,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -61918,7 +61963,7 @@ paths: job_url: https://api.github.com/repos/octocat/Hello-World/actions/jobs/798245260 job_html_url: https://github.com/octocat/Hello-World/actions/runs/30433642/job/798245260 headers: - Link: *70 + Link: *71 '404': *6 '422': *15 x-github: @@ -61943,9 +61988,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: - - *356 - *357 - - *393 + - *358 + - *394 requestBody: required: true content: @@ -62012,19 +62057,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '202': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62047,9 +62092,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 - 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 @@ -62079,11 +62124,11 @@ paths: type: integer jobs: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62106,9 +62151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '302': description: Response @@ -62135,14 +62180,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '204': description: Response '403': *29 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62164,9 +62209,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '200': description: Response @@ -62226,7 +62271,7 @@ paths: items: type: object properties: - type: &526 + type: &527 type: string description: The type of reviewer. enum: @@ -62236,7 +62281,7 @@ paths: reviewer: anyOf: - *4 - - *210 + - *211 required: - environment - wait_timer @@ -62311,9 +62356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 requestBody: required: true content: @@ -62360,12 +62405,12 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &804 + properties: &805 url: type: string format: uri @@ -62448,9 +62493,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - required: &805 + properties: *84 + required: *85 + required: &806 - id - node_id - sha @@ -62466,7 +62511,7 @@ paths: - created_at - updated_at examples: - default: &522 + default: &523 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -62522,9 +62567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *356 - *357 - - *393 + - *358 + - *394 requestBody: required: false content: @@ -62545,7 +62590,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -62568,9 +62613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 requestBody: required: false content: @@ -62591,7 +62636,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -62623,9 +62668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '200': description: Response @@ -62762,8 +62807,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -62781,11 +62826,11 @@ paths: type: integer secrets: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62808,16 +62853,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62839,17 +62884,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &414 + default: &415 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -62875,9 +62920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 requestBody: required: true content: @@ -62908,7 +62953,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -62934,9 +62979,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '204': description: Response @@ -62961,9 +63006,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *356 - *357 - - *180 + - *358 + - *181 - *19 responses: '200': @@ -62980,11 +63025,11 @@ paths: type: integer variables: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63005,8 +63050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -63033,7 +63078,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -63058,17 +63103,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &415 + default: &416 value: name: USERNAME value: octocat @@ -63094,9 +63139,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 requestBody: required: true content: @@ -63138,9 +63183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 responses: '204': description: Response @@ -63165,8 +63210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -63184,7 +63229,7 @@ paths: type: integer workflows: type: array - items: &404 + items: &405 title: Workflow description: A GitHub Actions workflow type: object @@ -63268,7 +63313,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63291,9 +63336,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *356 - *357 - - &405 + - *358 + - &406 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -63308,7 +63353,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -63341,9 +63386,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *356 - *357 - - *405 + - *358 + - *406 responses: '204': description: Response @@ -63368,9 +63413,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *356 - *357 - - *405 + - *358 + - *406 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -63457,9 +63502,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *356 - *357 - - *405 + - *358 + - *406 responses: '204': description: Response @@ -63486,19 +63531,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *356 - *357 - - *405 + - *358 - *406 - *407 - *408 - *409 + - *410 - *17 - *19 - - *410 - - *391 - *411 + - *392 - *412 + - *413 responses: '200': description: Response @@ -63514,11 +63559,11 @@ paths: type: integer workflow_runs: type: array - items: *392 + items: *393 examples: - default: *413 + default: *414 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63548,9 +63593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *356 - *357 - - *405 + - *358 + - *406 responses: '200': description: Response @@ -63611,12 +63656,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *356 - *357 - - *62 + - *358 + - *63 - *17 - - *47 - *48 + - *49 - name: ref description: |- The Git reference for the activities you want to list. @@ -63757,7 +63802,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '422': *7 x-github: githubCloudOnly: false @@ -63781,8 +63826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-organization-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -63800,11 +63845,11 @@ paths: type: integer secrets: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63826,9 +63871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-organization-variables parameters: - - *356 - *357 - - *180 + - *358 + - *181 - *19 responses: '200': @@ -63845,11 +63890,11 @@ paths: type: integer variables: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63872,8 +63917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -63891,11 +63936,11 @@ paths: type: integer secrets: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63918,16 +63963,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-public-key parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63949,17 +63994,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *414 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63981,9 +64026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 requestBody: required: true content: @@ -64014,7 +64059,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -64040,9 +64085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '204': description: Response @@ -64067,9 +64112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-variables parameters: - - *356 - *357 - - *180 + - *358 + - *181 - *19 responses: '200': @@ -64086,11 +64131,11 @@ paths: type: integer variables: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64111,8 +64156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-a-repository-variable parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -64139,7 +64184,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -64164,17 +64209,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64195,9 +64240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 requestBody: required: true content: @@ -64239,9 +64284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 responses: '204': description: Response @@ -64262,8 +64307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -64275,9 +64320,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -64300,8 +64345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *356 - *357 + - *358 - name: assignee in: path required: true @@ -64337,8 +64382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -64448,11 +64493,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *356 - *357 + - *358 - *17 - - *47 - *48 + - *49 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -64506,7 +64551,7 @@ paths: initiator: type: string examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64526,8 +64571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -64535,7 +64580,7 @@ paths: application/json: schema: type: array - items: &417 + items: &418 title: Autolink reference description: An autolink reference. type: object @@ -64589,8 +64634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -64629,9 +64674,9 @@ paths: description: response content: application/json: - schema: *417 + schema: *418 examples: - default: &418 + default: &419 value: id: 1 key_prefix: TICKET- @@ -64662,9 +64707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *356 - *357 - - &419 + - *358 + - &420 name: autolink_id description: The unique identifier of the autolink. in: path @@ -64676,9 +64721,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 '404': *6 x-github: githubCloudOnly: false @@ -64698,9 +64743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *356 - *357 - - *419 + - *358 + - *420 responses: '204': description: Response @@ -64724,8 +64769,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: - - *356 - *357 + - *358 responses: '200': description: Response if Dependabot is enabled @@ -64773,8 +64818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -64795,8 +64840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -64816,8 +64861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *356 - *357 + - *358 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -64855,7 +64900,7 @@ paths: - url protected: type: boolean - protection: &421 + protection: &422 title: Branch Protection description: Branch Protection type: object @@ -64897,7 +64942,7 @@ paths: required: - contexts - checks - enforce_admins: &424 + enforce_admins: &425 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -64912,7 +64957,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &426 + required_pull_request_reviews: &427 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -64933,7 +64978,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *210 + items: *211 apps: description: The list of apps with review dismissal access. @@ -64962,7 +65007,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *210 + items: *211 apps: description: The list of apps allowed to bypass pull request requirements. @@ -64988,7 +65033,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &423 + restrictions: &424 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -65051,7 +65096,7 @@ paths: type: string teams: type: array - items: *210 + items: *211 apps: type: array items: @@ -65247,7 +65292,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -65265,9 +65310,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *356 - *357 - - &422 + - *358 + - &423 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). @@ -65281,14 +65326,14 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &491 + commit: &492 title: Commit description: Commit type: object @@ -65322,7 +65367,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &420 + properties: &421 name: type: string example: '"Chris Wanstrath"' @@ -65338,7 +65383,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *420 + properties: *421 nullable: true message: type: string @@ -65359,7 +65404,7 @@ paths: required: - sha - url - verification: &544 + verification: &545 title: Verification type: object properties: @@ -65393,12 +65438,12 @@ paths: nullable: true oneOf: - *4 - - *172 + - *173 committer: nullable: true oneOf: - *4 - - *172 + - *173 parents: type: array items: @@ -65429,7 +65474,7 @@ paths: type: integer files: type: array - items: &504 + items: &505 title: Diff Entry description: Diff Entry type: object @@ -65513,7 +65558,7 @@ paths: - self protected: type: boolean - protection: *421 + protection: *422 protection_url: type: string format: uri @@ -65620,7 +65665,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *360 + '301': *361 '404': *6 x-github: githubCloudOnly: false @@ -65642,15 +65687,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -65844,9 +65889,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -66101,7 +66146,7 @@ paths: url: type: string format: uri - required_status_checks: &429 + required_status_checks: &430 title: Status Check Policy description: Status Check Policy type: object @@ -66177,7 +66222,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 apps: type: array items: *5 @@ -66195,7 +66240,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 apps: type: array items: *5 @@ -66253,7 +66298,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *423 + restrictions: *424 required_conversation_resolution: type: object properties: @@ -66365,9 +66410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66392,17 +66437,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &425 + default: &426 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -66424,17 +66469,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66453,9 +66498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66480,17 +66525,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -66586,9 +66631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -66686,9 +66731,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '422': *15 x-github: githubCloudOnly: false @@ -66709,9 +66754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66738,17 +66783,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -66771,17 +66816,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *428 + default: *429 '404': *6 x-github: githubCloudOnly: false @@ -66801,9 +66846,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66828,17 +66873,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 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_status_checks strict: true @@ -66864,9 +66909,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -66918,9 +66963,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 '404': *6 '422': *15 x-github: @@ -66942,9 +66987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66968,9 +67013,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response @@ -67004,9 +67049,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -67073,9 +67118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -67139,9 +67184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: content: application/json: @@ -67207,15 +67252,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -67306,9 +67351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -67331,9 +67376,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response @@ -67343,7 +67388,7 @@ paths: type: array items: *5 examples: - default: &431 + default: &432 value: - id: 1 slug: octoapp @@ -67400,9 +67445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67436,7 +67481,7 @@ paths: type: array items: *5 examples: - default: *431 + default: *432 '422': *15 x-github: githubCloudOnly: false @@ -67457,9 +67502,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67493,7 +67538,7 @@ paths: type: array items: *5 examples: - default: *431 + default: *432 '422': *15 x-github: githubCloudOnly: false @@ -67514,9 +67559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67550,7 +67595,7 @@ paths: type: array items: *5 examples: - default: *431 + default: *432 '422': *15 x-github: githubCloudOnly: false @@ -67572,9 +67617,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response @@ -67582,9 +67627,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 '404': *6 x-github: githubCloudOnly: false @@ -67604,9 +67649,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -67642,9 +67687,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -67665,9 +67710,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -67703,9 +67748,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -67726,9 +67771,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: content: application/json: @@ -67763,9 +67808,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -67787,9 +67832,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response @@ -67799,7 +67844,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '404': *6 x-github: githubCloudOnly: false @@ -67823,9 +67868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67858,7 +67903,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -67883,9 +67928,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67918,7 +67963,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -67943,9 +67988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67978,7 +68023,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -68005,9 +68050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -68029,7 +68074,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -68145,8 +68190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -68425,7 +68470,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: CheckRun description: A check performed on the code of a given code change type: object @@ -68536,16 +68581,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *93 - deployment: &797 + items: *94 + deployment: &798 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68612,8 +68657,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -68825,9 +68870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *356 - *357 - - &434 + - *358 + - &435 name: check_run_id description: The unique identifier of the check run. in: path @@ -68839,9 +68884,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &435 + default: &436 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -68941,9 +68986,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *356 - *357 - - *434 + - *358 + - *435 requestBody: required: true content: @@ -69183,9 +69228,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69205,9 +69250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *356 - *357 - - *434 + - *358 + - *435 - *17 - *19 responses: @@ -69282,7 +69327,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69302,15 +69347,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *356 - *357 - - *434 + - *358 + - *435 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -69348,8 +69393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -69371,7 +69416,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &438 + schema: &439 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -69435,7 +69480,7 @@ paths: nullable: true pull_requests: type: array - items: *93 + items: *94 nullable: true app: title: GitHub app @@ -69446,9 +69491,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - repository: *163 + properties: *84 + required: *85 + repository: *164 created_at: type: string format: date-time @@ -69457,12 +69502,12 @@ paths: type: string format: date-time nullable: true - head_commit: &825 + head_commit: &826 title: Simple Commit description: A commit. type: object - properties: *436 - required: *437 + properties: *437 + required: *438 latest_check_runs_count: type: integer check_runs_url: @@ -69490,7 +69535,7 @@ paths: - check_runs_url - pull_requests examples: - default: &439 + default: &440 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -69781,9 +69826,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69802,8 +69847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -69864,7 +69909,7 @@ paths: required: - app_id - setting - repository: *163 + repository: *164 examples: default: value: @@ -70112,9 +70157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *356 - *357 - - &440 + - *358 + - &441 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -70126,9 +70171,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70151,17 +70196,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *356 - *357 - - *440 - - &497 + - *358 + - *441 + - &498 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &498 + - &499 name: status description: Returns check runs with the specified `status`. in: query @@ -70200,9 +70245,9 @@ paths: type: integer check_runs: type: array - items: *433 + items: *434 examples: - default: &499 + default: &500 value: total_count: 1 check_runs: @@ -70284,7 +70329,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70304,15 +70349,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *356 - *357 - - *440 + - *358 + - *441 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -70335,12 +70380,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#list-code-quality-findings-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - - *62 - - *47 + - *63 - *48 + - *49 - name: state description: If specified, only code quality findings with this state will be returned. @@ -70358,7 +70403,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 description: Code quality finding type: object properties: @@ -70488,14 +70533,14 @@ 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': &442 + '403': &443 description: Response if the user is not authorized to access Code quality for this repository. content: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70515,8 +70560,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-finding parameters: - - *356 - *357 + - *358 - name: finding_number in: path description: The number that identifies a finding. @@ -70528,7 +70573,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -70557,9 +70602,9 @@ 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': *442 + '403': *443 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70579,8 +70624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-setup-configuration parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -70644,9 +70689,9 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly - '403': *442 + '403': *443 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70665,8 +70710,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#update-a-code-quality-setup-configuration parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -70727,7 +70772,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -70770,7 +70815,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70794,30 +70839,30 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *356 - *357 - - *443 + - *358 - *444 + - *445 - *19 - *17 - - &461 + - &462 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: *445 - - &462 + schema: *446 + - &463 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *62 - - *47 + - *63 - *48 + - *49 - name: sort description: The property by which to sort the results. in: query @@ -70833,13 +70878,13 @@ paths: be returned. in: query required: false - schema: *446 + schema: *447 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *447 + schema: *448 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -70858,14 +70903,14 @@ paths: items: type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: *448 - state: *197 - fixed_at: *193 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: *449 + state: *198 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -70873,12 +70918,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: *449 - dismissed_comment: *450 - rule: *451 - tool: *452 - most_recent_instance: *453 + dismissed_at: *195 + dismissed_reason: *450 + dismissed_comment: *451 + rule: *452 + tool: *453 + most_recent_instance: *454 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -71003,15 +71048,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *37 - '403': &454 + '304': *38 + '403': &455 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71031,9 +71076,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *356 - *357 - - &455 + - *358 + - &456 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -71041,23 +71086,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *188 + schema: *189 responses: '200': description: Response content: application/json: - schema: &456 + schema: &457 type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: *448 - state: *197 - fixed_at: *193 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: *449 + state: *198 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -71065,9 +71110,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: *449 - dismissed_comment: *450 + dismissed_at: *195 + dismissed_reason: *450 + dismissed_comment: *451 rule: type: object properties: @@ -71121,8 +71166,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *452 - most_recent_instance: *453 + tool: *453 + most_recent_instance: *454 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -71220,10 +71265,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *37 - '403': *454 + '304': *38 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71241,9 +71286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *356 - *357 - - *455 + - *358 + - *456 requestBody: required: true content: @@ -71258,8 +71303,8 @@ paths: enum: - open - dismissed - dismissed_reason: *449 - dismissed_comment: *450 + dismissed_reason: *450 + dismissed_comment: *451 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -71287,7 +71332,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -71363,14 +71408,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &460 + '403': &461 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71390,15 +71435,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: - - *356 - *357 - - *455 + - *358 + - *456 responses: '200': description: Response content: application/json: - schema: &457 + schema: &458 type: object properties: status: @@ -71424,13 +71469,13 @@ paths: - description - started_at examples: - default: &458 + default: &459 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &459 + '400': &460 description: Bad Request content: application/json: @@ -71441,9 +71486,9 @@ 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': *454 + '403': *455 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71466,29 +71511,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: - - *356 - *357 - - *455 + - *358 + - *456 responses: '200': description: OK content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '202': description: Accepted content: application/json: - schema: *457 + schema: *458 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *459 + '400': *460 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -71498,7 +71543,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71520,9 +71565,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: - - *356 - *357 - - *455 + - *358 + - *456 requestBody: required: false content: @@ -71567,12 +71612,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *459 - '403': *460 + '400': *460 + '403': *461 '404': *6 '422': description: Unprocessable Entity - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71592,13 +71637,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *356 - *357 - - *455 + - *358 + - *456 - *19 - *17 - - *461 - *462 + - *463 responses: '200': description: Response @@ -71609,10 +71654,10 @@ paths: items: type: object properties: - ref: *445 - analysis_key: *463 - environment: *464 - category: *465 + ref: *446 + analysis_key: *464 + environment: *465 + category: *466 state: type: string description: State of a code scanning alert instance. @@ -71627,7 +71672,7 @@ paths: properties: text: type: string - location: *466 + location: *467 html_url: type: string classifications: @@ -71635,7 +71680,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: *467 + items: *468 examples: default: value: @@ -71672,9 +71717,9 @@ paths: end_column: 50 classifications: - source - '403': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71706,29 +71751,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *356 - *357 - - *443 + - *358 - *444 + - *445 - *19 - *17 - - *462 + - *463 - 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: *445 + schema: *446 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &468 + schema: &469 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *62 + - *63 - name: sort description: The property by which to sort the results. in: query @@ -71745,23 +71790,23 @@ paths: application/json: schema: type: array - items: &469 + items: &470 type: object properties: - ref: *445 - commit_sha: &477 + ref: *446 + commit_sha: &478 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: *463 + analysis_key: *464 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *465 + category: *466 error: type: string example: error reading field xyz @@ -71785,8 +71830,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *468 - tool: *452 + sarif_id: *469 + tool: *453 deletable: type: boolean warning: @@ -71847,9 +71892,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71883,8 +71928,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: - - *356 - *357 + - *358 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -71897,7 +71942,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: response: summary: application/json response @@ -71951,14 +71996,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *454 + '403': *455 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72038,8 +72083,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: - - *356 - *357 + - *358 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72092,9 +72137,9 @@ 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': *460 + '403': *461 '404': *6 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72114,8 +72159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -72123,7 +72168,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: CodeQL Database description: A CodeQL database. type: object @@ -72234,9 +72279,9 @@ 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': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72263,8 +72308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *356 - *357 + - *358 - name: language in: path description: The language of the CodeQL database. @@ -72276,7 +72321,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -72308,11 +72353,11 @@ 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': &508 + '302': &509 description: Found - '403': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72332,8 +72377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *356 - *357 + - *358 - name: language in: path description: The language of the CodeQL database. @@ -72343,9 +72388,9 @@ paths: responses: '204': description: Response - '403': *460 + '403': *461 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72371,8 +72416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -72381,7 +72426,7 @@ paths: type: object additionalProperties: false properties: - language: &471 + language: &472 type: string description: The language targeted by the CodeQL query enum: @@ -72461,7 +72506,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &475 + schema: &476 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -72469,9 +72514,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *67 + controller_repo: *68 actor: *4 - query_language: *471 + query_language: *472 query_pack_url: type: string description: The download url for the query pack. @@ -72518,7 +72563,7 @@ paths: items: type: object properties: - repository: &472 + repository: &473 title: Repository Identifier description: Repository Identifier type: object @@ -72554,7 +72599,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &476 + analysis_status: &477 type: string description: The new status of the CodeQL variant analysis repository task. @@ -72586,7 +72631,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &473 + access_mismatch_repos: &474 type: object properties: repository_count: @@ -72600,7 +72645,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: *472 + items: *473 required: - repository_count - repositories @@ -72622,8 +72667,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *473 - over_limit_repos: *473 + no_codeql_db_repos: *474 + over_limit_repos: *474 required: - access_mismatch_repos - not_found_repos @@ -72639,7 +72684,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &474 + value: &475 summary: Default response value: id: 1 @@ -72785,17 +72830,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *474 + value: *475 repository_lists: summary: Response for a successful variant analysis submission - value: *474 + value: *475 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72816,8 +72861,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: - - *356 - *357 + - *358 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -72829,11 +72874,11 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *474 + default: *475 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72854,7 +72899,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: - - *356 + - *357 - name: repo in: path description: The name of the controller repository. @@ -72888,8 +72933,8 @@ paths: schema: type: object properties: - repository: *67 - analysis_status: *476 + repository: *68 + analysis_status: *477 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -72993,7 +73038,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73014,8 +73059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -73100,9 +73145,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73121,8 +73166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -73189,7 +73234,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -73214,7 +73259,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *460 + '403': *461 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -73228,7 +73273,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73285,8 +73330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -73294,7 +73339,7 @@ paths: schema: type: object properties: - commit_sha: *477 + commit_sha: *478 ref: type: string description: |- @@ -73352,7 +73397,7 @@ paths: schema: type: object properties: - id: *468 + id: *469 url: type: string description: The REST API URL for checking the status of the upload. @@ -73366,11 +73411,11 @@ 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': *460 + '403': *461 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73389,8 +73434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *356 - *357 + - *358 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -73436,10 +73481,10 @@ 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': *454 + '403': *455 '404': description: Not Found if the sarif id does not match any upload - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73461,8 +73506,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: - - *356 - *357 + - *358 responses: '200': description: Response @@ -73486,7 +73531,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *49 + configuration: *50 examples: default: value: @@ -73518,8 +73563,8 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *61 - '304': *37 + '204': *62 + '304': *38 '403': *29 '404': *6 x-github: @@ -73543,8 +73588,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *356 - *357 + - *358 - 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 @@ -73664,8 +73709,8 @@ paths: parameters: - *17 - *19 - - *356 - *357 + - *358 responses: '200': description: Response @@ -73681,7 +73726,7 @@ paths: type: integer codespaces: type: array - items: *262 + items: *263 examples: default: value: @@ -73957,7 +74002,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -73979,8 +74024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -74043,22 +74088,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74082,8 +74127,8 @@ paths: parameters: - *17 - *19 - - *356 - *357 + - *358 responses: '200': description: Response @@ -74123,7 +74168,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *55 + '500': *56 '400': *14 '401': *25 '403': *29 @@ -74147,8 +74192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *356 - *357 + - *358 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -74183,14 +74228,14 @@ paths: type: integer machines: type: array - items: &739 + items: &740 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *479 - required: *480 + properties: *480 + required: *481 examples: - default: &740 + default: &741 value: total_count: 2 machines: @@ -74206,8 +74251,8 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -74230,8 +74275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *356 - *357 + - *358 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -74315,8 +74360,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: - - *356 - *357 + - *358 - 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 @@ -74361,7 +74406,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74382,8 +74427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -74401,7 +74446,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &485 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -74421,9 +74466,9 @@ paths: - created_at - updated_at examples: - default: *481 + default: *482 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74444,16 +74489,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *483 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74473,17 +74518,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74503,9 +74548,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 requestBody: required: true content: @@ -74533,7 +74578,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -74557,9 +74602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '204': description: Response @@ -74587,8 +74632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *356 - *357 + - *358 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -74630,7 +74675,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &486 + properties: &487 login: type: string example: octocat @@ -74723,7 +74768,7 @@ paths: user_view_type: type: string example: public - required: &487 + required: &488 - avatar_url - events_url - followers_url @@ -74772,7 +74817,7 @@ paths: admin: false role_name: write headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -74797,9 +74842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *356 - *357 - - *74 + - *358 + - *75 responses: '204': description: Response if user is a collaborator @@ -74845,9 +74890,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *356 - *357 - - *74 + - *358 + - *75 requestBody: required: false content: @@ -74873,7 +74918,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &558 + schema: &559 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -74884,7 +74929,7 @@ paths: example: 42 type: integer format: int64 - repository: *163 + repository: *164 invitee: title: Simple User description: A GitHub user. @@ -75062,7 +75107,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *132 + schema: *133 '403': *29 x-github: triggersNotification: true @@ -75102,9 +75147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *356 - *357 - - *74 + - *358 + - *75 responses: '204': description: No Content when collaborator was removed from the repository. @@ -75135,9 +75180,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *356 - *357 - - *74 + - *358 + - *75 responses: '200': description: if user has admin permissions @@ -75157,8 +75202,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true required: - permission @@ -75213,8 +75258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -75224,7 +75269,7 @@ paths: application/json: schema: type: array - items: &488 + items: &489 title: Commit Comment description: Commit Comment type: object @@ -75265,8 +75310,8 @@ paths: updated_at: type: string format: date-time - author_association: *85 - reactions: *86 + author_association: *86 + reactions: *87 required: - url - html_url @@ -75282,7 +75327,7 @@ paths: - created_at - updated_at examples: - default: &493 + default: &494 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75316,7 +75361,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75341,17 +75386,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '200': description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &494 + default: &495 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75408,9 +75453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -75432,7 +75477,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -75483,9 +75528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '204': description: Response @@ -75506,9 +75551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 - 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 commit comment. @@ -75534,7 +75579,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -75603,7 +75648,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -75622,9 +75667,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -75656,9 +75701,9 @@ paths: description: Reaction exists content: application/json: - schema: *489 + schema: *490 examples: - default: &490 + default: &491 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -75687,9 +75732,9 @@ paths: description: Reaction created content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -75711,9 +75756,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *356 - *357 - - *104 + - *358 + - *105 - &564 name: reaction_id description: The unique identifier of the reaction. @@ -75769,8 +75814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *356 - *357 + - *358 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -75826,9 +75871,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: &631 + default: &632 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -75898,11 +75943,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *70 - '500': *55 + Link: *71 + '500': *56 '400': *14 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75922,9 +75967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *356 - *357 - - &492 + - *358 + - &493 name: commit_sha description: The SHA of the commit. in: path @@ -75971,7 +76016,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75996,9 +76041,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *356 - *357 - - *492 + - *358 + - *493 - *17 - *19 responses: @@ -76008,11 +76053,11 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *493 + default: *494 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76038,9 +76083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *356 - *357 - - *492 + - *358 + - *493 requestBody: required: true content: @@ -76075,9 +76120,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *494 + default: *495 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76105,9 +76150,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *356 - *357 - - *492 + - *358 + - *493 - *17 - *19 responses: @@ -76117,7 +76162,7 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: &623 value: @@ -76598,8 +76643,8 @@ paths: auto_merge: draft: false headers: - Link: *70 - '409': *54 + Link: *71 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76656,11 +76701,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *356 - *357 + - *358 - *19 - *17 - - &496 + - &497 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)" @@ -76675,7 +76720,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: &610 value: @@ -76765,7 +76810,7 @@ paths: schema: type: string examples: - default: &505 + default: &506 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -76778,7 +76823,7 @@ paths: schema: type: string examples: - default: &506 + default: &507 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -76804,9 +76849,9 @@ paths: value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 - '500': *55 - '503': *122 - '409': *54 + '500': *56 + '503': *123 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76831,11 +76876,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *356 - *357 - - *496 + - *358 - *497 - *498 + - *499 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -76869,11 +76914,11 @@ paths: type: integer check_runs: type: array - items: *433 + items: *434 examples: - default: *499 + default: *500 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76896,9 +76941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *356 - *357 - - *496 + - *358 + - *497 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -76906,7 +76951,7 @@ paths: schema: type: integer example: 1 - - *497 + - *498 - *17 - *19 responses: @@ -76924,7 +76969,7 @@ paths: type: integer check_suites: type: array - items: *438 + items: *439 examples: default: value: @@ -77099,7 +77144,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77124,9 +77169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *356 - *357 - - *496 + - *358 + - *497 - *17 - *19 responses: @@ -77193,7 +77238,7 @@ paths: type: string total_count: type: integer - repository: *163 + repository: *164 commit_url: type: string format: uri @@ -77324,9 +77369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *356 - *357 - - *496 + - *358 + - *497 - *17 - *19 responses: @@ -77336,7 +77381,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: Status description: The status of a commit. type: object @@ -77416,8 +77461,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77445,8 +77490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -77475,20 +77520,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *500 - required: *501 + properties: *501 + required: *502 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &502 + properties: &503 url: type: string format: uri html_url: type: string format: uri - required: &503 + required: &504 - url - html_url nullable: true @@ -77496,32 +77541,32 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true contributing: title: Community Health File type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true readme: title: Community Health File type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true issue_template: title: Community Health File type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true pull_request_template: title: Community Health File type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true required: - code_of_conduct @@ -77648,8 +77693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *356 - *357 + - *358 - *19 - *17 - name: basehead @@ -77692,8 +77737,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *491 - merge_base_commit: *491 + base_commit: *492 + merge_base_commit: *492 status: type: string enum: @@ -77713,10 +77758,10 @@ paths: example: 6 commits: type: array - items: *491 + items: *492 files: type: array - items: *504 + items: *505 required: - url - html_url @@ -77962,15 +78007,15 @@ paths: schema: type: string examples: - default: *505 + default: *506 application/vnd.github.patch: schema: type: string examples: - default: *506 + default: *507 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78012,8 +78057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *356 - *357 + - *358 - name: path description: path parameter in: path @@ -78173,7 +78218,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &507 + response-if-content-is-a-file-github-object: &508 summary: Response if content is a file value: type: file @@ -78305,7 +78350,7 @@ paths: - size - type - url - - &636 + - &637 title: Content File description: Content File type: object @@ -78506,7 +78551,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *507 + response-if-content-is-a-file: *508 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -78575,8 +78620,8 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *508 - '304': *37 + '302': *509 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78598,8 +78643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *356 - *357 + - *358 - name: path description: path parameter in: path @@ -78692,7 +78737,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &510 title: File Commit description: File Commit type: object @@ -78844,7 +78889,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: example-for-creating-a-file: value: @@ -78898,7 +78943,7 @@ paths: schema: oneOf: - *3 - - &539 + - &540 description: Repository rule violation was detected type: object properties: @@ -78919,7 +78964,7 @@ paths: items: type: object properties: - placeholder_id: &709 + placeholder_id: &710 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -78951,8 +78996,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *356 - *357 + - *358 - name: path description: path parameter in: path @@ -79013,7 +79058,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -79047,8 +79092,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *54 - '503': *122 + '409': *55 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79068,8 +79113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *356 - *357 + - *358 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -79169,7 +79214,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *70 + Link: *71 '204': description: Response if repository is empty '403': *29 @@ -79198,8 +79243,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: - - *356 - *357 + - *358 responses: '200': description: Response @@ -79309,7 +79354,7 @@ paths: custom_allowlist: - sentry.io - https://api.example.com - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -79331,27 +79376,27 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *356 - *357 - - *212 + - *358 - *213 - *214 - *215 - *216 + - *217 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *217 - - *510 - *218 + - *511 - *219 - *220 - - *62 - - *47 + - *221 + - *63 - *48 + - *49 - *17 responses: '200': @@ -79360,11 +79405,11 @@ paths: application/json: schema: type: array - items: &514 + items: &515 type: object description: A Dependabot alert. properties: - number: *188 + number: *189 state: type: string description: The state of the Dependabot alert. @@ -79379,7 +79424,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *63 + package: *64 manifest_path: type: string description: The full path to the dependency manifest file, @@ -79407,13 +79452,13 @@ paths: - direct - transitive - inconclusive - security_advisory: *511 - security_vulnerability: *66 - url: *191 - html_url: *192 - created_at: *189 - updated_at: *190 - dismissed_at: *194 + security_advisory: *512 + security_vulnerability: *67 + url: *192 + html_url: *193 + created_at: *190 + updated_at: *191 + dismissed_at: *195 dismissed_by: title: Simple User description: A GitHub user. @@ -79437,9 +79482,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *193 - auto_dismissed_at: *512 - dismissal_request: *513 + fixed_at: *194 + auto_dismissed_at: *513 + dismissal_request: *514 assignees: type: array description: The users assigned to this alert. @@ -79670,7 +79715,7 @@ paths: dismissed_comment: fixed_at: assignees: [] - '304': *37 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -79694,9 +79739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *356 - *357 - - &515 + - *358 + - &516 name: alert_number in: path description: |- @@ -79705,13 +79750,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *188 + schema: *189 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: default: value: @@ -79821,7 +79866,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '304': *37 + '304': *38 '403': *29 '404': *6 x-github: @@ -79843,9 +79888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *356 - *357 - - *515 + - *358 + - *516 requestBody: required: true content: @@ -79918,7 +79963,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: default: value: @@ -80025,7 +80070,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *7 x-github: githubCloudOnly: false @@ -80048,8 +80093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -80067,7 +80112,7 @@ paths: type: integer secrets: type: array - items: &518 + items: &519 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -80098,7 +80143,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80120,16 +80165,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80149,15 +80194,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -80183,9 +80228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 requestBody: required: true content: @@ -80213,7 +80258,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -80237,9 +80282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '204': description: Response @@ -80261,8 +80306,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: - - *356 - *357 + - *358 - 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 @@ -80398,7 +80443,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *70 + Link: *71 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -80407,8 +80452,8 @@ paths: application/json: schema: *3 '400': *14 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false category: dependency-graph @@ -80425,8 +80470,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: - - *356 - *357 + - *358 responses: '200': description: Response @@ -80642,7 +80687,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *70 + Link: *71 '404': *6 '403': *29 x-github: @@ -80664,8 +80709,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: - - *356 - *357 + - *358 - name: sbom_uuid in: path required: true @@ -80676,7 +80721,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *519 + Location: *520 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -80697,8 +80742,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: - - *356 - *357 + - *358 responses: '201': description: Response @@ -80736,8 +80781,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: - - *356 - *357 + - *358 requestBody: required: true content: @@ -80812,7 +80857,7 @@ paths: - version - url additionalProperties: false - metadata: &520 + metadata: &521 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -80845,7 +80890,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *520 + metadata: *521 resolved: type: object description: A collection of resolved package dependencies. @@ -80858,7 +80903,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *520 + metadata: *521 relationship: type: string description: A notation of whether a dependency is requested @@ -80987,8 +81032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *356 - *357 + - *358 - name: sha description: The SHA recorded at creation time. in: query @@ -81028,11 +81073,11 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *522 + default: *523 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81096,8 +81141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -81178,7 +81223,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: simple-example: summary: Simple example @@ -81251,9 +81296,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *356 - *357 - - &523 + - *358 + - &524 name: deployment_id description: deployment_id parameter in: path @@ -81265,7 +81310,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -81330,9 +81375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *356 - *357 - - *523 + - *358 + - *524 responses: '204': description: Response @@ -81354,9 +81399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *356 - *357 - - *523 + - *358 + - *524 - *17 - *19 responses: @@ -81366,7 +81411,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Deployment Status description: The status of a deployment. type: object @@ -81457,8 +81502,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -81507,7 +81552,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -81527,9 +81572,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *356 - *357 - - *523 + - *358 + - *524 requestBody: required: true content: @@ -81604,9 +81649,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: &525 + default: &526 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -81662,9 +81707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *356 - *357 - - *523 + - *358 + - *524 - name: status_id in: path required: true @@ -81675,9 +81720,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 '404': *6 x-github: githubCloudOnly: false @@ -81702,8 +81747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -81760,8 +81805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -81778,7 +81823,7 @@ paths: type: integer environments: type: array - items: &527 + items: &528 title: Environment description: Details of a deployment environment type: object @@ -81830,7 +81875,7 @@ paths: type: type: string example: wait_timer - wait_timer: &529 + wait_timer: &530 type: integer example: 30 description: The amount of time to delay a job after @@ -81867,11 +81912,11 @@ paths: items: type: object properties: - type: *526 + type: *527 reviewer: anyOf: - *4 - - *210 + - *211 required: - id - node_id @@ -81891,7 +81936,7 @@ paths: - id - node_id - type - deployment_branch_policy: &530 + deployment_branch_policy: &531 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -82007,9 +82052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *356 - *357 - - &528 + - *358 + - &529 name: environment_name in: path required: true @@ -82022,9 +82067,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &531 + default: &532 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -82108,9 +82153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *356 - *357 - - *528 + - *358 + - *529 requestBody: required: false content: @@ -82119,7 +82164,7 @@ paths: type: object nullable: true properties: - wait_timer: *529 + wait_timer: *530 prevent_self_review: type: boolean example: false @@ -82136,13 +82181,13 @@ paths: items: type: object properties: - type: *526 + type: *527 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *530 + deployment_branch_policy: *531 additionalProperties: false examples: default: @@ -82162,9 +82207,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -82188,9 +82233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *356 - *357 - - *528 + - *358 + - *529 responses: '204': description: Default response @@ -82215,9 +82260,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *356 - *357 - - *528 + - *358 + - *529 - *17 - *19 responses: @@ -82235,7 +82280,7 @@ paths: example: 2 branch_policies: type: array - items: &532 + items: &533 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -82292,9 +82337,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *356 - *357 - - *528 + - *358 + - *529 requestBody: required: true content: @@ -82340,9 +82385,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - example-wildcard: &533 + example-wildcard: &534 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -82384,10 +82429,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *356 - *357 - - *528 - - &534 + - *358 + - *529 + - &535 name: branch_policy_id in: path required: true @@ -82399,9 +82444,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82420,10 +82465,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *356 - *357 - - *528 - - *534 + - *358 + - *529 + - *535 requestBody: required: true content: @@ -82451,9 +82496,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82472,10 +82517,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *356 - *357 - - *528 - - *534 + - *358 + - *529 + - *535 responses: '204': description: Response @@ -82500,9 +82545,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *528 + - *529 + - *358 - *357 - - *356 responses: '200': description: List of deployment protection rules @@ -82518,7 +82563,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &535 + items: &536 title: Deployment protection rule description: Deployment protection rule type: object @@ -82537,7 +82582,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &536 + app: &537 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -82636,9 +82681,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: - - *528 + - *529 + - *358 - *357 - - *356 requestBody: content: application/json: @@ -82659,9 +82704,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *535 + schema: *536 examples: - default: &537 + default: &538 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -82696,9 +82741,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: - - *528 + - *529 + - *358 - *357 - - *356 - *19 - *17 responses: @@ -82717,7 +82762,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *536 + items: *537 examples: default: value: @@ -82752,10 +82797,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *356 - *357 - - *528 - - &538 + - *358 + - *529 + - &539 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -82767,9 +82812,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82790,10 +82835,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *528 + - *529 + - *358 - *357 - - *356 - - *538 + - *539 responses: '204': description: Response @@ -82819,9 +82864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *356 - *357 - - *528 + - *358 + - *529 - *17 - *19 responses: @@ -82839,11 +82884,11 @@ paths: type: integer secrets: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82866,17 +82911,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *356 - *357 - - *528 + - *358 + - *529 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82898,18 +82943,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *356 - *357 - - *528 - - *171 + - *358 + - *529 + - *172 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *414 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82931,10 +82976,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *356 - *357 - - *528 - - *171 + - *358 + - *529 + - *172 requestBody: required: true content: @@ -82965,7 +83010,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -82991,10 +83036,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *356 - *357 - - *528 - - *171 + - *358 + - *529 + - *172 responses: '204': description: Default response @@ -83019,10 +83064,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *356 - *357 - - *528 - - *180 + - *358 + - *529 + - *181 - *19 responses: '200': @@ -83039,11 +83084,11 @@ paths: type: integer variables: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83064,9 +83109,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *356 - *357 - - *528 + - *358 + - *529 requestBody: required: true content: @@ -83093,7 +83138,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -83118,18 +83163,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *356 - *357 - - *528 - - *174 + - *358 + - *529 + - *175 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83150,10 +83195,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *356 - *357 - - *174 - - *528 + - *358 + - *175 + - *529 requestBody: required: true content: @@ -83195,10 +83240,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *356 - *357 - - *174 - - *528 + - *358 + - *175 + - *529 responses: '204': description: Response @@ -83220,8 +83265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -83231,7 +83276,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: 200-response: value: @@ -83289,8 +83334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *356 - *357 + - *358 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -83312,7 +83357,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: value: @@ -83425,7 +83470,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *70 + Link: *71 '400': *14 x-github: githubCloudOnly: false @@ -83449,8 +83494,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -83482,9 +83527,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 '400': *14 '422': *15 '403': *29 @@ -83505,8 +83550,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -83557,7 +83602,7 @@ paths: schema: type: string '404': *6 - '409': *54 + '409': *55 '403': *29 '422': description: Validation failed @@ -83565,8 +83610,8 @@ paths: application/json: schema: oneOf: - - *132 - - *539 + - *133 + - *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83591,8 +83636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *356 - *357 + - *358 - name: file_sha in: path required: true @@ -83643,7 +83688,7 @@ paths: '404': *6 '422': *15 '403': *29 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83691,8 +83736,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -83801,7 +83846,7 @@ paths: description: Response content: application/json: - schema: &540 + schema: &541 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -83965,7 +84010,7 @@ paths: type: string '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84015,15 +84060,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *356 - *357 - - *492 + - *358 + - *493 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -84054,7 +84099,7 @@ paths: payload: verified_at: '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84079,9 +84124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *356 - *357 - - &541 + - *358 + - &542 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. @@ -84098,7 +84143,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Git Reference description: Git references within a repository type: object @@ -84151,8 +84196,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *70 - '409': *54 + Link: *71 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84173,17 +84218,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *356 - *357 - - *541 + - *358 + - *542 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &543 + default: &544 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -84193,7 +84238,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84212,8 +84257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -84242,16 +84287,16 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84270,9 +84315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *356 - *357 - - *541 + - *358 + - *542 requestBody: required: true content: @@ -84301,11 +84346,11 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84321,16 +84366,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *356 - *357 - - *541 + - *358 + - *542 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84378,8 +84423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -84446,7 +84491,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &546 title: Git Tag description: Metadata for a Git tag type: object @@ -84497,7 +84542,7 @@ paths: - sha - type - url - verification: *544 + verification: *545 required: - sha - url @@ -84507,7 +84552,7 @@ paths: - tag - message examples: - default: &546 + default: &547 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -84534,7 +84579,7 @@ paths: schema: type: string '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84580,8 +84625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *356 - *357 + - *358 - name: tag_sha in: path required: true @@ -84592,11 +84637,11 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84618,8 +84663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -84692,7 +84737,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -84765,7 +84810,7 @@ paths: '422': *15 '404': *6 '403': *29 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84788,8 +84833,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *356 - *357 + - *358 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -84812,7 +84857,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default-response: summary: Default response @@ -84853,7 +84898,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84870,8 +84915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-the-hash-algorithm-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -84914,8 +84959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -84925,7 +84970,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: Webhook description: Webhooks for repositories. type: object @@ -84979,7 +85024,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &833 + last_response: &834 title: Hook Response type: object properties: @@ -85034,7 +85079,7 @@ paths: status: unused message: headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -85053,8 +85098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -85106,9 +85151,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &549 + default: &550 value: type: Repository id: 12345678 @@ -85156,17 +85201,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -85186,9 +85231,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 requestBody: required: true content: @@ -85233,9 +85278,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '422': *15 '404': *6 x-github: @@ -85256,9 +85301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '204': description: Response @@ -85282,9 +85327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '200': description: Response @@ -85311,9 +85356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *356 - *357 - - *230 + - *358 + - *231 requestBody: required: false content: @@ -85357,12 +85402,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *356 - *357 - - *230 - - *17 + - *358 - *231 + - *17 - *232 + - *233 responses: '200': description: Response @@ -85370,9 +85415,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 '400': *14 '422': *15 x-github: @@ -85391,18 +85436,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 - *16 responses: '200': description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 + default: *237 '400': *14 '422': *15 x-github: @@ -85421,12 +85466,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -85446,9 +85491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '204': description: Response @@ -85473,9 +85518,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '204': description: Response @@ -85498,8 +85543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response if immutable releases are enabled @@ -85545,11 +85590,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *356 - *357 + - *358 responses: - '204': *61 - '409': *54 + '204': *62 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85566,11 +85611,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *356 - *357 + - *358 responses: - '204': *61 - '409': *54 + '204': *62 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85624,14 +85669,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: &550 + schema: &551 title: Import description: A repository import from an external source. type: object @@ -85730,7 +85775,7 @@ paths: - html_url - authors_url examples: - default: &553 + default: &554 value: vcs: subversion use_lfs: true @@ -85746,7 +85791,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': &551 + '503': &552 description: Unavailable due to service under maintenance. content: application/json: @@ -85775,8 +85820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -85824,7 +85869,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -85849,7 +85894,7 @@ paths: type: string '422': *15 '404': *6 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85877,8 +85922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -85927,7 +85972,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: example-1: summary: Example 1 @@ -85975,7 +86020,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': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85998,12 +86043,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *356 - *357 + - *358 responses: '204': description: Response - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86029,9 +86074,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *356 - *357 - - &762 + - *358 + - &763 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86045,7 +86090,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Porter Author description: Porter Author type: object @@ -86099,7 +86144,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': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86124,8 +86169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *356 - *357 + - *358 - name: author_id in: path required: true @@ -86155,7 +86200,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -86168,7 +86213,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86192,8 +86237,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -86234,7 +86279,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86262,8 +86307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -86290,11 +86335,11 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *553 + default: *554 '422': *15 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86317,8 +86362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -86326,8 +86371,8 @@ paths: application/json: schema: *22 examples: - default: *554 - '301': *360 + default: *555 + '301': *361 '404': *6 x-github: githubCloudOnly: false @@ -86347,8 +86392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -86356,12 +86401,12 @@ paths: application/json: schema: anyOf: - - *249 + - *250 - type: object properties: {} additionalProperties: false examples: - default: &556 + default: &557 value: limit: collaborators_only origin: repository @@ -86386,13 +86431,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *555 + schema: *556 examples: default: summary: Example request body @@ -86404,9 +86449,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *556 + default: *557 '409': description: Response x-github: @@ -86428,8 +86473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -86456,8 +86501,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: - - *356 - *357 + - *358 responses: '200': description: Response @@ -86511,13 +86556,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: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: &557 + schema: &558 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. @@ -86567,13 +86612,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: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *557 + schema: *558 examples: default: summary: Example request body @@ -86606,8 +86651,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -86660,8 +86705,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#update-pull-request-creation-cap-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -86737,8 +86782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -86748,9 +86793,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: &755 + default: &756 value: - id: 1 repository: @@ -86864,7 +86909,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86881,9 +86926,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *356 - *357 - - *253 + - *358 + - *254 requestBody: required: false content: @@ -86912,7 +86957,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -87043,9 +87088,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *356 - *357 - - *253 + - *358 + - *254 responses: '204': description: Response @@ -87068,8 +87113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -87077,9 +87122,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *559 + default: *560 '404': *6 x-github: githubCloudOnly: false @@ -87108,8 +87153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *356 - *357 + - *358 - 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 @@ -87171,7 +87216,7 @@ paths: required: false schema: type: string - - *260 + - *261 - name: sort description: What to sort results by. in: query @@ -87183,8 +87228,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -87194,7 +87239,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: &574 value: @@ -87344,8 +87389,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '422': *15 '404': *6 x-github: @@ -87374,8 +87419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -87482,7 +87527,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: &571 value: @@ -87639,9 +87684,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *122 + '503': *123 '404': *6 - '410': *560 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -87669,9 +87714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *356 - *357 - - *112 + - *358 + - *113 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -87681,7 +87726,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -87725,7 +87770,7 @@ paths: author_association: COLLABORATOR minimized: headers: - Link: *70 + Link: *71 '422': *15 '404': *6 x-github: @@ -87752,9 +87797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '200': description: Response @@ -87818,9 +87863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -87862,9 +87907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '204': description: Response @@ -87892,9 +87937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '200': description: Response @@ -87956,7 +88001,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *560 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -87973,17 +88018,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *560 - '503': *122 + '410': *33 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88000,9 +88045,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 - 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 comment. @@ -88028,11 +88073,11 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: *563 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -88051,9 +88096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -88085,16 +88130,16 @@ paths: description: Reaction exists content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '201': description: Reaction created content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -88116,9 +88161,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *356 - *357 - - *104 + - *358 + - *105 - *564 responses: '204': @@ -88139,8 +88184,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -88238,7 +88283,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *210 + requested_team: *211 dismissed_review: title: Issue Event Dismissed Review type: object @@ -88352,7 +88397,7 @@ paths: type: string description: The reason for the referenced issue's state. nullable: true - repository: *67 + repository: *68 issue_type: title: Issue Type description: The type of the referenced issue. @@ -88406,7 +88451,7 @@ paths: nullable: true properties: *568 required: *569 - author_association: *85 + author_association: *86 lock_reason: type: string nullable: true @@ -88419,8 +88464,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -88587,7 +88632,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -88605,8 +88650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *356 - *357 + - *358 - name: event_id in: path required: true @@ -88810,7 +88855,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *560 + '410': *33 '403': *29 x-github: githubCloudOnly: false @@ -88844,8 +88889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *356 - *357 + - *358 - &572 name: issue_number description: The number that identifies the issue. @@ -88858,7 +88903,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: summary: Issue @@ -89061,10 +89106,10 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *360 + '301': *361 '404': *6 - '410': *560 - '304': *37 + '410': *33 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89088,8 +89133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -89231,17 +89276,17 @@ paths: application/json: schema: allOf: - - *88 + - *89 - type: object properties: {} examples: default: *571 '422': *15 - '503': *122 + '503': *123 '403': *29 - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89259,8 +89304,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -89287,7 +89332,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 x-github: @@ -89305,8 +89350,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: content: @@ -89332,7 +89377,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 x-github: @@ -89356,8 +89401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *356 - *357 + - *358 - *572 - name: assignee in: path @@ -89398,10 +89443,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *356 - *357 + - *358 - *572 - - *95 + - *96 - *17 - *19 responses: @@ -89415,9 +89460,9 @@ paths: examples: default: *573 headers: - Link: *70 + Link: *71 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89446,8 +89491,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -89479,7 +89524,7 @@ paths: schema: type: string '403': *29 - '410': *560 + '410': *33 '422': *15 '404': *6 x-github: @@ -89507,8 +89552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -89519,14 +89564,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *574 headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89554,8 +89599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -89578,7 +89623,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 headers: @@ -89586,9 +89631,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *360 + '301': *361 '403': *29 - '410': *560 + '410': *33 '422': *15 '404': *6 x-github: @@ -89619,8 +89664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *356 - *357 + - *358 - *572 - name: issue_id in: path @@ -89633,15 +89678,15 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 - '301': *360 + '301': *361 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *560 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -89667,8 +89712,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -89679,14 +89724,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *574 headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89703,8 +89748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -89750,8 +89795,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 label: type: object properties: @@ -89804,8 +89849,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 label: type: object properties: @@ -89893,8 +89938,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 assigner: *4 required: @@ -89940,8 +89985,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 milestone: type: object properties: @@ -89991,8 +90036,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 milestone: type: object properties: @@ -90042,8 +90087,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 rename: type: object properties: @@ -90096,10 +90141,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 review_requester: *4 - requested_team: *210 + requested_team: *211 requested_reviewer: *4 required: - review_requester @@ -90143,10 +90188,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 review_requester: *4 - requested_team: *210 + requested_team: *211 requested_reviewer: *4 required: - review_requester @@ -90190,8 +90235,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 dismissed_review: type: object properties: @@ -90250,8 +90295,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 lock_reason: type: string example: '"off-topic"' @@ -90298,8 +90343,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -90364,8 +90409,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -90430,8 +90475,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -90552,8 +90597,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 issue_type: *567 required: - issue_type @@ -90597,8 +90642,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 prev_issue_type: *567 required: - prev_issue_type @@ -90642,8 +90687,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 issue_type: *567 prev_issue_type: *567 required: @@ -90689,8 +90734,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90742,8 +90787,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90795,8 +90840,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90848,8 +90893,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90901,8 +90946,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90954,8 +90999,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91007,8 +91052,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91060,8 +91105,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91116,8 +91161,8 @@ paths: name: label color: red headers: - Link: *70 - '410': *560 + Link: *71 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91134,8 +91179,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -91187,10 +91232,10 @@ paths: name: Backend color: green headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91219,8 +91264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -91298,7 +91343,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -91329,8 +91374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -91403,7 +91448,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -91429,17 +91474,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *356 - *357 + - *358 - *572 - - *256 + - *257 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -91457,8 +91502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -91469,7 +91514,7 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: &577 value: @@ -91488,10 +91533,10 @@ paths: color: a2eeef default: false headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91507,8 +91552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -91552,12 +91597,12 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *577 - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -91574,8 +91619,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -91636,12 +91681,12 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *577 - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -91658,15 +91703,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *356 - *357 + - *358 - *572 responses: '204': description: Response - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91685,8 +91730,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *356 - *357 + - *358 - *572 - name: name in: path @@ -91700,7 +91745,7 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: value: @@ -91711,9 +91756,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91733,8 +91778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -91763,7 +91808,7 @@ paths: '204': description: Response '403': *29 - '410': *560 + '410': *33 '404': *6 '422': *15 x-github: @@ -91781,8 +91826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *356 - *357 + - *358 - *572 responses: '204': @@ -91813,20 +91858,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *356 - *357 + - *358 - *572 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91843,8 +91888,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *356 - *357 + - *358 - *572 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -91871,13 +91916,13 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: *563 headers: - Link: *70 + Link: *71 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91895,8 +91940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -91929,16 +91974,16 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '201': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -91960,8 +92005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *356 - *357 + - *358 - *572 - *564 responses: @@ -91992,8 +92037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -92016,7 +92061,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 headers: @@ -92051,8 +92096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -92063,13 +92108,13 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *574 headers: - Link: *70 + Link: *71 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92097,8 +92142,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -92126,7 +92171,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 headers: @@ -92135,7 +92180,7 @@ paths: schema: type: string '403': *29 - '410': *560 + '410': *33 '422': *15 '404': *6 x-github: @@ -92155,8 +92200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -92188,13 +92233,13 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 '403': *29 '404': *6 '422': *7 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -92212,8 +92257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -92284,7 +92329,7 @@ paths: issue_url: type: string format: uri - author_association: *85 + author_association: *86 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -92294,9 +92339,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - reactions: *86 + properties: *84 + required: *85 + reactions: *87 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and @@ -92342,7 +92387,7 @@ paths: properties: type: type: string - issue: *88 + issue: *89 required: - event - created_at @@ -92542,7 +92587,7 @@ paths: type: string body_text: type: string - author_association: *85 + author_association: *86 required: - event - id @@ -92565,7 +92610,7 @@ paths: type: string comments: type: array - items: &625 + items: &626 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -92660,7 +92705,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *85 + author_association: *86 _links: type: object properties: @@ -92744,7 +92789,7 @@ paths: enum: - line - file - reactions: *86 + reactions: *87 body_html: type: string example: '"

comment body

"' @@ -92780,7 +92825,7 @@ paths: type: string comments: type: array - items: *488 + items: *489 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -92811,8 +92856,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 required: - id @@ -92855,8 +92900,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 required: - id @@ -92899,8 +92944,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 state_reason: type: string nullable: true @@ -93078,10 +93123,10 @@ paths: type: User site_admin: true headers: - Link: *70 + Link: *71 '404': *6 '400': *14 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93098,8 +93143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -93159,7 +93204,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93175,8 +93220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -93248,8 +93293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *356 - *357 + - *358 - &608 name: key_id description: The unique identifier of the key. @@ -93282,8 +93327,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *356 - *357 + - *358 - *608 responses: '204': @@ -93304,8 +93349,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -93315,11 +93360,11 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *577 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -93338,8 +93383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -93375,7 +93420,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: &609 value: @@ -93409,8 +93454,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *356 - *357 + - *358 - name: name in: path required: true @@ -93421,7 +93466,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: *609 '404': *6 @@ -93440,8 +93485,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *356 - *357 + - *358 - name: name in: path required: true @@ -93480,7 +93525,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: value: @@ -93506,8 +93551,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *356 - *357 + - *358 - name: name in: path required: true @@ -93533,8 +93578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -93573,9 +93618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *356 - *357 - - *461 + - *358 + - *462 responses: '200': description: Response @@ -93637,8 +93682,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true required: - _links @@ -93720,8 +93765,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -93786,8 +93831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -93821,7 +93866,7 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *491 + schema: *492 examples: default: *610 '204': @@ -93848,8 +93893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *356 - *357 + - *358 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -93894,8 +93939,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 examples: default: value: @@ -93934,7 +93979,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -93951,8 +93996,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -94053,8 +94098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *356 - *357 + - *358 - &613 name: milestone_number description: The number that identifies the milestone. @@ -94086,8 +94131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *356 - *357 + - *358 - *613 requestBody: required: false @@ -94144,8 +94189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *356 - *357 + - *358 - *613 responses: '204': @@ -94167,8 +94212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *356 - *357 + - *358 - *613 - *17 - *19 @@ -94179,11 +94224,11 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *577 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94200,11 +94245,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *356 - *357 + - *358 - *614 - *615 - - *95 + - *96 - *616 - *17 - *19 @@ -94215,11 +94260,11 @@ paths: application/json: schema: type: array - items: *115 + items: *116 examples: default: *617 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94241,8 +94286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -94300,8 +94345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -94473,8 +94518,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -94532,7 +94577,7 @@ paths: examples: default: *619 '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94553,8 +94598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -94632,7 +94677,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94653,14 +94698,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *356 - *357 + - *358 responses: '204': description: Response '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94680,8 +94725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -94766,7 +94811,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94785,8 +94830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *356 - *357 + - *358 responses: '201': description: Response @@ -94831,8 +94876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -94888,8 +94933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *356 - *357 + - *358 - name: build_id in: path required: true @@ -94922,8 +94967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -95028,8 +95073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *356 - *357 + - *358 - &622 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit @@ -95088,11 +95133,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *356 - *357 + - *358 - *622 responses: - '204': *61 + '204': *62 '404': *6 x-github: githubCloudOnly: false @@ -95117,8 +95162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -95349,7 +95394,7 @@ paths: description: Empty response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -95376,8 +95421,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: - - *356 - *357 + - *358 responses: '200': description: Private vulnerability reporting status @@ -95414,10 +95459,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *356 - *357 + - *358 responses: - '204': *61 + '204': *62 '422': *14 x-github: githubCloudOnly: false @@ -95436,10 +95481,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *356 - *357 + - *358 responses: - '204': *61 + '204': *62 '422': *14 x-github: githubCloudOnly: false @@ -95459,8 +95504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -95468,7 +95513,7 @@ paths: application/json: schema: type: array - items: *309 + items: *310 examples: default: value: @@ -95499,8 +95544,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: - - *356 - *357 + - *358 requestBody: required: true content: @@ -95512,7 +95557,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *309 + items: *310 required: - properties examples: @@ -95562,8 +95607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *356 - *357 + - *358 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -95623,12 +95668,12 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: *623 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '422': *15 x-github: githubCloudOnly: false @@ -95657,8 +95702,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -95723,7 +95768,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &628 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -95834,8 +95879,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 nullable: true active_lock_reason: type: string @@ -95878,7 +95923,7 @@ paths: items: *4 requested_teams: type: array - items: *348 + items: *349 head: type: object properties: @@ -95886,7 +95931,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: *4 @@ -95903,7 +95948,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: *4 @@ -95916,14 +95961,14 @@ paths: _links: type: object properties: - comments: *296 - commits: *296 - statuses: *296 - html: *296 - issue: *296 - review_comments: *296 - review_comment: *296 - self: *296 + comments: *297 + commits: *297 + statuses: *297 + html: *297 + issue: *297 + review_comments: *297 + review_comment: *297 + self: *297 required: - comments - commits @@ -95933,8 +95978,9 @@ paths: - review_comments - review_comment - self - author_association: *85 + author_association: *86 auto_merge: *624 + stack: *625 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -96026,7 +96072,7 @@ paths: - merged_by - review_comments examples: - default: &628 + default: &629 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -96553,8 +96599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *356 - *357 + - *358 - name: sort in: query required: false @@ -96573,7 +96619,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -96583,9 +96629,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: &630 + default: &631 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96637,7 +96683,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96662,17 +96708,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &626 + default: &627 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96747,9 +96793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -96771,9 +96817,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96789,9 +96835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '204': description: Response @@ -96812,9 +96858,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 - 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 pull request review comment. @@ -96840,11 +96886,11 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: *563 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -96863,9 +96909,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -96897,16 +96943,16 @@ paths: description: Reaction exists content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '201': description: Reaction created content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -96928,9 +96974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *356 - *357 - - *104 + - *358 + - *105 - *564 responses: '204': @@ -96974,9 +97020,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *356 - *357 - - &629 + - *358 + - &630 name: pull_number description: The number that identifies the pull request. in: path @@ -96989,18 +97035,18 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *627 + schema: *628 examples: - default: *628 - '304': *37 + default: *629 + '304': *38 '404': *6 '406': description: Unacceptable content: application/json: schema: *3 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97026,9 +97072,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -97070,9 +97116,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 '403': *29 x-github: @@ -97094,9 +97140,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: true content: @@ -97156,21 +97202,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '401': *25 '403': *29 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97196,10 +97242,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *356 - *357 - - *629 - - *112 + - *358 + - *630 + - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -97209,7 +97255,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -97219,11 +97265,11 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: *630 + default: *631 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97254,9 +97300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: true content: @@ -97361,7 +97407,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: example-for-a-multi-line-comment: value: @@ -97449,10 +97495,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *356 - *357 - - *629 - - *104 + - *358 + - *630 + - *105 requestBody: required: true content: @@ -97474,7 +97520,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -97560,9 +97606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 - *17 - *19 responses: @@ -97572,11 +97618,11 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *631 + default: *632 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97604,9 +97650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *356 - *357 - - *629 + - *358 + - *630 - *17 - *19 responses: @@ -97616,7 +97662,7 @@ paths: application/json: schema: type: array - items: *504 + items: *505 examples: default: value: @@ -97632,10 +97678,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *70 + Link: *71 '422': *15 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97654,9 +97700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *356 - *357 - - *629 + - *358 + - *630 responses: '204': description: Response if pull request has been merged @@ -97679,9 +97725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -97792,9 +97838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 responses: '200': description: Response @@ -97810,7 +97856,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 required: - users - teams @@ -97851,7 +97897,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97869,9 +97915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -97908,7 +97954,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -98444,9 +98490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: true content: @@ -98480,7 +98526,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -98985,9 +99031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 - *17 - *19 responses: @@ -98997,7 +99043,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -99066,7 +99112,7 @@ paths: type: string body_text: type: string - author_association: *85 + author_association: *86 required: - id - node_id @@ -99115,7 +99161,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99148,9 +99194,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -99236,9 +99282,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &634 + default: &635 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99301,10 +99347,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - &633 + - *358 + - *630 + - &634 name: review_id description: The unique identifier of the review. in: path @@ -99316,9 +99362,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &635 + default: &636 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99377,10 +99423,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 requestBody: required: true content: @@ -99403,7 +99449,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -99465,18 +99511,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 responses: '200': description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *634 + default: *635 '422': *7 '404': *6 x-github: @@ -99503,10 +99549,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 - *17 - *19 responses: @@ -99585,13 +99631,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *85 + author_association: *86 _links: type: object properties: - self: *296 - html: *296 - pull_request: *296 + self: *297 + html: *297 + pull_request: *297 required: - self - html @@ -99600,7 +99646,7 @@ paths: type: string body_html: type: string - reactions: *86 + reactions: *87 side: description: The side of the first line of the range for a multi-line comment. @@ -99712,7 +99758,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -99741,10 +99787,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 requestBody: required: true content: @@ -99772,7 +99818,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -99835,10 +99881,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 requestBody: required: true content: @@ -99873,9 +99919,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *635 + default: *636 '404': *6 '422': *7 '403': *29 @@ -99897,9 +99943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -99962,8 +100008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *356 - *357 + - *358 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -99976,9 +100022,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: &637 + default: &638 value: type: file encoding: base64 @@ -99995,7 +100041,7 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '304': *37 + '304': *38 '404': *6 '422': *15 x-github: @@ -100020,8 +100066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *356 - *357 + - *358 - name: dir description: The alternate path to look for a README file in: path @@ -100041,9 +100087,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '422': *15 x-github: @@ -100065,8 +100111,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -100076,7 +100122,7 @@ paths: application/json: schema: type: array - items: *638 + items: *639 examples: default: value: @@ -100150,7 +100196,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -100170,8 +100216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -100247,9 +100293,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: &642 + default: &643 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -100354,9 +100400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *356 - *357 - - &640 + - *358 + - &641 name: asset_id description: The unique identifier of the asset. in: path @@ -100368,9 +100414,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &641 + default: &642 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 @@ -100405,7 +100451,7 @@ paths: type: User site_admin: false '404': *6 - '302': *508 + '302': *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100421,9 +100467,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *356 - *357 - - *640 + - *358 + - *641 requestBody: required: false content: @@ -100451,9 +100497,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *641 + default: *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100469,9 +100515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *356 - *357 - - *640 + - *358 + - *641 responses: '204': description: Response @@ -100496,8 +100542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -100582,16 +100628,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': *6 x-github: githubCloudOnly: false @@ -100609,8 +100655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *356 - *357 + - *358 - name: tag description: tag parameter in: path @@ -100623,9 +100669,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': *6 x-github: githubCloudOnly: false @@ -100647,9 +100693,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *356 - *357 - - &643 + - *358 + - &644 name: release_id description: The unique identifier of the release. in: path @@ -100663,9 +100709,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: *638 + schema: *639 examples: - default: *642 + default: *643 '401': description: Unauthorized x-github: @@ -100683,9 +100729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *356 - *357 - - *643 + - *358 + - *644 requestBody: required: false content: @@ -100749,9 +100795,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': description: Not Found if the discussion category name is invalid content: @@ -100772,9 +100818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *356 - *357 - - *643 + - *358 + - *644 responses: '204': description: Response @@ -100795,9 +100841,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *356 - *357 - - *643 + - *358 + - *644 - *17 - *19 responses: @@ -100807,7 +100853,7 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: default: value: @@ -100844,7 +100890,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100888,9 +100934,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: - - *356 - *357 - - *643 + - *358 + - *644 - name: name in: query required: true @@ -100916,7 +100962,7 @@ paths: description: Response for successful upload content: application/json: - schema: *639 + schema: *640 examples: response-for-successful-upload: value: @@ -100971,9 +101017,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *356 - *357 - - *643 + - *358 + - *644 - 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. @@ -100997,11 +101043,11 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: *563 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -101020,9 +101066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *356 - *357 - - *643 + - *358 + - *644 requestBody: required: true content: @@ -101052,16 +101098,16 @@ paths: description: Reaction exists content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '201': description: Reaction created content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -101083,9 +101129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *356 - *357 - - *643 + - *358 + - *644 - *564 responses: '204': @@ -101110,9 +101156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 - *17 - *19 responses: @@ -101128,8 +101174,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *318 - - &644 + - *319 + - &645 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -101148,72 +101194,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *319 - - *644 - allOf: - *320 - - *644 + - *645 - allOf: - *321 - - *644 - - allOf: - *645 - - *644 - allOf: - *322 - - *644 + - *645 + - allOf: + - *646 + - *645 - allOf: - *323 - - *644 + - *645 - allOf: - *324 - - *644 + - *645 - allOf: - *325 - - *644 + - *645 - allOf: - *326 - - *644 + - *645 - allOf: - *327 - - *644 + - *645 - allOf: - *328 - - *644 + - *645 - allOf: - *329 - - *644 + - *645 - allOf: - *330 - - *644 + - *645 - allOf: - *331 - - *644 + - *645 - allOf: - - *336 - - *644 + - *332 + - *645 - allOf: - *337 - - *644 + - *645 - allOf: - *338 - - *644 + - *645 - allOf: - - *646 - - *644 + - *339 + - *645 - allOf: - - *332 - - *644 + - *647 + - *645 - allOf: - *333 - - *644 + - *645 - allOf: - *334 - - *644 + - *645 - allOf: - *335 - - *644 + - *645 + - allOf: + - *336 + - *645 examples: default: value: @@ -101252,8 +101298,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 - *17 - *19 - name: includes_parents @@ -101264,7 +101310,7 @@ paths: schema: type: boolean default: true - - *647 + - *648 responses: '200': description: Response @@ -101272,7 +101318,7 @@ paths: application/json: schema: type: array - items: *339 + items: *340 examples: default: value: @@ -101303,7 +101349,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -101319,8 +101365,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 requestBody: description: Request body required: true @@ -101340,16 +101386,16 @@ paths: - tag - push default: branch - enforcement: *315 + enforcement: *316 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *316 - conditions: *313 + items: *317 + conditions: *314 rules: type: array description: An array of rules within the ruleset. - items: *648 + items: *649 required: - name - enforcement @@ -101380,9 +101426,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &659 + default: &660 value: id: 42 name: super cool ruleset @@ -101416,7 +101462,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *55 + '500': *56 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -101430,13 +101476,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *356 - *357 - - *649 + - *358 - *650 - *651 - *652 - *653 + - *654 - *17 - *19 responses: @@ -101444,11 +101490,11 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101467,19 +101513,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *356 - *357 - - *656 + - *358 + - *657 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101505,8 +101551,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101526,11 +101572,11 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *659 + default: *660 '404': *6 - '500': *55 + '500': *56 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -101546,8 +101592,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101572,16 +101618,16 @@ paths: - branch - tag - push - enforcement: *315 + enforcement: *316 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *316 - conditions: *313 + items: *317 + conditions: *314 rules: description: An array of rules within the ruleset. type: array - items: *648 + items: *649 examples: default: value: @@ -101609,12 +101655,12 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *659 + default: *660 '404': *6 '422': *15 - '500': *55 + '500': *56 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -101630,8 +101676,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101642,7 +101688,7 @@ paths: '204': description: Response '404': *6 - '500': *55 + '500': *56 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -101654,8 +101700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *356 - *357 + - *358 - *17 - *19 - name: ruleset_id @@ -101671,11 +101717,11 @@ paths: application/json: schema: type: array - items: *342 + items: *343 examples: - default: *660 + default: *661 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101692,8 +101738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *356 - *357 + - *358 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101711,7 +101757,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -101744,7 +101790,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101766,9 +101812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *356 - *357 - - *662 + - *358 - *663 - *664 - *665 @@ -101776,10 +101821,10 @@ paths: - *667 - *668 - *669 - - *62 + - *670 + - *63 - *19 - *17 - - *670 - *671 - *672 - *673 @@ -101788,6 +101833,7 @@ paths: - *676 - *677 - *678 + - *679 responses: '200': description: Response @@ -101798,8 +101844,8 @@ paths: items: type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -101807,15 +101853,15 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *679 - resolution: *680 + state: *680 + resolution: *681 resolved_at: type: string format: date-time @@ -101921,7 +101967,7 @@ paths: pull request. ' - oneOf: *681 + oneOf: *682 nullable: true has_more_locations: type: boolean @@ -102063,7 +102109,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102085,20 +102131,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *356 - *357 - - *455 - - *675 + - *358 + - *456 + - *676 responses: '200': description: Response content: application/json: - schema: &682 + schema: &683 type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -102106,14 +102152,14 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *679 - resolution: *680 + state: *680 + resolution: *681 resolved_at: type: string format: date-time @@ -102219,7 +102265,7 @@ paths: pull request. ' - oneOf: *681 + oneOf: *682 nullable: true has_more_locations: type: boolean @@ -102247,7 +102293,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &854 + metadata: &855 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -102293,11 +102339,11 @@ paths: metadata: - key: owner_email value: owner@example.com - '304': *37 + '304': *38 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102320,9 +102366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *356 - *357 - - *455 + - *358 + - *456 requestBody: required: true content: @@ -102330,8 +102376,8 @@ paths: schema: type: object properties: - state: *679 - resolution: *680 + state: *680 + resolution: *681 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102375,7 +102421,7 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: default: value: @@ -102455,7 +102501,7 @@ paths: description: State does not match the resolution or resolution comment, assignee does not have write access to the repository, or the requested validity change could not be applied to this alert - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -102477,9 +102523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *356 - *357 - - *455 + - *358 + - *456 - *19 - *17 responses: @@ -102490,7 +102536,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &856 + items: &857 type: object properties: type: @@ -102516,7 +102562,6 @@ paths: example: commit details: oneOf: - - *683 - *684 - *685 - *686 @@ -102529,6 +102574,7 @@ paths: - *693 - *694 - *695 + - *696 examples: default: value: @@ -102588,11 +102634,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *70 + Link: *71 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102617,12 +102663,12 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *356 - *357 - - *696 + - *358 - *697 - *698 - - *62 + - *699 + - *63 - *19 - *17 responses: @@ -102632,11 +102678,11 @@ paths: application/json: schema: type: array - items: *343 + items: *344 examples: - default: *699 + default: *700 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 post: @@ -102657,8 +102703,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -102671,9 +102717,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *700 + items: *701 examples: - default: *701 + default: *702 responses: '201': description: All patterns created successfully. @@ -102685,9 +102731,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *343 + items: *344 examples: - default: *702 + default: *703 '400': *14 '403': *29 '404': *6 @@ -102711,7 +102757,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *703 + items: *704 delete: summary: Bulk delete repository custom patterns description: |- @@ -102730,8 +102776,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -102745,7 +102791,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *704 + items: *705 post_delete_action: type: string description: |- @@ -102758,14 +102804,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *705 + default: *706 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *345 + '412': *346 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -102785,8 +102831,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *356 - *357 + - *358 - name: pattern_id in: path required: true @@ -102797,21 +102843,21 @@ paths: required: true content: application/json: - schema: *706 + schema: *707 examples: - default: *707 + default: *708 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *343 + schema: *344 examples: - default: *708 + default: *709 '400': *14 '403': *29 '404': *6 - '412': *345 + '412': *346 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -102829,8 +102875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -102838,14 +102884,14 @@ paths: schema: type: object properties: - reason: &710 + reason: &711 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *709 + placeholder_id: *710 required: - reason - placeholder_id @@ -102862,7 +102908,7 @@ paths: schema: type: object properties: - reason: *710 + reason: *711 expire_at: type: string format: date-time @@ -102885,7 +102931,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -102908,13 +102954,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *356 - *357 + - *358 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *122 + '503': *123 '200': description: Response content: @@ -102924,7 +102970,7 @@ paths: properties: incremental_scans: type: array - items: &711 + items: &712 description: Information on a single scan performed by secret scanning on the repository type: object @@ -102955,15 +103001,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *711 + items: *712 backfill_scans: type: array - items: *711 + items: *712 custom_pattern_backfill_scans: type: array items: allOf: - - *711 + - *712 - type: object properties: pattern_name: @@ -102976,7 +103022,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *711 + items: *712 examples: default: value: @@ -103041,9 +103087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *356 - *357 - - *62 + - *358 + - *63 - name: sort description: The property to sort the results by. in: query @@ -103055,8 +103101,8 @@ paths: - updated - published default: created - - *47 - *48 + - *49 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -103086,9 +103132,9 @@ paths: application/json: schema: type: array - items: *712 + items: *713 examples: - default: *713 + default: *714 '400': *14 '404': *6 x-github: @@ -103111,8 +103157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -103185,7 +103231,7 @@ paths: login: type: string description: The username of the user credited. - type: *347 + type: *348 required: - login - type @@ -103272,9 +103318,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &715 + default: &716 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -103507,8 +103553,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -103612,7 +103658,7 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: default: value: @@ -103759,17 +103805,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *356 - *357 - - *714 + - *358 + - *715 responses: '200': description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *715 + default: *716 '403': *29 '404': *6 x-github: @@ -103793,9 +103839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *356 - *357 - - *714 + - *358 + - *715 requestBody: required: true content: @@ -103868,7 +103914,7 @@ paths: login: type: string description: The username of the user credited. - type: *347 + type: *348 required: - login - type @@ -103954,17 +104000,17 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *715 - add_credit: *715 + default: *716 + add_credit: *716 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *132 + schema: *133 examples: invalid_state_transition: value: @@ -103995,11 +104041,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *356 - *357 - - *714 + - *358 + - *715 responses: - '202': *39 + '202': *40 '400': *14 '403': *29 '404': *6 @@ -104024,17 +104070,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *356 - *357 - - *714 + - *358 + - *715 responses: '202': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 '400': *14 '422': *15 '403': *29 @@ -104060,8 +104106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -104138,7 +104184,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -104160,8 +104206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *356 - *357 + - *358 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -104170,7 +104216,7 @@ paths: application/json: schema: type: array - items: &716 + items: &717 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104182,8 +104228,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *39 - '204': *61 + '202': *40 + '204': *62 '422': description: Repository contains more than 10,000 commits x-github: @@ -104203,8 +104249,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -104252,8 +104298,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *39 - '204': *61 + '202': *40 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104280,8 +104326,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -104354,8 +104400,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *39 - '204': *61 + '202': *40 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104377,8 +104423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *356 - *357 + - *358 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -104532,8 +104578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *356 - *357 + - *358 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -104543,7 +104589,7 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: default: value: @@ -104556,7 +104602,7 @@ paths: - - 0 - 2 - 21 - '204': *61 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104576,8 +104622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *356 - *357 + - *358 - name: sha in: path required: true @@ -104631,7 +104677,7 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: default: value: @@ -104685,8 +104731,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -104698,9 +104744,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104718,14 +104764,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *356 - *357 + - *358 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &718 + schema: &719 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -104793,8 +104839,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -104820,7 +104866,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: default: value: @@ -104847,8 +104893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -104868,8 +104914,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -104925,7 +104971,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104948,8 +104994,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *356 - *357 + - *358 - name: ref in: path required: true @@ -104985,8 +105031,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -104996,11 +105042,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -105018,8 +105064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *356 - *357 + - *358 - *19 - *17 responses: @@ -105027,7 +105073,7 @@ paths: description: Response content: application/json: - schema: &719 + schema: &720 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105039,7 +105085,7 @@ paths: required: - names examples: - default: &720 + default: &721 value: names: - octocat @@ -105062,8 +105108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -105094,9 +105140,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 '404': *6 '422': *7 x-github: @@ -105117,9 +105163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *356 - *357 - - &721 + - *358 + - &722 name: per description: The time frame to display results for. in: query @@ -105148,7 +105194,7 @@ paths: example: 128 clones: type: array - items: &722 + items: &723 title: Traffic type: object properties: @@ -105235,8 +105281,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -105326,8 +105372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -105387,9 +105433,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *356 - *357 - - *721 + - *358 + - *722 responses: '200': description: Response @@ -105408,7 +105454,7 @@ paths: example: 3782 views: type: array - items: *722 + items: *723 required: - uniques - count @@ -105485,8 +105531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -105522,7 +105568,7 @@ paths: description: Response content: application/json: - schema: *163 + schema: *164 examples: default: value: @@ -105760,8 +105806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -105784,8 +105830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -105807,8 +105853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -105834,8 +105880,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *356 - *357 + - *358 - name: ref in: path required: true @@ -105927,9 +105973,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -105970,7 +106016,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: value: @@ -106046,7 +106092,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106162,7 +106208,7 @@ paths: html_url: type: string format: uri - repository: *163 + repository: *164 score: type: number file_size: @@ -106180,7 +106226,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &723 + text_matches: &724 title: Search Result Text Matches type: array items: @@ -106293,8 +106339,8 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *37 - '503': *122 + '304': *38 + '503': *123 '422': *15 '403': *29 x-github: @@ -106342,7 +106388,7 @@ paths: enum: - author-date - committer-date - - &724 + - &725 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 @@ -106413,7 +106459,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *420 + properties: *421 nullable: true comment_count: type: integer @@ -106433,7 +106479,7 @@ paths: url: type: string format: uri - verification: *544 + verification: *545 required: - author - committer @@ -106452,7 +106498,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *420 + properties: *421 nullable: true parents: type: array @@ -106465,12 +106511,12 @@ paths: type: string sha: type: string - repository: *163 + repository: *164 score: type: number node_id: type: string - text_matches: *723 + text_matches: *724 required: - sha - node_id @@ -106599,7 +106645,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106662,7 +106708,7 @@ paths: - interactions - created - updated - - *724 + - *725 - *17 - *19 - name: advanced_search @@ -106776,8 +106822,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -106797,8 +106843,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 nullable: true comments: type: integer @@ -106812,7 +106858,7 @@ paths: type: string format: date-time nullable: true - text_matches: *723 + text_matches: *724 pull_request: type: object properties: @@ -106845,10 +106891,10 @@ paths: type: string score: type: number - author_association: *85 + author_association: *86 draft: type: boolean - repository: *82 + repository: *83 body_html: type: string body_text: @@ -106856,7 +106902,7 @@ paths: timeline_url: type: string format: uri - type: *257 + type: *258 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -106866,17 +106912,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - reactions: *86 + reactions: *87 required: - assignee - closed_at @@ -107040,9 +107086,9 @@ paths: - quoted_text items: - "..." - '503': *122 + '503': *123 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -107094,7 +107140,7 @@ paths: enum: - created - updated - - *724 + - *725 - *17 - *19 responses: @@ -107138,7 +107184,7 @@ paths: nullable: true score: type: number - text_matches: *723 + text_matches: *724 required: - id - node_id @@ -107170,7 +107216,7 @@ paths: default: true description: Something isn't working. score: 1 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -107223,7 +107269,7 @@ paths: - forks - help-wanted-issues - updated - - *724 + - *725 - *17 - *19 responses: @@ -107451,8 +107497,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true permissions: type: object @@ -107471,7 +107517,7 @@ paths: - admin - pull - push - text_matches: *723 + text_matches: *724 temp_clone_token: type: string allow_merge_commit: @@ -107673,9 +107719,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *122 + '503': *123 '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107771,7 +107817,7 @@ paths: type: string format: uri nullable: true - text_matches: *723 + text_matches: *724 related: type: array nullable: true @@ -107912,7 +107958,7 @@ paths: featured: true curated: true score: 1 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107962,7 +108008,7 @@ paths: - followers - repositories - joined - - *724 + - *725 - *17 - *19 responses: @@ -108066,7 +108112,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *723 + text_matches: *724 blog: type: string nullable: true @@ -108124,8 +108170,8 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *37 - '503': *122 + '304': *38 + '503': *123 '422': *15 x-github: githubCloudOnly: false @@ -108145,7 +108191,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &727 + - &728 name: team_id description: The unique identifier of the team. in: path @@ -108157,9 +108203,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -108186,7 +108232,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *727 + - *728 requestBody: required: true content: @@ -108249,16 +108295,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '201': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 '422': *15 '403': *29 @@ -108286,7 +108332,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *727 + - *728 responses: '204': description: Response @@ -108315,7 +108361,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *727 + - *728 - *17 - *19 responses: @@ -108325,11 +108371,11 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108355,7 +108401,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *727 + - *728 - name: role description: Filters members returned by their role in the team. in: query @@ -108376,11 +108422,11 @@ paths: application/json: schema: type: array - items: *728 + items: *729 examples: - default: *729 + default: *730 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -108406,8 +108452,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '204': description: if user is a member @@ -108443,8 +108489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '204': description: Response @@ -108483,8 +108529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '204': description: Response @@ -108520,16 +108566,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - response-if-user-is-a-team-maintainer: *730 + response-if-user-is-a-team-maintainer: *731 '404': *6 x-github: githubCloudOnly: false @@ -108562,8 +108608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *727 - - *74 + - *728 + - *75 requestBody: required: false content: @@ -108588,9 +108634,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: *731 + response-if-users-membership-with-team-is-now-pending: *732 '403': description: Forbidden if team synchronization is set up '422': @@ -108624,8 +108670,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '204': description: Response @@ -108652,7 +108698,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *727 + - *728 - *17 - *19 responses: @@ -108662,11 +108708,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -108694,15 +108740,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *727 - - *356 + - *728 - *357 + - *358 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *732 + schema: *733 examples: alternative-response-with-extra-repository-information: value: @@ -108853,9 +108899,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *727 - - *356 + - *728 - *357 + - *358 requestBody: required: false content: @@ -108905,9 +108951,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *727 - - *356 + - *728 - *357 + - *358 responses: '204': description: Response @@ -108932,7 +108978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *727 + - *728 - *17 - *19 responses: @@ -108942,11 +108988,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - response-if-child-teams-exist: *733 + response-if-child-teams-exist: *734 headers: - Link: *70 + Link: *71 '404': *6 '403': *29 '422': *15 @@ -108977,7 +109023,7 @@ paths: application/json: schema: oneOf: - - &735 + - &736 title: Private User description: Private User type: object @@ -109180,7 +109226,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *734 + - *735 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -109263,7 +109309,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -109333,7 +109379,7 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: default: value: @@ -109380,7 +109426,7 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -109412,8 +109458,8 @@ paths: type: array items: *4 examples: - default: *73 - '304': *37 + default: *74 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -109435,7 +109481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *74 + - *75 responses: '204': description: If the user is blocked @@ -109444,7 +109490,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -109463,11 +109509,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -109487,11 +109533,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -109536,11 +109582,11 @@ paths: type: integer codespaces: type: array - items: *262 + items: *263 examples: - default: *263 - '304': *37 - '500': *55 + default: *264 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -109677,21 +109723,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '401': *25 '403': *29 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109731,7 +109777,7 @@ paths: type: integer secrets: type: array - items: &736 + items: &737 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109771,9 +109817,9 @@ paths: - visibility - selected_repositories_url examples: - default: *481 + default: *482 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109841,13 +109887,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 responses: '200': description: Response content: application/json: - schema: *736 + schema: *737 examples: default: value: @@ -109877,7 +109923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 requestBody: required: true content: @@ -109922,7 +109968,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -109950,7 +109996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 responses: '204': description: Response @@ -109975,7 +110021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *171 + - *172 responses: '200': description: Response @@ -109991,13 +110037,13 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *211 + default: *212 '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110018,7 +110064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *171 + - *172 requestBody: required: true content: @@ -110050,7 +110096,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110072,7 +110118,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *171 + - *172 - name: repository_id in: path required: true @@ -110084,7 +110130,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110105,7 +110151,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *171 + - *172 - name: repository_id in: path required: true @@ -110117,7 +110163,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110137,17 +110183,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *478 - '304': *37 - '500': *55 + default: *479 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -110171,7 +110217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 requestBody: required: false content: @@ -110201,9 +110247,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '401': *25 '403': *29 '404': *6 @@ -110225,11 +110271,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: - '202': *39 - '304': *37 - '500': *55 + '202': *40 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -110254,13 +110300,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: '202': description: Response content: application/json: - schema: &737 + schema: &738 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -110301,7 +110347,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &738 + default: &739 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -110309,7 +110355,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -110333,7 +110379,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *264 + - *265 - name: export_id in: path required: true @@ -110346,9 +110392,9 @@ paths: description: Response content: application/json: - schema: *737 + schema: *738 examples: - default: *738 + default: *739 '404': *6 x-github: githubCloudOnly: false @@ -110369,7 +110415,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *264 + - *265 responses: '200': description: Response @@ -110385,11 +110431,11 @@ paths: type: integer machines: type: array - items: *739 + items: *740 examples: - default: *740 - '304': *37 - '500': *55 + default: *741 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -110416,7 +110462,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *264 + - *265 requestBody: required: true content: @@ -110466,13 +110512,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *359 + repository: *360 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -111246,17 +111292,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *478 - '304': *37 - '500': *55 + default: *479 + '304': *38 + '500': *56 '400': *14 '401': *25 '402': @@ -111266,7 +111312,7 @@ paths: schema: *3 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111286,16 +111332,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *478 - '500': *55 + default: *479 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -111324,9 +111370,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: &752 + default: &753 value: - id: 197 name: hello_docker @@ -111427,7 +111473,7 @@ paths: application/json: schema: type: array - items: &741 + items: &742 title: Email description: Email type: object @@ -111458,7 +111504,7 @@ paths: primary: true verified: true visibility: private - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111492,17 +111538,17 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: &754 + default: &755 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111569,7 +111615,7 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: default: value: @@ -111586,7 +111632,7 @@ paths: verified: false visibility: '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111647,7 +111693,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111679,10 +111725,10 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -111712,10 +111758,10 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -111734,7 +111780,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *74 + - *75 responses: '204': description: if the person is followed by the authenticated user @@ -111743,7 +111789,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -111764,11 +111810,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111789,11 +111835,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111825,7 +111871,7 @@ paths: application/json: schema: type: array - items: &742 + items: &743 title: GPG Key description: A unique encryption key type: object @@ -111956,7 +112002,7 @@ paths: - subkeys - revoked examples: - default: &771 + default: &772 value: - id: 3 name: Octocat's GPG Key @@ -111988,8 +112034,8 @@ paths: revoked: false raw_key: string headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112041,9 +112087,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: &743 + default: &744 value: id: 3 name: Octocat's GPG Key @@ -112077,7 +112123,7 @@ paths: v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112100,7 +112146,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &744 + - &745 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -112112,11 +112158,11 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *743 + default: *744 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -112137,13 +112183,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *744 + - *745 responses: '204': description: Response '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -112280,8 +112326,8 @@ paths: suspended_at: suspended_by: headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -112328,7 +112374,7 @@ paths: type: array items: allOf: - - *82 + - *83 - type: object properties: custom_properties: @@ -112339,12 +112385,12 @@ paths: values. Present for org repos only. additionalProperties: true examples: - default: *155 + default: *156 headers: - Link: *70 + Link: *71 '404': *6 '403': *29 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112365,12 +112411,12 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *152 + - *153 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -112391,12 +112437,12 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *152 + - *153 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 '422': description: Returned when the application is installed on `all` repositories @@ -112425,12 +112471,12 @@ paths: application/json: schema: anyOf: - - *249 + - *250 - type: object properties: {} additionalProperties: false examples: - default: *250 + default: *251 '204': description: Response when there are no restrictions x-github: @@ -112454,7 +112500,7 @@ paths: required: true content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -112465,7 +112511,7 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: default: value: @@ -112546,7 +112592,7 @@ paths: - closed - all default: open - - *260 + - *261 - name: sort description: What to sort results by. in: query @@ -112558,8 +112604,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -112569,13 +112615,13 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *261 + default: *262 headers: - Link: *70 + Link: *71 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112604,7 +112650,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Key description: Key type: object @@ -112655,8 +112701,8 @@ paths: verified: false read_only: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112705,9 +112751,9 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: &746 + default: &747 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112717,7 +112763,7 @@ paths: verified: false read_only: false '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112746,11 +112792,11 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: *746 + default: *747 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -112775,7 +112821,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112804,7 +112850,7 @@ paths: application/json: schema: type: array - items: &747 + items: &748 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112861,7 +112907,7 @@ paths: - id - type - login - plan: *106 + plan: *107 required: - billing_cycle - next_billing_date @@ -112872,7 +112918,7 @@ paths: - account - plan examples: - default: &748 + default: &749 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112905,8 +112951,8 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '401': *25 '404': *6 x-github: @@ -112934,12 +112980,12 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: *748 + default: *749 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -112976,7 +113022,7 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: default: value: @@ -113059,8 +113105,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -113084,13 +113130,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: default: value: @@ -113152,7 +113198,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *78 + - *79 requestBody: required: true content: @@ -113177,9 +113223,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *266 + schema: *267 examples: - default: &749 + default: &750 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -113226,9 +113272,9 @@ paths: processed asynchronously. content: application/json: - schema: *266 + schema: *267 examples: - default: *749 + default: *750 '403': *29 '404': *6 '422': *15 @@ -113257,7 +113303,7 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: default: value: @@ -113410,8 +113456,8 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -113510,7 +113556,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -113663,7 +113709,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113690,7 +113736,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *269 + - *270 - name: exclude in: query required: false @@ -113703,7 +113749,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -113857,7 +113903,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113897,11 +113943,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *269 + - *270 responses: '302': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113923,12 +113969,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *269 + - *270 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113952,12 +113998,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *269 - - *750 + - *270 + - *751 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -113977,7 +114023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *269 + - *270 - *17 - *19 responses: @@ -113987,11 +114033,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -114024,12 +114070,12 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -114068,7 +114114,7 @@ paths: - docker - nuget - container - - *751 + - *752 - *19 - *17 responses: @@ -114078,10 +114124,10 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *752 - '400': *753 + default: *753 + '400': *754 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114101,16 +114147,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &772 + default: &773 value: id: 40201 name: octo-name @@ -114223,8 +114269,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -114254,8 +114300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *277 - *278 + - *279 - name: token description: package token schema: @@ -114287,8 +114333,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: - - *277 - *278 + - *279 - *19 - *17 - name: state @@ -114308,7 +114354,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -114357,15 +114403,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *277 - *278 - - *280 + - *279 + - *281 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -114401,9 +114447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *277 - *278 - - *280 + - *279 + - *281 responses: '204': description: Response @@ -114433,9 +114479,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *277 - *278 - - *280 + - *279 + - *281 responses: '204': description: Response @@ -114472,12 +114518,12 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: *754 + default: *755 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114585,9 +114631,9 @@ paths: application/json: schema: type: array - items: *82 + items: *83 examples: - default: &761 + default: &762 summary: Default response value: - id: 1296269 @@ -114708,9 +114754,9 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -114891,16 +114937,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 headers: Location: example: https://api.github.com/repos/octocat/Hello-World schema: type: string '401': *25 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -114931,12 +114977,12 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *755 + default: *756 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114956,14 +115002,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *253 + - *254 responses: '204': description: Response '403': *29 - '409': *54 + '409': *55 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114979,12 +115025,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *253 + - *254 responses: '204': description: Response - '409': *54 - '304': *37 + '409': *55 + '304': *38 '404': *6 '403': *29 x-github: @@ -115012,7 +115058,7 @@ paths: application/json: schema: type: array - items: &756 + items: &757 title: Social account description: Social media account type: object @@ -115027,13 +115073,13 @@ paths: - provider - url examples: - default: &757 + default: &758 value: - provider: twitter url: https://twitter.com/github headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -115089,11 +115135,11 @@ paths: application/json: schema: type: array - items: *756 + items: *757 examples: - default: *757 + default: *758 '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -115146,7 +115192,7 @@ paths: '204': description: Response '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -115178,7 +115224,7 @@ paths: application/json: schema: type: array - items: &758 + items: &759 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -115198,7 +115244,7 @@ paths: - title - created_at examples: - default: &789 + default: &790 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115209,8 +115255,8 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -115262,16 +115308,16 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: &759 + default: &760 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -115294,7 +115340,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: - - &760 + - &761 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -115306,11 +115352,11 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: *759 + default: *760 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -115331,11 +115377,11 @@ 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: - - *760 + - *761 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -115360,7 +115406,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &790 + - &791 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 @@ -115373,7 +115419,7 @@ paths: - created - updated default: created - - *62 + - *63 - *17 - *19 responses: @@ -115383,13 +115429,13 @@ paths: application/json: schema: type: array - items: *82 + items: *83 examples: - default-response: *761 + default-response: *762 application/vnd.github.v3.star+json: schema: type: array - items: &791 + items: &792 title: Starred Repository description: Starred Repository type: object @@ -115397,7 +115443,7 @@ paths: starred_at: type: string format: date-time - repo: *82 + repo: *83 required: - starred_at - repo @@ -115525,8 +115571,8 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -115545,8 +115591,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: - - *356 - *357 + - *358 responses: '204': description: Response if this repository is starred by you @@ -115556,7 +115602,7 @@ paths: application/json: schema: *3 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -115574,15 +115620,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *356 - *357 + - *358 responses: '204': description: Response '403': *29 '404': *6 '401': *25 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115599,14 +115645,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *356 - *357 + - *358 responses: '204': description: Response '404': *6 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -115633,12 +115679,12 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -115672,7 +115718,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -115723,8 +115769,8 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 x-github: @@ -115750,7 +115796,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *108 + - *109 responses: '200': description: Response @@ -115758,10 +115804,10 @@ paths: application/json: schema: oneOf: + - *736 - *735 - - *734 examples: - default-response: &765 + default-response: &766 summary: Default response value: login: octocat @@ -115796,7 +115842,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &766 + response-with-git-hub-plan-information: &767 summary: Response with GitHub plan information value: login: octocat @@ -115853,14 +115899,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &763 + - &764 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *293 + - *294 requestBody: required: true description: Details of the draft item to create in the project. @@ -115894,10 +115940,10 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - draft_issue: *300 - '304': *37 + draft_issue: *301 + '304': *38 '403': *29 '401': *25 x-github: @@ -115919,7 +115965,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *762 + - *763 - *17 responses: '200': @@ -115930,13 +115976,13 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115954,8 +116000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *763 - - *293 + - *764 + - *294 requestBody: required: true content: @@ -116026,18 +116072,18 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *764 + schema: *765 examples: table_view: summary: Response for creating a table view - value: *304 + value: *305 board_view: summary: Response for creating a board view with filter - value: *304 + value: *305 roadmap_view: summary: Response for creating a roadmap view - value: *304 - '304': *37 + value: *305 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -116070,7 +116116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *74 + - *75 responses: '200': description: Response @@ -116078,11 +116124,11 @@ paths: application/json: schema: oneOf: + - *736 - *735 - - *734 examples: - default-response: *765 - response-with-git-hub-plan-information: *766 + default-response: *766 + response-with-git-hub-plan-information: *767 '404': *6 x-github: githubCloudOnly: false @@ -116106,9 +116152,9 @@ paths: url: https://docs.github.com/rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *47 - *48 - - *74 + - *49 + - *75 requestBody: required: true content: @@ -116132,8 +116178,8 @@ paths: required: - subject_digests examples: - default: *767 - withPredicateType: *768 + default: *768 + withPredicateType: *769 responses: '200': description: Response @@ -116186,7 +116232,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *769 + default: *770 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116204,7 +116250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *74 + - *75 requestBody: required: true content: @@ -116269,7 +116315,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *74 + - *75 - name: subject_digest description: Subject Digest in: path @@ -116300,7 +116346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *74 + - *75 - name: attestation_id description: Attestation ID in: path @@ -116336,9 +116382,9 @@ paths: url: https://docs.github.com/rest/users/attestations#list-attestations parameters: - *17 - - *47 - *48 - - *74 + - *49 + - *75 - name: subject_digest description: Subject Digest in: path @@ -116391,12 +116437,12 @@ paths: initiator: type: string examples: - default: *416 + default: *417 '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -116424,7 +116470,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *74 + - *75 - name: per_page description: The number of results per page (max 100). in: query @@ -116458,7 +116504,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: *204 + items: *205 examples: default: summary: Example response for listing user copilot spaces @@ -116557,7 +116603,7 @@ paths: html_url: https://github.com/copilot/spaces/octocat/2 api_url: https://api.github.com/user/1/copilot-spaces/2 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -116579,7 +116625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *74 + - *75 requestBody: required: true content: @@ -116670,9 +116716,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: &770 + default: &771 summary: Example response for a user copilot space value: id: 42 @@ -116759,7 +116805,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116771,9 +116817,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *770 + default: *771 '403': *29 '404': *6 x-github: @@ -116795,7 +116841,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116894,9 +116940,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *770 + default: *771 '403': *29 '404': *6 '422': *15 @@ -116919,7 +116965,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116953,7 +116999,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116973,7 +117019,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: *206 + items: *207 examples: default: value: @@ -117069,7 +117115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117116,7 +117162,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -117176,7 +117222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117227,7 +117273,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -117289,7 +117335,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117337,7 +117383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117357,7 +117403,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: *207 + items: *208 examples: default: value: @@ -117395,7 +117441,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117449,7 +117495,7 @@ paths: description: Resource created content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -117465,7 +117511,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -117500,7 +117546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117518,7 +117564,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -117550,7 +117596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117585,7 +117631,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -117618,7 +117664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117654,7 +117700,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *74 + - *75 responses: '200': description: Response @@ -117662,9 +117708,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *752 + default: *753 '403': *29 '401': *25 x-github: @@ -117687,7 +117733,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117697,7 +117743,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -117759,8 +117805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *74 - - *78 + - *75 + - *79 - *17 - *19 responses: @@ -117770,7 +117816,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -117847,7 +117893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117857,7 +117903,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -117915,7 +117961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117927,9 +117973,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117946,7 +117992,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117958,9 +118004,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117977,7 +118023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *74 + - *75 - name: target_user in: path required: true @@ -118004,8 +118050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *74 - - *95 + - *75 + - *96 - *17 - *19 responses: @@ -118015,11 +118061,11 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -118038,7 +118084,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118048,11 +118094,11 @@ paths: application/json: schema: type: array - items: *742 + items: *743 examples: - default: *771 + default: *772 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118074,7 +118120,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *74 + - *75 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -118146,7 +118192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *74 + - *75 responses: '200': description: Response @@ -118154,7 +118200,7 @@ paths: application/json: schema: *22 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118172,7 +118218,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118207,7 +118253,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118227,7 +118273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118237,11 +118283,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118278,8 +118324,8 @@ paths: - docker - nuget - container - - *751 - - *74 + - *752 + - *75 - *19 - *17 responses: @@ -118289,12 +118335,12 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *752 + default: *753 '403': *29 '401': *25 - '400': *753 + '400': *754 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118314,17 +118360,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *277 - *278 - - *74 + - *279 + - *75 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *772 + default: *773 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118345,9 +118391,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *277 - *278 - - *74 + - *279 + - *75 responses: '204': description: Response @@ -118379,9 +118425,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *277 - *278 - - *74 + - *279 + - *75 - name: token description: package token schema: @@ -118413,9 +118459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *277 - *278 - - *74 + - *279 + - *75 responses: '200': description: Response @@ -118423,7 +118469,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -118481,16 +118527,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *277 - *278 - - *280 - - *74 + - *279 + - *281 + - *75 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -118525,10 +118571,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *277 - *278 - - *74 - - *280 + - *279 + - *75 + - *281 responses: '204': description: Response @@ -118560,10 +118606,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *277 - *278 - - *74 - - *280 + - *279 + - *75 + - *281 responses: '204': description: Response @@ -118587,15 +118633,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *74 + - *75 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -118604,12 +118650,12 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - default: *292 + default: *293 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118628,19 +118674,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *293 - - *74 + - *294 + - *75 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118659,11 +118705,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *293 - - *74 + - *294 + - *75 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -118671,12 +118717,12 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: - default: *773 + default: *774 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118694,8 +118740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *74 - - *293 + - *75 + - *294 requestBody: required: true content: @@ -118733,7 +118779,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *774 + items: *775 required: - name - data_type @@ -118749,7 +118795,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *775 + iteration_configuration: *776 required: - name - data_type @@ -118771,21 +118817,21 @@ paths: value: name: Due date data_type: date - single_select_field: *776 - iteration_field: *777 + single_select_field: *777 + iteration_field: *778 responses: '201': description: Response content: application/json: - schema: *297 + schema: *298 examples: - text_field: *778 - number_field: *779 - date_field: *780 - single_select_field: *781 - iteration_field: *782 - '304': *37 + text_field: *779 + number_field: *780 + date_field: *781 + single_select_field: *782 + iteration_field: *783 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -118805,20 +118851,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *293 - - *783 - - *74 + - *294 + - *784 + - *75 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *784 + default: *785 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118838,10 +118884,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *293 - - *74 - - *47 + - *294 + - *75 - *48 + - *49 - *17 - 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) @@ -118871,12 +118917,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118894,8 +118940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *74 - - *293 + - *75 + - *294 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -118965,23 +119011,23 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *300 + value: *301 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *300 + value: *301 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *300 + value: *301 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *300 - '304': *37 + value: *301 + '304': *38 '403': *29 '401': *25 x-github: @@ -119000,9 +119046,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *293 - - *74 - - *303 + - *294 + - *75 + - *304 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -119022,12 +119068,12 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -119045,9 +119091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *293 - - *74 - - *303 + - *294 + - *75 + - *304 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -119117,13 +119163,13 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - text_field: *302 - number_field: *302 - date_field: *302 - single_select_field: *302 - iteration_field: *302 + text_field: *303 + number_field: *303 + date_field: *303 + single_select_field: *303 + iteration_field: *303 '401': *25 '403': *29 '404': *6 @@ -119143,9 +119189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *293 - - *74 - - *303 + - *294 + - *75 + - *304 responses: '204': description: Response @@ -119167,9 +119213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *293 - - *74 - - *785 + - *294 + - *75 + - *786 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -119185,8 +119231,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -119195,12 +119241,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -119225,7 +119271,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119235,7 +119281,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -119300,7 +119346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119310,7 +119356,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -119373,7 +119419,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *74 + - *75 - name: type description: Limit results to repositories of the specified type. in: query @@ -119416,11 +119462,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119440,12 +119486,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-ai-credit-usage-report-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *128 + - *127 - *129 + - *130 responses: '200': description: Response when getting a billing AI credit usage report @@ -119552,8 +119598,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119573,12 +119619,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *128 + - *127 - *129 + - *130 responses: '200': description: Response when getting a billing premium request usage report @@ -119685,8 +119731,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119706,10 +119752,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *74 - - *124 - - *786 - - *126 + - *75 + - *125 + - *787 + - *127 responses: '200': description: Response when getting a billing usage report @@ -119779,8 +119825,8 @@ paths: repositoryName: user/example '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119803,13 +119849,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *787 - - *129 + - *127 - *788 + - *130 + - *789 responses: '200': description: Response when getting a billing usage summary @@ -119914,8 +119960,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119933,7 +119979,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119943,11 +119989,11 @@ paths: application/json: schema: type: array - items: *756 + items: *757 examples: - default: *757 + default: *758 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119965,7 +120011,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119975,11 +120021,11 @@ paths: application/json: schema: type: array - items: *758 + items: *759 examples: - default: *789 + default: *790 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120001,9 +120047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *74 - - *790 - - *62 + - *75 + - *791 + - *63 - *17 - *19 responses: @@ -120014,13 +120060,13 @@ paths: schema: anyOf: - type: array - items: *791 + items: *792 - type: array - items: *82 + items: *83 examples: - default-response: *761 + default-response: *762 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120037,7 +120083,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -120047,11 +120093,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *281 + default: *282 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120177,7 +120223,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &792 + enterprise: &793 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -120235,7 +120281,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &793 + installation: &794 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -120254,7 +120300,7 @@ x-webhooks: required: - id - node_id - organization: &794 + organization: &795 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -120314,13 +120360,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &795 + repository: &796 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: &827 + properties: &828 id: description: Unique identifier of the repository example: 42 @@ -120340,8 +120386,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true organization: title: Simple User @@ -121015,7 +121061,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &828 + required: &829 - archive_url - assignees_url - blobs_url @@ -121166,10 +121212,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -121245,11 +121291,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - rule: &796 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + rule: &797 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) @@ -121472,11 +121518,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - rule: *796 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + rule: *797 sender: *4 required: - action @@ -121659,11 +121705,11 @@ x-webhooks: - everyone required: - from - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - rule: *796 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + rule: *797 sender: *4 required: - action @@ -121747,7 +121793,7 @@ x-webhooks: type: string enum: - completed - check_run: &798 + check_run: &799 title: CheckRun description: A check performed on the code of a given code change type: object @@ -121800,8 +121846,8 @@ x-webhooks: type: string pull_requests: type: array - items: *93 - repository: *163 + items: *94 + repository: *164 status: example: completed type: string @@ -121838,7 +121884,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *797 + deployment: *798 details_url: example: https://example.com type: string @@ -121888,7 +121934,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *93 + items: *94 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -121923,10 +121969,10 @@ x-webhooks: - output - app - pull_requests - installation: *793 - enterprise: *792 - organization: *794 - repository: *795 + installation: *794 + enterprise: *793 + organization: *795 + repository: *796 sender: *4 required: - check_run @@ -122317,11 +122363,11 @@ x-webhooks: type: string enum: - created - check_run: *798 - installation: *793 - enterprise: *792 - organization: *794 - repository: *795 + check_run: *799 + installation: *794 + enterprise: *793 + organization: *795 + repository: *796 sender: *4 required: - check_run @@ -122715,11 +122761,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *798 - installation: *793 - enterprise: *792 - organization: *794 - repository: *795 + check_run: *799 + installation: *794 + enterprise: *793 + organization: *795 + repository: *796 requested_action: description: The action requested by the user. type: object @@ -123122,11 +123168,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *798 - installation: *793 - enterprise: *792 - organization: *794 - repository: *795 + check_run: *799 + installation: *794 + enterprise: *793 + organization: *795 + repository: *796 sender: *4 required: - check_run @@ -124096,10 +124142,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -124798,10 +124844,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -125494,10 +125540,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -125663,7 +125709,7 @@ x-webhooks: required: - login - id - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -125808,20 +125854,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &799 + commit_oid: &800 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: *792 - installation: *793 - organization: *794 - ref: &800 + enterprise: *793 + installation: *794 + organization: *795 + ref: &801 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: *795 + repository: *796 sender: *4 required: - action @@ -125986,7 +126032,7 @@ x-webhooks: required: - login - id - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -126216,12 +126262,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *799 - enterprise: *792 - installation: *793 - organization: *794 - ref: *800 - repository: *795 + commit_oid: *800 + enterprise: *793 + installation: *794 + organization: *795 + ref: *801 + repository: *796 sender: *4 required: - action @@ -126316,7 +126362,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -126487,12 +126533,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *799 - enterprise: *792 - installation: *793 - organization: *794 - ref: *800 - repository: *795 + commit_oid: *800 + enterprise: *793 + installation: *794 + organization: *795 + ref: *801 + repository: *796 sender: *4 required: - action @@ -126658,7 +126704,7 @@ x-webhooks: required: - login - id - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -126824,12 +126870,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *799 - enterprise: *792 - installation: *793 - organization: *794 - ref: *800 - repository: *795 + commit_oid: *800 + enterprise: *793 + installation: *794 + organization: *795 + ref: *801 + repository: *796 sender: *4 required: - action @@ -126928,7 +126974,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -127103,16 +127149,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 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: *795 + repository: *796 sender: *4 required: - action @@ -127209,7 +127255,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -127349,12 +127395,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *799 - enterprise: *792 - installation: *793 - organization: *794 - ref: *800 - repository: *795 + commit_oid: *800 + enterprise: *793 + installation: *794 + organization: *795 + ref: *801 + repository: *796 sender: *4 required: - action @@ -127520,7 +127566,7 @@ x-webhooks: required: - login - id - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127665,10 +127711,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -127923,10 +127969,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -128006,18 +128052,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *794 - pusher_type: &801 + organization: *795 + pusher_type: &802 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &802 + ref: &803 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -128027,7 +128073,7 @@ x-webhooks: enum: - tag - branch - repository: *795 + repository: *796 sender: *4 required: - ref @@ -128109,10 +128155,10 @@ x-webhooks: type: string enum: - created - definition: *305 - enterprise: *792 - installation: *793 - organization: *794 + definition: *306 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -128197,9 +128243,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -128276,10 +128322,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *305 - enterprise: *792 - installation: *793 - organization: *794 + definition: *306 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -128356,10 +128402,10 @@ x-webhooks: type: string enum: - updated - definition: *305 - enterprise: *792 - installation: *793 - organization: *794 + definition: *306 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -128436,19 +128482,19 @@ x-webhooks: type: string enum: - updated - enterprise: *792 - installation: *793 - repository: *795 - organization: *794 + enterprise: *793 + installation: *794 + repository: *796 + organization: *795 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *309 + items: *310 old_property_values: type: array description: The old custom property values for the repository. - items: *309 + items: *310 required: - action - repository @@ -128524,18 +128570,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 - pusher_type: *801 - ref: *802 + enterprise: *793 + installation: *794 + organization: *795 + pusher_type: *802 + ref: *803 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *795 + repository: *796 sender: *4 required: - ref @@ -128615,11 +128661,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128699,11 +128745,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128784,11 +128830,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128869,11 +128915,11 @@ x-webhooks: type: string enum: - created - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128952,11 +128998,11 @@ x-webhooks: type: string enum: - dismissed - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -129035,11 +129081,11 @@ x-webhooks: type: string enum: - fixed - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -129119,11 +129165,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -129202,11 +129248,11 @@ x-webhooks: type: string enum: - reopened - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -129283,9 +129329,9 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - key: &803 + enterprise: *793 + installation: *794 + key: &804 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -129321,8 +129367,8 @@ x-webhooks: - verified - created_at - read_only - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -129399,11 +129445,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - key: *803 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + key: *804 + organization: *795 + repository: *796 sender: *4 required: - action @@ -129959,12 +130005,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: &809 + workflow: &810 title: Workflow type: object nullable: true @@ -130705,15 +130751,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *804 - required: *805 + properties: *805 + required: *806 nullable: true pull_requests: type: array - items: *627 - repository: *795 - organization: *794 - installation: *793 + items: *628 + repository: *796 + organization: *795 + installation: *794 sender: *4 responses: '200': @@ -130784,7 +130830,7 @@ x-webhooks: type: string enum: - approved - approver: &806 + approver: &807 type: object properties: avatar_url: @@ -130827,11 +130873,11 @@ x-webhooks: type: string comment: type: string - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - reviewers: &807 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + reviewers: &808 type: array items: type: object @@ -130910,7 +130956,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &808 + workflow_job_run: &809 type: object properties: conclusion: @@ -131641,18 +131687,18 @@ x-webhooks: type: string enum: - rejected - approver: *806 + approver: *807 comment: type: string - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - reviewers: *807 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + reviewers: *808 sender: *4 since: type: string - workflow_job_run: *808 + workflow_job_run: *809 workflow_job_runs: type: array items: @@ -132356,13 +132402,13 @@ x-webhooks: type: string enum: - requested - enterprise: *792 + enterprise: *793 environment: type: string - installation: *793 - organization: *794 - repository: *795 - requestor: &814 + installation: *794 + organization: *795 + repository: *796 + requestor: &815 title: User type: object nullable: true @@ -134251,12 +134297,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: *809 + workflow: *810 workflow_run: title: Deployment Workflow Run type: object @@ -134936,7 +134982,7 @@ x-webhooks: type: string enum: - answered - answer: &812 + answer: &813 type: object properties: author_association: @@ -135093,11 +135139,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135224,11 +135270,11 @@ x-webhooks: - from required: - category - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135311,11 +135357,11 @@ x-webhooks: type: string enum: - closed - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135397,7 +135443,7 @@ x-webhooks: type: string enum: - created - comment: &811 + comment: &812 type: object properties: author_association: @@ -135554,11 +135600,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135641,12 +135687,12 @@ x-webhooks: type: string enum: - deleted - comment: *811 - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + comment: *812 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135741,12 +135787,12 @@ x-webhooks: - from required: - body - comment: *811 - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + comment: *812 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135830,11 +135876,11 @@ x-webhooks: type: string enum: - created - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135916,11 +135962,11 @@ x-webhooks: type: string enum: - deleted - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136020,11 +136066,11 @@ x-webhooks: type: string required: - from - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136106,10 +136152,10 @@ x-webhooks: type: string enum: - labeled - discussion: *810 - enterprise: *792 - installation: *793 - label: &813 + discussion: *811 + enterprise: *793 + installation: *794 + label: &814 title: Label type: object properties: @@ -136141,8 +136187,8 @@ x-webhooks: - color - default - description - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136225,11 +136271,11 @@ x-webhooks: type: string enum: - locked - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136311,11 +136357,11 @@ x-webhooks: type: string enum: - pinned - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136397,11 +136443,11 @@ x-webhooks: type: string enum: - reopened - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136486,16 +136532,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *810 - new_repository: *795 + new_discussion: *811 + new_repository: *796 required: - new_discussion - new_repository - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136578,10 +136624,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *810 - old_answer: *812 - organization: *794 - repository: *795 + discussion: *811 + old_answer: *813 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136663,12 +136709,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *810 - enterprise: *792 - installation: *793 - label: *813 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136751,11 +136797,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136837,11 +136883,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136914,7 +136960,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *792 + enterprise: *793 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -137574,9 +137620,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *793 - organization: *794 - repository: *795 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - forkee @@ -137722,9 +137768,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pages: description: The pages that were updated. type: array @@ -137761,7 +137807,7 @@ x-webhooks: - action - sha - html_url - repository: *795 + repository: *796 sender: *4 required: - pages @@ -137837,10 +137883,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: &815 + organization: *795 + repositories: &816 description: An array of repository objects that the installation can access. type: array @@ -137866,8 +137912,8 @@ x-webhooks: - name - full_name - private - repository: *795 - requester: *814 + repository: *796 + requester: *815 sender: *4 required: - action @@ -137942,11 +137988,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: *815 - repository: *795 + organization: *795 + repositories: *816 + repository: *796 requester: nullable: true sender: *4 @@ -138022,11 +138068,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: *815 - repository: *795 + organization: *795 + repositories: *816 + repository: *796 requester: nullable: true sender: *4 @@ -138102,10 +138148,10 @@ x-webhooks: type: string enum: - added - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories_added: &816 + organization: *795 + repositories_added: &817 description: An array of repository objects, which were added to the installation. type: array @@ -138151,15 +138197,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *795 - repository_selection: &817 + repository: *796 + repository_selection: &818 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *814 + requester: *815 sender: *4 required: - action @@ -138238,10 +138284,10 @@ x-webhooks: type: string enum: - removed - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories_added: *816 + organization: *795 + repositories_added: *817 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -138268,9 +138314,9 @@ x-webhooks: - name - full_name - private - repository: *795 - repository_selection: *817 - requester: *814 + repository: *796 + repository_selection: *818 + requester: *815 sender: *4 required: - action @@ -138349,11 +138395,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: *815 - repository: *795 + organization: *795 + repositories: *816 + repository: *796 requester: nullable: true sender: *4 @@ -138531,10 +138577,10 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 target_type: type: string @@ -138613,11 +138659,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: *815 - repository: *795 + organization: *795 + repositories: *816 + repository: *796 requester: nullable: true sender: *4 @@ -138741,8 +138787,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 reactions: title: Reactions type: object @@ -138884,8 +138930,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139674,8 +139720,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139691,7 +139737,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -140024,8 +140070,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -140105,7 +140151,7 @@ x-webhooks: type: string enum: - deleted - comment: &818 + comment: &819 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -140285,8 +140331,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141071,8 +141117,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141088,7 +141134,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -141423,8 +141469,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -141504,7 +141550,7 @@ x-webhooks: type: string enum: - edited - changes: &847 + changes: &848 description: The changes to the comment. type: object properties: @@ -141516,9 +141562,9 @@ x-webhooks: type: string required: - from - comment: *818 - enterprise: *792 - installation: *793 + comment: *819 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142306,8 +142352,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142323,7 +142369,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -142656,8 +142702,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -142738,9 +142784,9 @@ x-webhooks: type: string enum: - pinned - comment: *818 - enterprise: *792 - installation: *793 + comment: *819 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143530,8 +143576,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143547,7 +143593,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -143882,8 +143928,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -143963,9 +144009,9 @@ x-webhooks: type: string enum: - unpinned - comment: *818 - enterprise: *792 - installation: *793 + comment: *819 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144755,8 +144801,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144772,7 +144818,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -145107,8 +145153,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -145191,15 +145237,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 + blocked_issue: *89 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - blocking_issue_repo: *82 - installation: *793 - organization: *794 - repository: *795 + blocking_issue: *89 + blocking_issue_repo: *83 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -145282,15 +145328,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 + blocked_issue: *89 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - blocking_issue_repo: *82 - installation: *793 - organization: *794 - repository: *795 + blocking_issue: *89 + blocking_issue_repo: *83 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -145372,15 +145418,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 - blocked_issue_repo: *82 + blocked_issue: *89 + blocked_issue_repo: *83 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - installation: *793 - organization: *794 - repository: *795 + blocking_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -145463,15 +145509,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 - blocked_issue_repo: *82 + blocked_issue: *89 + blocked_issue_repo: *83 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - installation: *793 - organization: *794 - repository: *795 + blocking_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -145551,10 +145597,10 @@ x-webhooks: type: string enum: - assigned - assignee: *814 - enterprise: *792 - installation: *793 - issue: &819 + assignee: *815 + enterprise: *793 + installation: *794 + issue: &820 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -146343,11 +146389,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -146366,7 +146412,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -146467,8 +146513,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -146548,8 +146594,8 @@ x-webhooks: type: string enum: - closed - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147343,11 +147389,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -147366,7 +147412,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -147602,8 +147648,8 @@ x-webhooks: required: - state - closed_at - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -147682,8 +147728,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148468,11 +148514,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -148491,7 +148537,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -148591,8 +148637,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -148671,8 +148717,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149479,11 +149525,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -149502,7 +149548,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -149581,7 +149627,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &820 + milestone: &821 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149719,8 +149765,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -149819,8 +149865,8 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150609,11 +150655,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -150629,7 +150675,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *257 + type: *258 title: description: Title of the issue type: string @@ -150733,9 +150779,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *813 - organization: *794 - repository: *795 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -150815,9 +150861,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *792 - installation: *793 - issue: *819 + enterprise: *793 + installation: *794 + issue: *820 issue_field: type: object description: The issue field whose value was set or updated on the @@ -150971,8 +151017,8 @@ x-webhooks: - id required: - from - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -151052,9 +151098,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *792 - installation: *793 - issue: *819 + enterprise: *793 + installation: *794 + issue: *820 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -151135,8 +151181,8 @@ x-webhooks: nullable: true required: - id - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -151216,8 +151262,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152005,11 +152051,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -152025,7 +152071,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *257 + type: *258 title: description: Title of the issue type: string @@ -152129,9 +152175,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *813 - organization: *794 - repository: *795 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -152211,8 +152257,8 @@ x-webhooks: type: string enum: - locked - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153024,11 +153070,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -153044,7 +153090,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *257 + type: *258 title: description: Title of the issue type: string @@ -153125,8 +153171,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -153205,8 +153251,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154012,11 +154058,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -154035,7 +154081,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -154113,9 +154159,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *820 - organization: *794 - repository: *795 + milestone: *821 + organization: *795 + repository: *796 sender: *4 required: - action @@ -154978,8 +155024,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -155010,8 +155056,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true user: title: User @@ -155083,7 +155129,7 @@ x-webhooks: required: - login - id - type: *257 + type: *258 required: - id - number @@ -155563,8 +155609,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156348,8 +156394,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -156368,7 +156414,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -156381,8 +156427,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true user: title: User @@ -156476,8 +156522,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -156557,9 +156603,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *792 - installation: *793 - issue: &821 + enterprise: *793 + installation: *794 + issue: &822 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -157342,11 +157388,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -157365,7 +157411,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -157465,8 +157511,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -157545,8 +157591,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -158356,11 +158402,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -158457,9 +158503,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *257 - organization: *794 - repository: *795 + type: *258 + organization: *795 + repository: *796 sender: *4 required: - action @@ -159325,11 +159371,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -159348,7 +159394,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -159927,11 +159973,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *792 - installation: *793 - issue: *821 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *822 + organization: *795 + repository: *796 sender: *4 required: - action @@ -160011,12 +160057,12 @@ x-webhooks: type: string enum: - typed - enterprise: *792 - installation: *793 - issue: *819 - type: *257 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *820 + type: *258 + organization: *795 + repository: *796 sender: *4 required: - action @@ -160097,7 +160143,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &850 + assignee: &851 title: User type: object nullable: true @@ -160167,11 +160213,11 @@ x-webhooks: required: - login - id - enterprise: *792 - installation: *793 - issue: *819 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *820 + organization: *795 + repository: *796 sender: *4 required: - action @@ -160250,12 +160296,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *792 - installation: *793 - issue: *819 - label: *813 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *820 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -160335,8 +160381,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -161146,11 +161192,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -161169,7 +161215,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -161247,8 +161293,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161328,11 +161374,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *792 - installation: *793 - issue: *821 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *822 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161411,12 +161457,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *792 - installation: *793 - issue: *819 - type: *257 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *820 + type: *258 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161496,11 +161542,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - label: *813 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161578,11 +161624,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - label: *813 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161692,11 +161738,11 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - label: *813 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161778,9 +161824,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *792 - installation: *793 - marketplace_purchase: &822 + enterprise: *793 + installation: *794 + marketplace_purchase: &823 title: Marketplace Purchase type: object required: @@ -161863,8 +161909,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *794 - previous_marketplace_purchase: &823 + organization: *795 + previous_marketplace_purchase: &824 title: Marketplace Purchase type: object properties: @@ -161944,7 +161990,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *795 + repository: *796 sender: *4 required: - action @@ -162024,10 +162070,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *792 - installation: *793 - marketplace_purchase: *822 - organization: *794 + enterprise: *793 + installation: *794 + marketplace_purchase: *823 + organization: *795 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162110,7 +162156,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *795 + repository: *796 sender: *4 required: - action @@ -162192,10 +162238,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *792 - installation: *793 - marketplace_purchase: *822 - organization: *794 + enterprise: *793 + installation: *794 + marketplace_purchase: *823 + organization: *795 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162277,7 +162323,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *795 + repository: *796 sender: *4 required: - action @@ -162358,8 +162404,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 marketplace_purchase: title: Marketplace Purchase type: object @@ -162441,9 +162487,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *794 - previous_marketplace_purchase: *823 - repository: *795 + organization: *795 + previous_marketplace_purchase: *824 + repository: *796 sender: *4 required: - action @@ -162523,12 +162569,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *792 - installation: *793 - marketplace_purchase: *822 - organization: *794 - previous_marketplace_purchase: *823 - repository: *795 + enterprise: *793 + installation: *794 + marketplace_purchase: *823 + organization: *795 + previous_marketplace_purchase: *824 + repository: *796 sender: *4 required: - action @@ -162630,11 +162676,11 @@ x-webhooks: type: string required: - to - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 sender: *4 required: - action @@ -162734,11 +162780,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 sender: *4 required: - action @@ -162817,11 +162863,11 @@ x-webhooks: type: string enum: - removed - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 sender: *4 required: - action @@ -162899,11 +162945,11 @@ x-webhooks: type: string enum: - added - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162979,7 +163025,7 @@ x-webhooks: required: - login - id - team: &824 + team: &825 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163202,11 +163248,11 @@ x-webhooks: type: string enum: - removed - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163283,7 +163329,7 @@ x-webhooks: required: - login - id - team: *824 + team: *825 required: - action - scope @@ -163365,8 +163411,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *793 - merge_group: &826 + installation: *794 + merge_group: &827 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163385,15 +163431,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *825 + head_commit: *826 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163479,10 +163525,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *793 - merge_group: *826 - organization: *794 - repository: *795 + installation: *794 + merge_group: *827 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163555,7 +163601,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 + enterprise: *793 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163664,16 +163710,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *793 - organization: *794 + installation: *794 + organization: *795 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: *827 - required: *828 + properties: *828 + required: *829 nullable: true sender: *4 required: @@ -163754,11 +163800,11 @@ x-webhooks: type: string enum: - closed - enterprise: *792 - installation: *793 - milestone: *820 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + milestone: *821 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163837,9 +163883,9 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - milestone: &829 + enterprise: *793 + installation: *794 + milestone: &830 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163976,8 +164022,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164056,11 +164102,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - milestone: *820 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + milestone: *821 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164170,11 +164216,11 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - milestone: *820 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + milestone: *821 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164254,11 +164300,11 @@ x-webhooks: type: string enum: - opened - enterprise: *792 - installation: *793 - milestone: *829 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + milestone: *830 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164337,11 +164383,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *814 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + blocked_user: *815 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164420,11 +164466,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *814 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + blocked_user: *815 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164503,9 +164549,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - membership: &830 + enterprise: *793 + installation: *794 + membership: &831 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164612,8 +164658,8 @@ x-webhooks: - role - organization_url - user - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164691,11 +164737,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *792 - installation: *793 - membership: *830 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + membership: *831 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164774,8 +164820,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164891,10 +164937,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 - user: *814 + user: *815 required: - action - invitation @@ -164972,11 +165018,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *792 - installation: *793 - membership: *830 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + membership: *831 + organization: *795 + repository: *796 sender: *4 required: - action @@ -165063,11 +165109,11 @@ x-webhooks: properties: from: type: string - enterprise: *792 - installation: *793 - membership: *830 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + membership: *831 + organization: *795 + repository: *796 sender: *4 required: - action @@ -165144,9 +165190,9 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 package: description: Information about the package. type: object @@ -165645,7 +165691,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &831 + items: &832 title: Ruby Gems metadata type: object properties: @@ -165740,7 +165786,7 @@ x-webhooks: - owner - package_version - registry - repository: *795 + repository: *796 sender: *4 required: - action @@ -165816,9 +165862,9 @@ x-webhooks: type: string enum: - updated - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 package: description: Information about the package. type: object @@ -166171,7 +166217,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *831 + items: *832 source_url: type: string format: uri @@ -166241,7 +166287,7 @@ x-webhooks: - owner - package_version - registry - repository: *795 + repository: *796 sender: *4 required: - action @@ -166417,12 +166463,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *792 + enterprise: *793 id: type: integer - installation: *793 - organization: *794 - repository: *795 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - id @@ -166499,7 +166545,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &832 + personal_access_token_request: &833 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166645,10 +166691,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *792 - organization: *794 + enterprise: *793 + organization: *795 sender: *4 - installation: *793 + installation: *794 required: - action - personal_access_token_request @@ -166725,11 +166771,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *832 - enterprise: *792 - organization: *794 + personal_access_token_request: *833 + enterprise: *793 + organization: *795 sender: *4 - installation: *793 + installation: *794 required: - action - personal_access_token_request @@ -166805,11 +166851,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *832 - enterprise: *792 - organization: *794 + personal_access_token_request: *833 + enterprise: *793 + organization: *795 sender: *4 - installation: *793 + installation: *794 required: - action - personal_access_token_request @@ -166884,11 +166930,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *832 - organization: *794 - enterprise: *792 + personal_access_token_request: *833 + organization: *795 + enterprise: *793 sender: *4 - installation: *793 + installation: *794 required: - action - personal_access_token_request @@ -166993,7 +167039,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *833 + last_response: *834 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167025,8 +167071,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 zen: description: Random string of GitHub zen. @@ -167271,10 +167317,10 @@ x-webhooks: - from required: - note - enterprise: *792 - installation: *793 - organization: *794 - project_card: &834 + enterprise: *793 + installation: *794 + organization: *795 + project_card: &835 title: Project Card type: object properties: @@ -167393,7 +167439,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *795 + repository: *796 sender: *4 required: - action @@ -167474,11 +167520,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - project_card: *834 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project_card: *835 + repository: *796 sender: *4 required: - action @@ -167558,9 +167604,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 project_card: title: Project Card type: object @@ -167688,8 +167734,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: *827 - required: *828 + properties: *828 + required: *829 nullable: true sender: *4 required: @@ -167783,11 +167829,11 @@ x-webhooks: - from required: - note - enterprise: *792 - installation: *793 - organization: *794 - project_card: *834 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project_card: *835 + repository: *796 sender: *4 required: - action @@ -167881,9 +167927,9 @@ x-webhooks: - from required: - column_id - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 project_card: allOf: - title: Project Card @@ -168073,7 +168119,7 @@ x-webhooks: type: string required: - after_id - repository: *795 + repository: *796 sender: *4 required: - action @@ -168153,10 +168199,10 @@ x-webhooks: type: string enum: - closed - enterprise: *792 - installation: *793 - organization: *794 - project: &836 + enterprise: *793 + installation: *794 + organization: *795 + project: &837 title: Project type: object properties: @@ -168280,7 +168326,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *795 + repository: *796 sender: *4 required: - action @@ -168360,10 +168406,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - project_column: &835 + enterprise: *793 + installation: *794 + organization: *795 + project_column: &836 title: Project Column type: object properties: @@ -168402,7 +168448,7 @@ x-webhooks: - name - created_at - updated_at - repository: *795 + repository: *796 sender: *4 required: - action @@ -168481,18 +168527,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - project_column: *835 + enterprise: *793 + installation: *794 + organization: *795 + project_column: *836 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: *827 - required: *828 + properties: *828 + required: *829 nullable: true sender: *4 required: @@ -168582,11 +168628,11 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 - project_column: *835 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project_column: *836 + repository: *796 sender: *4 required: - action @@ -168666,11 +168712,11 @@ x-webhooks: type: string enum: - moved - enterprise: *792 - installation: *793 - organization: *794 - project_column: *835 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project_column: *836 + repository: *796 sender: *4 required: - action @@ -168750,11 +168796,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - project: *836 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project: *837 + repository: *796 sender: *4 required: - action @@ -168834,18 +168880,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - project: *836 + enterprise: *793 + installation: *794 + organization: *795 + project: *837 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: *827 - required: *828 + properties: *828 + required: *829 nullable: true sender: *4 required: @@ -168947,11 +168993,11 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 - project: *836 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project: *837 + repository: *796 sender: *4 required: - action @@ -169030,11 +169076,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *792 - installation: *793 - organization: *794 - project: *836 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project: *837 + repository: *796 sender: *4 required: - action @@ -169115,9 +169161,9 @@ x-webhooks: type: string enum: - closed - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -169198,9 +169244,9 @@ x-webhooks: type: string enum: - created - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -169281,9 +169327,9 @@ x-webhooks: type: string enum: - deleted - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -169400,9 +169446,9 @@ x-webhooks: type: string to: type: string - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -169485,7 +169531,7 @@ x-webhooks: type: string enum: - archived - changes: &840 + changes: &841 type: object properties: archived_at: @@ -169499,9 +169545,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *793 - organization: *794 - projects_v2_item: &837 + installation: *794 + organization: *795 + projects_v2_item: &838 title: Projects v2 Item description: An item belonging to a project type: object @@ -169519,7 +169565,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *298 + content_type: *299 creator: *4 created_at: type: string @@ -169636,9 +169682,9 @@ x-webhooks: nullable: true to: type: string - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169720,9 +169766,9 @@ x-webhooks: type: string enum: - created - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169803,9 +169849,9 @@ x-webhooks: type: string enum: - deleted - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169911,7 +169957,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &838 + - &839 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -169933,7 +169979,7 @@ x-webhooks: required: - id - name - - &839 + - &840 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -169967,8 +170013,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *838 - *839 + - *840 required: - field_value - type: object @@ -169984,9 +170030,9 @@ x-webhooks: nullable: true required: - body - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -170081,9 +170127,9 @@ x-webhooks: to: type: string nullable: true - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -170166,10 +170212,10 @@ x-webhooks: type: string enum: - restored - changes: *840 - installation: *793 - organization: *794 - projects_v2_item: *837 + changes: *841 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -170251,9 +170297,9 @@ x-webhooks: type: string enum: - reopened - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -170334,14 +170380,14 @@ x-webhooks: type: string enum: - created - installation: *793 - organization: *794 - projects_v2_status_update: &843 + installation: *794 + organization: *795 + projects_v2_status_update: &844 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *841 - required: *842 + properties: *842 + required: *843 sender: *4 required: - action @@ -170422,9 +170468,9 @@ x-webhooks: type: string enum: - deleted - installation: *793 - organization: *794 - projects_v2_status_update: *843 + installation: *794 + organization: *795 + projects_v2_status_update: *844 sender: *4 required: - action @@ -170560,9 +170606,9 @@ x-webhooks: type: string format: date nullable: true - installation: *793 - organization: *794 - projects_v2_status_update: *843 + installation: *794 + organization: *795 + projects_v2_status_update: *844 sender: *4 required: - action @@ -170633,10 +170679,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - repository @@ -170713,13 +170759,13 @@ x-webhooks: type: string enum: - assigned - assignee: *814 - enterprise: *792 - installation: *793 - number: &844 + assignee: *815 + enterprise: *793 + installation: *794 + number: &845 description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -172898,6 +172944,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -173024,7 +173071,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -173106,11 +173153,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -175282,6 +175329,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -175410,7 +175458,7 @@ x-webhooks: - draft reason: type: string - repository: *795 + repository: *796 sender: *4 required: - action @@ -175492,11 +175540,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -177668,6 +177716,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -177796,7 +177845,7 @@ x-webhooks: - draft reason: type: string - repository: *795 + repository: *796 sender: *4 required: - action @@ -177878,13 +177927,13 @@ x-webhooks: type: string enum: - closed - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: &845 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: &846 allOf: - - *627 + - *628 - type: object properties: allow_auto_merge: @@ -177946,7 +177995,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *795 + repository: *796 sender: *4 required: - action @@ -178027,12 +178076,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -178112,11 +178161,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *792 + enterprise: *793 milestone: *611 - number: *844 - organization: *794 - pull_request: &846 + number: *845 + organization: *795 + pull_request: &847 title: Pull Request type: object properties: @@ -180275,6 +180324,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -180401,7 +180451,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -180480,11 +180530,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -182647,6 +182697,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -182788,7 +182839,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *795 + repository: *796 sender: *4 required: - action @@ -182912,12 +182963,12 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -182997,11 +183048,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -185164,6 +185215,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -185290,7 +185342,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -185370,11 +185422,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *792 - installation: *793 - label: *813 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + label: *814 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -187552,6 +187604,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -187678,7 +187731,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -187759,10 +187812,10 @@ x-webhooks: type: string enum: - locked - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -189938,6 +189991,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -190064,7 +190118,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -190144,12 +190198,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *792 + enterprise: *793 milestone: *611 - number: *844 - organization: *794 - pull_request: *846 - repository: *795 + number: *845 + organization: *795 + pull_request: *847 + repository: *796 sender: *4 required: - action @@ -190228,12 +190282,12 @@ x-webhooks: type: string enum: - opened - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -190314,12 +190368,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -190399,12 +190453,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -190770,9 +190824,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: type: object properties: @@ -192843,6 +192897,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -192964,7 +193019,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *795 + repository: *796 sender: *4 required: - action @@ -193044,7 +193099,7 @@ x-webhooks: type: string enum: - deleted - comment: &848 + comment: &849 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -193329,9 +193384,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: type: object properties: @@ -195390,6 +195445,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -195511,7 +195567,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *795 + repository: *796 sender: *4 required: - action @@ -195591,11 +195647,11 @@ x-webhooks: type: string enum: - edited - changes: *847 - comment: *848 - enterprise: *792 - installation: *793 - organization: *794 + changes: *848 + comment: *849 + enterprise: *793 + installation: *794 + organization: *795 pull_request: type: object properties: @@ -197657,6 +197713,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -197778,7 +197835,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *795 + repository: *796 sender: *4 required: - action @@ -197859,9 +197916,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -199933,6 +199990,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -200056,7 +200114,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 + repository: *796 review: description: The review that was affected. type: object @@ -200303,9 +200361,9 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -202359,8 +202417,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 - review: &849 + repository: *796 + review: &850 description: The review that was affected. type: object properties: @@ -202593,12 +202651,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -204777,6 +204835,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. @@ -204903,7 +204962,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 requested_reviewer: title: User type: object @@ -204987,12 +205046,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -207178,6 +207237,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. @@ -207304,7 +207364,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207496,12 +207556,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -209681,6 +209741,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. @@ -209808,7 +209869,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 requested_reviewer: title: User type: object @@ -209893,12 +209954,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -212069,6 +212130,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. @@ -212196,7 +212258,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212377,9 +212439,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -214453,6 +214515,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -214576,8 +214639,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 - review: *849 + repository: *796 + review: *850 sender: *4 required: - action @@ -214657,9 +214720,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -216628,6 +216691,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -216751,7 +216815,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 + repository: *796 sender: *4 thread: type: object @@ -217138,9 +217202,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -219096,6 +219160,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -219218,7 +219283,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 + repository: *796 sender: *4 thread: type: object @@ -219602,10 +219667,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + stack: *625 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -221783,6 +221849,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -221909,7 +221976,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -221995,10 +222062,10 @@ x-webhooks: type: string before: type: string - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -224165,6 +224232,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -224291,7 +224359,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -224373,11 +224441,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *850 - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + assignee: *851 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -226556,6 +226624,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -226682,7 +226751,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -226761,11 +226830,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *792 - installation: *793 - label: *813 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + label: *814 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -228934,6 +229003,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -229060,7 +229130,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -229141,10 +229211,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -231306,6 +231376,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -231431,7 +231502,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -231631,7 +231702,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *792 + enterprise: *793 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -231723,8 +231794,8 @@ x-webhooks: - url - author - committer - installation: *793 - organization: *794 + installation: *794 + organization: *795 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -232310,9 +232381,9 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 registry_package: type: object properties: @@ -232758,7 +232829,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *831 + items: *832 summary: type: string tag_name: @@ -232812,7 +232883,7 @@ x-webhooks: - owner - package_version - registry - repository: *795 + repository: *796 sender: *4 required: - action @@ -232890,9 +232961,9 @@ x-webhooks: type: string enum: - updated - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 registry_package: type: object properties: @@ -233200,7 +233271,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *831 + items: *832 summary: type: string tag_name: @@ -233249,7 +233320,7 @@ x-webhooks: - owner - package_version - registry - repository: *795 + repository: *796 sender: *4 required: - action @@ -233326,10 +233397,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - release: &851 + enterprise: *793 + installation: *794 + organization: *795 + release: &852 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -233647,7 +233718,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *795 + repository: *796 sender: *4 required: - action @@ -233724,11 +233795,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - release: *851 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + release: *852 + repository: *796 sender: *4 required: - action @@ -233845,11 +233916,11 @@ x-webhooks: type: boolean required: - to - enterprise: *792 - installation: *793 - organization: *794 - release: *851 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + release: *852 + repository: *796 sender: *4 required: - action @@ -233927,9 +233998,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -234251,7 +234322,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *795 + repository: *796 sender: *4 required: - action @@ -234327,10 +234398,10 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 - release: &852 + enterprise: *793 + installation: *794 + organization: *795 + release: &853 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -234649,7 +234720,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *795 + repository: *796 sender: *4 required: - action @@ -234725,11 +234796,11 @@ x-webhooks: type: string enum: - released - enterprise: *792 - installation: *793 - organization: *794 - release: *851 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + release: *852 + repository: *796 sender: *4 required: - action @@ -234805,11 +234876,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *792 - installation: *793 - organization: *794 - release: *852 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + release: *853 + repository: *796 sender: *4 required: - action @@ -234885,11 +234956,11 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_advisory: *712 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_advisory: *713 sender: *4 required: - action @@ -234965,11 +235036,11 @@ x-webhooks: type: string enum: - reported - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_advisory: *712 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_advisory: *713 sender: *4 required: - action @@ -235045,10 +235116,10 @@ x-webhooks: type: string enum: - archived - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235125,10 +235196,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235206,10 +235277,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235293,10 +235364,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235408,10 +235479,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235483,10 +235554,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 status: type: string @@ -235567,10 +235638,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235647,10 +235718,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235744,10 +235815,10 @@ x-webhooks: - name required: - repository - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235827,11 +235898,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_ruleset: *339 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_ruleset: *340 sender: *4 required: - action @@ -235909,11 +235980,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_ruleset: *339 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_ruleset: *340 sender: *4 required: - action @@ -235991,11 +236062,11 @@ x-webhooks: type: string enum: - edited - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_ruleset: *339 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_ruleset: *340 changes: type: object properties: @@ -236014,16 +236085,16 @@ x-webhooks: properties: added: type: array - items: *313 + items: *314 deleted: type: array - items: *313 + items: *314 updated: type: array items: type: object properties: - condition: *313 + condition: *314 changes: type: object properties: @@ -236056,16 +236127,16 @@ x-webhooks: properties: added: type: array - items: *648 + items: *649 deleted: type: array - items: *648 + items: *649 updated: type: array items: type: object properties: - rule: *648 + rule: *649 changes: type: object properties: @@ -236299,10 +236370,10 @@ x-webhooks: - from required: - owner - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236380,10 +236451,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236461,7 +236532,7 @@ x-webhooks: type: string enum: - create - alert: &853 + alert: &854 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -236583,10 +236654,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236792,10 +236863,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236873,11 +236944,11 @@ x-webhooks: type: string enum: - reopen - alert: *853 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *854 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237076,10 +237147,10 @@ x-webhooks: enum: - fixed - open - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237157,11 +237228,11 @@ x-webhooks: type: string enum: - assigned - alert: &855 + alert: &856 type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -237169,8 +237240,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri @@ -237221,6 +237292,14 @@ x-webhooks: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` + covers specific provider patterns and custom patterns; `generic` + covers non-specific patterns and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -237299,12 +237378,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *854 + metadata: *855 assignee: *4 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237382,11 +237461,11 @@ x-webhooks: type: string enum: - created - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237467,11 +237546,11 @@ x-webhooks: type: string enum: - created - alert: *855 - installation: *793 - location: *856 - organization: *794 - repository: *795 + alert: *856 + installation: *794 + location: *857 + organization: *795 + repository: *796 sender: *4 required: - location @@ -237709,11 +237788,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237790,11 +237869,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237871,11 +237950,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237953,11 +238032,11 @@ x-webhooks: type: string enum: - reopened - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -238035,11 +238114,11 @@ x-webhooks: type: string enum: - resolved - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -238117,12 +238196,12 @@ x-webhooks: type: string enum: - unassigned - alert: *855 + alert: *856 assignee: *4 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -238200,11 +238279,11 @@ x-webhooks: type: string enum: - validated - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -238330,10 +238409,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *795 - enterprise: *792 - installation: *793 - organization: *794 + repository: *796 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -238411,11 +238490,11 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - security_advisory: &857 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + security_advisory: &858 description: The details of the security advisory, including summary, description, and severity. type: object @@ -238431,7 +238510,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *64 + cvss_severities: *65 cwes: type: array items: @@ -238598,11 +238677,11 @@ x-webhooks: type: string enum: - updated - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - security_advisory: *857 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + security_advisory: *858 sender: *4 required: - action @@ -238675,10 +238754,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -238695,7 +238774,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *64 + cvss_severities: *65 cwes: type: array items: @@ -238862,11 +238941,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *312 - enterprise: *792 - installation: *793 - organization: *794 - repository: *359 + security_and_analysis: *313 + enterprise: *793 + installation: *794 + organization: *795 + repository: *360 sender: *4 required: - changes @@ -238944,12 +239023,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: &858 + sponsorship: &859 type: object properties: created_at: @@ -239250,12 +239329,12 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - sponsorship @@ -239343,12 +239422,12 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - changes @@ -239425,17 +239504,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &859 + effective_date: &860 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: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - sponsorship @@ -239509,7 +239588,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &860 + changes: &861 type: object properties: tier: @@ -239553,13 +239632,13 @@ x-webhooks: - from required: - tier - effective_date: *859 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + effective_date: *860 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - changes @@ -239636,13 +239715,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *860 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + changes: *861 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - changes @@ -239716,10 +239795,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -239802,10 +239881,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -240225,15 +240304,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *792 + enterprise: *793 id: description: The unique identifier of the status. type: integer - installation: *793 + installation: *794 name: type: string - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 sha: description: The Commit SHA. @@ -240342,15 +240421,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - parent_issue_repo: *82 + parent_issue: *89 + parent_issue_repo: *83 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - installation: *793 - organization: *794 - repository: *795 + sub_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -240433,15 +240512,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - parent_issue_repo: *82 + parent_issue: *89 + parent_issue_repo: *83 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - installation: *793 - organization: *794 - repository: *795 + sub_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -240524,15 +240603,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - sub_issue_repo: *82 + sub_issue: *89 + sub_issue_repo: *83 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - installation: *793 - organization: *794 - repository: *795 + parent_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -240615,15 +240694,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - sub_issue_repo: *82 + sub_issue: *89 + sub_issue_repo: *83 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - installation: *793 - organization: *794 - repository: *795 + parent_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -240699,12 +240778,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - team: &861 + team: &862 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -240927,9 +241006,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -241387,7 +241466,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - team @@ -241463,9 +241542,9 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -241923,7 +242002,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - team @@ -242000,9 +242079,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -242460,7 +242539,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - team @@ -242604,9 +242683,9 @@ x-webhooks: - from required: - permissions - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -243064,7 +243143,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - changes @@ -243142,9 +243221,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -243602,7 +243681,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - team @@ -243678,10 +243757,10 @@ x-webhooks: type: string enum: - started - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -243754,16 +243833,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *792 + enterprise: *793 inputs: type: object nullable: true additionalProperties: true - installation: *793 - organization: *794 + installation: *794 + organization: *795 ref: type: string - repository: *795 + repository: *796 sender: *4 workflow: type: string @@ -243845,10 +243924,10 @@ x-webhooks: type: string enum: - completed - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 workflow_job: allOf: @@ -244085,7 +244164,7 @@ x-webhooks: type: string required: - conclusion - deployment: *521 + deployment: *522 required: - action - repository @@ -244164,10 +244243,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 workflow_job: allOf: @@ -244427,7 +244506,7 @@ x-webhooks: required: - status - steps - deployment: *521 + deployment: *522 required: - action - repository @@ -244506,10 +244585,10 @@ x-webhooks: type: string enum: - queued - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 workflow_job: type: object @@ -244644,7 +244723,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *521 + deployment: *522 required: - action - repository @@ -244723,10 +244802,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 workflow_job: type: object @@ -244862,7 +244941,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *521 + deployment: *522 required: - action - repository @@ -244942,12 +245021,12 @@ x-webhooks: type: string enum: - completed - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: *809 + workflow: *810 workflow_run: title: Workflow Run type: object @@ -245946,12 +246025,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: *809 + workflow: *810 workflow_run: title: Workflow Run type: object @@ -246935,12 +247014,12 @@ x-webhooks: type: string enum: - requested - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: *809 + workflow: *810 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 33e0a5d8ac..fac89e2b2c 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 @@ -16565,6 +16565,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -16951,6 +16977,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17117,6 +17169,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17214,6 +17292,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17375,6 +17479,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17618,6 +17748,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -181475,6 +181631,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -190724,6 +190924,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -329747,6 +329991,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -511210,6 +511498,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -514867,6 +515199,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -521392,6 +521768,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -525239,6 +525659,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -536076,6 +536540,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -539823,6 +540331,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -668082,6 +668634,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -725074,6 +725670,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -842965,6 +843605,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1154684,6 +1155368,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1159260,6 +1159988,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1163839,6 +1164611,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1168526,6 +1169342,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1173330,6 +1174190,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1178234,6 +1179138,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1182809,6 +1183757,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1187572,6 +1188564,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1192268,6 +1193304,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1196891,6 +1197971,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1201471,6 +1202595,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1206255,6 +1207423,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1210938,6 +1212150,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1215742,6 +1216998,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1220546,6 +1221846,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1225462,6 +1226806,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1230240,6 +1231628,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1235040,6 +1236472,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1239474,6 +1240950,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1248809,6 +1250329,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1253400,6 +1254964,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1258123,6 +1259731,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1262701,6 +1264353,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1267273,6 +1268969,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1271841,6 +1273581,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1276573,6 +1278357,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1278647,6 +1280475,50 @@ "node_id" ] }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "number": { "description": "The pull request number.", "type": "integer" @@ -1281528,6 +1283400,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1286113,6 +1288029,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1290794,6 +1292754,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1295415,6 +1297419,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1299981,6 +1302029,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1365461,6 +1367553,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1367982,6 +1370082,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1370379,6 +1372487,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1373246,6 +1375362,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1375642,6 +1377766,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1378038,6 +1380170,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1380435,6 +1382575,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1382832,6 +1384980,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1385229,6 +1387385,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1387750,6 +1389914,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 0773c35d48..b2c50946b0 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 @@ -437,7 +437,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &47 + - &48 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 results before this cursor. For @@ -446,7 +446,7 @@ paths: required: false schema: type: string - - &48 + - &49 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 results after this cursor. For @@ -455,7 +455,7 @@ paths: required: false schema: type: string - - &62 + - &63 name: direction description: The direction to sort the results by. in: query @@ -658,7 +658,7 @@ paths: - vulnerable_version_range - first_patched_version - vulnerable_functions - cvss_severities: &64 + cvss_severities: &65 type: object nullable: true properties: @@ -698,7 +698,7 @@ paths: required: - vector_string - score - epss: &65 + epss: &66 type: object nullable: true readOnly: true @@ -836,7 +836,7 @@ paths: - subscriptions_url - type - url - type: &347 + type: &348 type: string description: The type of credit the user is receiving. enum: @@ -968,7 +968,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &133 + schema: &134 title: Validation Error Simple description: Validation Error Simple type: object @@ -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: - - &714 + - &715 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3642,7 +3642,7 @@ paths: GitHub. type: object nullable: true - properties: &83 + properties: &84 id: description: Unique identifier of the GitHub app example: 37 @@ -3775,7 +3775,7 @@ paths: about itself. example: 5 type: integer - required: &84 + required: &85 - id - node_id - owner @@ -4080,7 +4080,7 @@ paths: schema: type: integer default: 30 - - &231 + - &232 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 @@ -4089,7 +4089,7 @@ paths: required: false schema: type: string - - &232 + - &233 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4109,7 +4109,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4189,7 +4189,7 @@ paths: - installation_id - repository_id examples: - default: &234 + default: &235 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4248,7 +4248,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &132 + schema: &133 title: Validation Error description: Validation Error type: object @@ -4317,7 +4317,7 @@ paths: description: Response content: application/json: - schema: &235 + schema: &236 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4431,7 +4431,7 @@ paths: - request - response examples: - default: &236 + default: &237 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4491,7 +4491,7 @@ paths: parameters: - *16 responses: - '202': &39 + '202': &40 description: Accepted content: application/json: @@ -4604,7 +4604,7 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &37 + '304': &38 description: Not modified '401': &25 description: Requires authentication @@ -4632,7 +4632,7 @@ paths: parameters: - *17 - *19 - - &95 + - &96 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -5224,7 +5224,7 @@ paths: suspended_at: suspended_by: headers: - Link: &70 + Link: &71 example: ; rel="next", ; rel="last" schema: @@ -5416,11 +5416,11 @@ paths: - selected repositories: type: array - items: &82 + items: &83 title: Repository description: A repository on GitHub. type: object - properties: &310 + properties: &311 id: description: Unique identifier of the repository example: 42 @@ -5440,7 +5440,7 @@ paths: title: License Simple description: License Simple type: object - properties: &91 + properties: &92 key: type: string example: mit @@ -5462,7 +5462,7 @@ paths: html_url: type: string format: uri - required: &92 + required: &93 - key - name - url @@ -5856,7 +5856,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &311 + required: &312 - archive_url - assignees_url - blobs_url @@ -6795,7 +6795,7 @@ paths: - node_id - private - default_branch - classroom: &34 + classroom: &35 title: Classroom description: A GitHub Classroom classroom type: object @@ -6907,6 +6907,11 @@ paths: archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': &33 + description: Gone + content: + application/json: + schema: *3 x-github: enabledForGitHubApps: true category: classroom @@ -6992,7 +6997,7 @@ paths: - avatar_url - html_url repository: *32 - assignment: &36 + assignment: &37 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -7081,7 +7086,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &33 + classroom: &34 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -7176,6 +7181,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7283,6 +7289,7 @@ paths: points_available: 15 group_name: monalisa-and-friends '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7315,7 +7322,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -7323,6 +7330,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7346,7 +7354,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#closing-down---get-a-classroom parameters: - - &35 + - &36 name: classroom_id description: The unique identifier of the classroom. in: path @@ -7358,7 +7366,7 @@ paths: description: Response content: application/json: - schema: *34 + schema: *35 examples: default: value: @@ -7374,6 +7382,7 @@ paths: avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7397,7 +7406,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#closing-down---list-assignments-for-a-classroom parameters: - - *35 + - *36 - *19 - *17 responses: @@ -7407,7 +7416,7 @@ paths: application/json: schema: type: array - items: *36 + items: *37 examples: default: value: @@ -7433,6 +7442,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7458,7 +7468,7 @@ paths: application/json: schema: type: array - items: &38 + items: &39 title: Code Of Conduct description: Code Of Conduct type: object @@ -7541,7 +7551,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7568,7 +7578,7 @@ paths: description: Response content: application/json: - schema: *38 + schema: *39 examples: default: value: @@ -7623,7 +7633,7 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7683,9 +7693,9 @@ paths: - ghu_1234567890abcdef1234567890abcdef12345678 - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: - '202': *39 + '202': *40 '422': *7 - '500': &55 + '500': &56 description: Internal Error content: application/json: @@ -9594,7 +9604,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9615,7 +9625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-enterprise parameters: - - &40 + - &41 name: enterprise description: The slug version of the enterprise name. in: path @@ -9627,7 +9637,7 @@ paths: description: Response content: application/json: - schema: &41 + schema: &42 title: Actions cache retention limit for an enterprise description: GitHub Actions cache retention policy for an enterprise. type: object @@ -9639,7 +9649,7 @@ paths: type: integer example: 14 examples: - default: &42 + default: &43 value: max_cache_retention_days: 80 '403': *29 @@ -9663,14 +9673,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -9697,13 +9707,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &43 + schema: &44 title: Actions cache storage limit for an enterprise description: GitHub Actions cache storage policy for an enterprise. type: object @@ -9715,7 +9725,7 @@ paths: type: integer example: 10 examples: - default: &44 + default: &45 value: max_cache_size_gb: 150 '403': *29 @@ -9739,14 +9749,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -9772,7 +9782,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -9780,7 +9790,7 @@ paths: application/json: schema: type: array - items: &45 + items: &46 title: Actions OIDC Custom Property Inclusion description: An OIDC custom property inclusion for repository properties type: object @@ -9827,12 +9837,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: &145 + schema: &146 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -9844,7 +9854,7 @@ paths: required: - custom_property_name examples: - default: &46 + default: &47 value: custom_property_name: environment responses: @@ -9852,9 +9862,9 @@ paths: description: OIDC custom property inclusion created content: application/json: - schema: *45 + schema: *46 examples: - default: *46 + default: *47 '400': description: Invalid input '403': *29 @@ -9879,7 +9889,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *40 + - *41 - name: custom_property_name in: path required: true @@ -9915,7 +9925,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-enterprise parameters: - - *40 + - *41 - name: per_page in: query description: The number of results per page (max 100). For more information, @@ -9924,8 +9934,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 responses: '200': description: Response @@ -9933,7 +9943,7 @@ paths: application/json: schema: type: array - items: &49 + items: &50 type: object description: A code security configuration properties: @@ -10253,7 +10263,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -10331,7 +10341,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &53 + code_scanning_options: &54 type: object description: Security Configuration feature options for code scanning nullable: true @@ -10348,7 +10358,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &52 + code_scanning_default_setup_options: &53 type: object description: Feature options for code scanning default setup nullable: true @@ -10472,9 +10482,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *49 + schema: *50 examples: - default: &50 + default: &51 value: id: 1325 target_type: enterprise @@ -10526,13 +10536,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 type: array description: A list of default code security configurations items: @@ -10546,9 +10556,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *49 + configuration: *50 examples: - default: &200 + default: &201 value: - default_for_new_repos: public configuration: @@ -10631,8 +10641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - - *40 - - &51 + - *41 + - &52 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -10644,10 +10654,10 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *50 - '304': *37 + default: *51 + '304': *38 '403': *29 '404': *6 x-github: @@ -10670,8 +10680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -10750,8 +10760,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *52 - code_scanning_options: *53 + code_scanning_default_setup_options: *53 + code_scanning_options: *54 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -10847,13 +10857,13 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *50 - '304': *37 + default: *51 + '304': *38 '403': *29 '404': *6 - '409': &54 + '409': &55 description: Conflict content: application/json: @@ -10880,15 +10890,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 responses: - '204': &61 + '204': &62 description: A header with no content is returned. '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10912,8 +10922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -10937,10 +10947,10 @@ paths: value: scope: all responses: - '202': *39 + '202': *40 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10964,8 +10974,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -11005,12 +11015,12 @@ paths: - none - private_and_internal - public - configuration: *49 + configuration: *50 examples: default: value: default_for_new_repos: all - configuration: &198 + configuration: &199 value: id: 1325 target_type: organization @@ -11071,8 +11081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - - *40 - - *51 + - *41 + - *52 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -11081,8 +11091,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -11100,7 +11110,7 @@ paths: application/json: schema: type: array - items: &201 + items: &202 type: object description: Repositories associated with a code security configuration and attachment status @@ -11118,11 +11128,11 @@ paths: - failed - updating - removed_by_enterprise - repository: &67 + repository: &68 title: Simple Repository description: A GitHub repository. type: object - properties: &68 + properties: &69 id: type: integer format: int64 @@ -11349,7 +11359,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &69 + required: &70 - archive_url - assignees_url - blobs_url @@ -11401,7 +11411,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &202 + repository: &203 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -11494,8 +11504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day parameters: - - *40 - - &56 + - *41 + - &57 name: day description: The day to request data for, in `YYYY-MM-DD` format. in: query @@ -11509,7 +11519,7 @@ paths: description: Response content: application/json: - schema: &57 + schema: &58 type: object title: Copilot Metrics 1 Day Report description: Links to download the Copilot usage metrics report for @@ -11530,13 +11540,13 @@ paths: - download_links - report_day examples: - default: &58 + default: &59 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_day: '2025-07-01' - '500': *55 + '500': *56 '403': *29 '404': *6 x-github: @@ -11562,13 +11572,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &59 + schema: &60 type: object title: Copilot Metrics 28 Day Report description: Links to download the latest Copilot usage metrics report @@ -11596,14 +11606,14 @@ paths: - report_start_day - report_end_day examples: - default: &60 + default: &61 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_start_day: '2025-07-01' report_end_day: '2025-07-28' - '500': *55 + '500': *56 '403': *29 '404': *6 x-github: @@ -11629,17 +11639,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-user-teams-report-for-a-specific-day parameters: - - *40 - - *56 + - *41 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '500': *55 + default: *59 + '500': *56 '403': *29 '404': *6 x-github: @@ -11665,17 +11675,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day parameters: - - *40 - - *56 + - *41 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '500': *55 + default: *59 + '500': *56 '403': *29 '404': *6 x-github: @@ -11701,16 +11711,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -11738,7 +11748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-the-coding-agent-policy-for-an-enterprise parameters: - - *40 + - *41 requestBody: description: The coding agent policy configuration required: true @@ -11765,7 +11775,7 @@ paths: value: policy_state: enabled_for_all_orgs responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -11792,7 +11802,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#add-organizations-to-the-enterprise-coding-agent-policy parameters: - - *40 + - *41 requestBody: description: The organizations to enable Copilot cloud agent for required: true @@ -11841,7 +11851,7 @@ paths: - engineering - security responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -11867,7 +11877,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#remove-organizations-from-the-enterprise-coding-agent-policy parameters: - - *40 + - *41 requestBody: description: The organizations to disable Copilot cloud agent for required: true @@ -11917,7 +11927,7 @@ paths: - engineering - security responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -11941,8 +11951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *40 - - &212 + - *41 + - &213 name: classification in: query description: |- @@ -11951,7 +11961,7 @@ paths: Can be: `malware`, `general` schema: type: string - - &213 + - &214 name: state in: query description: |- @@ -11960,7 +11970,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &214 + - &215 name: severity in: query description: |- @@ -11969,7 +11979,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &215 + - &216 name: ecosystem in: query description: |- @@ -11978,14 +11988,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &216 + - &217 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &217 + - &218 name: epss_percentage in: query description: |- @@ -11997,7 +12007,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 - - &510 + - &511 name: has in: query description: |- @@ -12011,7 +12021,7 @@ paths: type: string enum: - patch - - &218 + - &219 name: assignee in: query description: |- @@ -12020,7 +12030,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &219 + - &220 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -12030,7 +12040,7 @@ paths: enum: - development - runtime - - &220 + - &221 name: sort in: query description: |- @@ -12045,9 +12055,9 @@ paths: - updated - epss_percentage default: created - - *62 - - *47 + - *63 - *48 + - *49 - *17 responses: '200': @@ -12056,11 +12066,11 @@ paths: application/json: schema: type: array - items: &221 + items: &222 type: object description: A Dependabot alert. properties: - number: &188 + number: &189 type: integer description: The security alert number. readOnly: true @@ -12078,7 +12088,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &63 + package: &64 type: object description: Details for the vulnerable package. readOnly: true @@ -12123,7 +12133,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &511 + security_advisory: &512 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12153,13 +12163,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &66 + items: &67 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *63 + package: *64 severity: type: string description: The severity of the vulnerability. @@ -12211,8 +12221,8 @@ paths: enum: - general - malware - cvss_severities: *64 - epss: *65 + cvss_severities: *65 + epss: *66 cwes: type: array description: Details for the advisory pertaining to Common @@ -12310,30 +12320,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *66 - url: &191 + security_vulnerability: *67 + url: &192 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &192 + html_url: &193 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &189 + created_at: &190 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &190 + updated_at: &191 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &194 + dismissed_at: &195 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -12363,21 +12373,21 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &193 + fixed_at: &194 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &512 + auto_dismissed_at: &513 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: &513 + dismissal_request: &514 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12420,7 +12430,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *67 + repository: *68 required: - number - state @@ -12439,7 +12449,7 @@ paths: - repository additionalProperties: false examples: - default: &222 + default: &223 value: - number: 2 state: dismissed @@ -12777,7 +12787,7 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *37 + '304': *38 '403': *29 '404': *6 '422': *7 @@ -12801,7 +12811,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-enterprise parameters: - - *40 + - *41 - name: page in: query description: The page number of results to fetch. @@ -12824,7 +12834,7 @@ paths: description: Response content: application/json: - schema: &223 + schema: &224 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -12845,12 +12855,12 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *68 - required: *69 + properties: *69 + required: *70 nullable: true additionalProperties: false examples: - default: &224 + default: &225 value: default_level: public accessible_repositories: @@ -12950,7 +12960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -13014,7 +13024,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot-in-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -13058,7 +13068,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#list-enterprise-teams parameters: - - *40 + - *41 - *17 - *19 responses: @@ -13068,7 +13078,7 @@ paths: application/json: schema: type: array - items: &71 + items: &72 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -13147,7 +13157,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -13165,7 +13175,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#create-an-enterprise-team parameters: - - *40 + - *41 requestBody: required: true content: @@ -13232,9 +13242,9 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: &79 + default: &80 value: id: 1 name: Justice League @@ -13262,8 +13272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - - *40 - - &72 + - *41 + - &73 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -13282,7 +13292,7 @@ paths: type: array items: *4 examples: - default: &73 + default: &74 value: - login: octocat id: 1 @@ -13303,7 +13313,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13320,8 +13330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13352,7 +13362,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13369,8 +13379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13401,7 +13411,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13418,9 +13428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - - *40 - - *72 - - &74 + - *41 + - *73 + - &75 name: username description: The handle for the GitHub user account. in: path @@ -13434,7 +13444,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &75 + exampleKey1: &76 value: login: octocat id: 1 @@ -13469,9 +13479,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - - *40 - - *72 - - *74 + - *41 + - *73 + - *75 responses: '201': description: Successfully added team member @@ -13479,7 +13489,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *75 + exampleKey1: *76 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13496,9 +13506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - - *40 - - *72 - - *74 + - *41 + - *73 + - *75 responses: '204': description: Response @@ -13519,8 +13529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 - *17 - *19 responses: @@ -13530,11 +13540,11 @@ paths: application/json: schema: type: array - items: &76 + items: &77 title: Organization Simple description: A GitHub organization. type: object - properties: &208 + properties: &209 login: type: string example: github @@ -13575,7 +13585,7 @@ paths: type: string example: A great organization nullable: true - required: &209 + required: &210 - login - url - id @@ -13589,7 +13599,7 @@ paths: - avatar_url - description examples: - default: &77 + default: &78 value: login: github id: 1 @@ -13619,8 +13629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13648,9 +13658,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &119 + default: &120 value: - login: github id: 1 @@ -13680,8 +13690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13721,9 +13731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - - *40 - - *72 - - &78 + - *41 + - *73 + - &79 name: org description: The organization name. The name is not case sensitive. in: path @@ -13735,9 +13745,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 '404': description: The team is not assigned to the organization x-github: @@ -13755,17 +13765,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - - *40 - - *72 - - *78 + - *41 + - *73 + - *79 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13781,9 +13791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - - *40 - - *72 - - *78 + - *41 + - *73 + - *79 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -13806,8 +13816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - - *40 - - &80 + - *41 + - &81 name: team_slug description: The slug of the team name. in: path @@ -13819,11 +13829,11 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: *79 + default: *80 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -13840,8 +13850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - - *40 - - *80 + - *41 + - *81 requestBody: required: true content: @@ -13906,11 +13916,11 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: *79 + default: *80 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -13930,8 +13940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - - *40 - - *80 + - *41 + - *81 responses: '204': description: Response @@ -13969,7 +13979,7 @@ paths: application/json: schema: type: array - items: &114 + items: &115 title: Event description: Event type: object @@ -13979,7 +13989,7 @@ paths: type: type: string nullable: true - actor: &81 + actor: &82 title: Actor description: Actor type: object @@ -14019,7 +14029,7 @@ paths: - id - name - url - org: *81 + org: *82 payload: oneOf: - title: CreateEvent @@ -14065,7 +14075,7 @@ paths: properties: action: type: string - discussion: &810 + discussion: &811 title: Discussion description: A Discussion in a repository. type: object @@ -14352,7 +14362,7 @@ paths: - id labels: type: array - items: &87 + items: &88 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -14427,7 +14437,7 @@ paths: properties: action: type: string - issue: &88 + issue: &89 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -14538,7 +14548,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &294 + properties: &295 url: type: string format: uri @@ -14608,7 +14618,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &295 + required: &296 - closed_issues - creator - description @@ -14687,7 +14697,7 @@ paths: timeline_url: type: string format: uri - type: &257 + type: &258 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -14739,7 +14749,7 @@ paths: - node_id - name - description - repository: *82 + repository: *83 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -14750,9 +14760,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - author_association: &85 + properties: *84 + required: *85 + author_association: &86 title: author_association type: string example: OWNER @@ -14767,7 +14777,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &86 + reactions: &87 title: Reaction Rollup type: object properties: @@ -14803,7 +14813,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &725 + sub_issues_summary: &726 title: Sub-issues Summary type: object properties: @@ -14828,7 +14838,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &89 + properties: &90 id: description: Unique identifier of the issue comment example: 42 @@ -14871,7 +14881,7 @@ paths: issue_url: type: string format: uri - author_association: *85 + author_association: *86 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -14882,9 +14892,9 @@ paths: class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - reactions: *86 + properties: *84 + required: *85 + reactions: *87 pin: title: Pinned Issue Comment description: Context around who pinned an issue @@ -14920,7 +14930,7 @@ paths: required: &594 - reason nullable: true - required: &90 + required: &91 - id - node_id - html_url @@ -14930,7 +14940,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &726 + issue_dependencies_summary: &727 title: Issue Dependencies Summary type: object properties: @@ -15065,10 +15075,10 @@ paths: assignees: type: array items: *4 - label: *87 + label: *88 labels: type: array - items: *87 + items: *88 required: - action - issue @@ -15077,14 +15087,14 @@ paths: properties: action: type: string - issue: *88 + issue: *89 comment: &561 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 required: - action - issue @@ -15257,8 +15267,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true allow_forking: type: boolean @@ -15347,7 +15357,7 @@ paths: type: string number: type: integer - pull_request: &93 + pull_request: &94 title: Pull Request Minimal type: object properties: @@ -15418,10 +15428,10 @@ paths: assignees: type: array items: *4 - label: *87 + label: *88 labels: type: array - items: *87 + items: *88 required: - action - number @@ -15431,7 +15441,7 @@ paths: properties: action: type: string - pull_request: *93 + pull_request: *94 comment: type: object properties: @@ -15682,7 +15692,7 @@ paths: - pull_request updated_at: type: string - pull_request: *93 + pull_request: *94 required: - action - review @@ -15731,7 +15741,7 @@ paths: updated_at: type: string format: date-time - reactions: *86 + reactions: *87 required: - action - comment @@ -15742,7 +15752,7 @@ paths: type: string release: allOf: - - &638 + - &639 title: Release description: A release. type: object @@ -15813,7 +15823,7 @@ paths: author: *4 assets: type: array - items: &639 + items: &640 title: Release Asset description: Data related to a release. type: object @@ -15888,7 +15898,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *86 + reactions: *87 required: - assets_url - upload_url @@ -15978,9 +15988,9 @@ paths: before: 883efe034920928c47fe18598c01249d1a9fdabd public: true created_at: '2022-06-07T07:50:26Z' - '304': *37 + '304': *38 '403': *29 - '503': &122 + '503': &123 description: Service unavailable content: application/json: @@ -16073,7 +16083,7 @@ paths: _links: type: object properties: - timeline: &94 + timeline: &95 title: Link With Type description: Hypermedia Link with Type type: object @@ -16085,17 +16095,17 @@ paths: required: - href - type - user: *94 - security_advisories: *94 - current_user: *94 - current_user_public: *94 - current_user_actor: *94 - current_user_organization: *94 + user: *95 + security_advisories: *95 + current_user: *95 + current_user_public: *95 + current_user_actor: *95 + current_user_organization: *95 current_user_organizations: type: array - items: *94 - repository_discussions: *94 - repository_discussions_category: *94 + items: *95 + repository_discussions: *95 + repository_discussions_category: *95 required: - timeline - user @@ -16157,7 +16167,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *95 + - *96 - *17 - *19 responses: @@ -16167,7 +16177,7 @@ paths: application/json: schema: type: array - items: &96 + items: &97 title: Base Gist description: Base Gist type: object @@ -16252,7 +16262,7 @@ paths: - created_at - updated_at examples: - default: &97 + default: &98 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -16297,8 +16307,8 @@ paths: site_admin: false truncated: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -16373,7 +16383,7 @@ paths: description: Response content: application/json: - schema: &98 + schema: &99 title: Gist Simple description: Gist Simple type: object @@ -16541,7 +16551,7 @@ paths: truncated: type: boolean examples: - default: &99 + default: &100 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -16623,7 +16633,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -16645,7 +16655,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *95 + - *96 - *17 - *19 responses: @@ -16655,13 +16665,13 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -16679,7 +16689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *95 + - *96 - *17 - *19 responses: @@ -16689,13 +16699,13 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -16718,7 +16728,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &100 + - &101 name: gist_id description: The unique identifier of the gist. in: path @@ -16730,10 +16740,10 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *99 - '403': &103 + default: *100 + '403': &104 description: Forbidden Gist content: application/json: @@ -16755,7 +16765,7 @@ paths: documentation_url: type: string '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16780,7 +16790,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *100 + - *101 requestBody: required: true content: @@ -16840,9 +16850,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - updateGist: *99 + updateGist: *100 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -17000,12 +17010,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *100 + - *101 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17028,7 +17038,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17038,7 +17048,7 @@ paths: application/json: schema: type: array - items: &101 + items: &102 title: Gist Comment description: A comment made to a gist. type: object @@ -17073,7 +17083,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *85 + author_association: *86 required: - url - id @@ -17113,8 +17123,8 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 x-github: @@ -17137,7 +17147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *100 + - *101 requestBody: required: true content: @@ -17162,9 +17172,9 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: &102 + default: &103 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -17197,7 +17207,7 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17221,8 +17231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *100 - - &104 + - *101 + - &105 name: comment_id description: The unique identifier of the comment. in: path @@ -17235,12 +17245,12 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: *102 - '304': *37 + default: *103 + '304': *38 '404': *6 - '403': *103 + '403': *104 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17261,8 +17271,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *100 - - *104 + - *101 + - *105 requestBody: required: true content: @@ -17287,9 +17297,9 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: *102 + default: *103 '404': *6 x-github: githubCloudOnly: false @@ -17306,12 +17316,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *100 - - *104 + - *101 + - *105 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17330,7 +17340,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17413,7 +17423,7 @@ paths: schema: type: string '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17431,7 +17441,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17441,7 +17451,7 @@ paths: application/json: schema: type: array - items: *98 + items: *99 examples: default: value: @@ -17487,9 +17497,9 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17506,13 +17516,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *100 + - *101 responses: '201': description: Response content: application/json: - schema: *96 + schema: *97 examples: default: value: @@ -17564,7 +17574,7 @@ paths: type: string '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17582,7 +17592,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *100 + - *101 responses: '204': description: Response if gist is starred @@ -17594,7 +17604,7 @@ paths: type: object properties: {} additionalProperties: false - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17612,12 +17622,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *100 + - *101 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17634,11 +17644,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *100 + - *101 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17662,7 +17672,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *100 + - *101 - name: sha in: path required: true @@ -17673,9 +17683,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *99 + default: *100 '422': *15 '404': *6 '403': *29 @@ -17715,7 +17725,7 @@ paths: - Bancha - C - C++ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17800,7 +17810,7 @@ paths: *.exe *.out *.app - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17836,7 +17846,7 @@ paths: type: array items: allOf: - - *82 + - *83 - type: object properties: custom_properties: @@ -17971,9 +17981,9 @@ paths: environment: production service: web headers: - Link: *70 + Link: *71 '403': *29 - '304': *37 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -18055,7 +18065,7 @@ paths: - closed - all default: open - - &260 + - &261 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -18073,8 +18083,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - name: collab in: query required: false @@ -18104,9 +18114,9 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: &261 + default: &262 value: - id: 1 node_id: MDU6SXNzdWUx @@ -18351,9 +18361,9 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -18390,8 +18400,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 examples: default: value: @@ -18430,7 +18440,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18615,7 +18625,7 @@ paths: featured: true '403': *29 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18676,7 +18686,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &105 + X-CommonMarker-Version: &106 example: 0.17.4 schema: type: string @@ -18688,7 +18698,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18731,7 +18741,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *105 + X-CommonMarker-Version: *106 content: text/html: schema: @@ -18740,7 +18750,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18760,7 +18770,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &108 + - &109 name: account_id description: account_id parameter in: path @@ -18772,7 +18782,7 @@ paths: description: Response content: application/json: - schema: &107 + schema: &108 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -18802,7 +18812,7 @@ paths: nullable: true id: type: integer - plan: &106 + plan: &107 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -18891,7 +18901,7 @@ paths: nullable: true updated_at: type: string - plan: *106 + plan: *107 required: - url - id @@ -18899,7 +18909,7 @@ paths: - login - marketplace_purchase examples: - default: &109 + default: &110 value: url: https://api.github.com/orgs/github type: Organization @@ -18984,9 +18994,9 @@ paths: application/json: schema: type: array - items: *106 + items: *107 examples: - default: &110 + default: &111 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -19004,7 +19014,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 + Link: *71 '404': *6 '401': *25 x-github: @@ -19026,14 +19036,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &111 + - &112 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &112 + - &113 name: sort description: The property to sort the results by. in: query @@ -19063,9 +19073,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: &113 + default: &114 value: - url: https://api.github.com/orgs/github type: Organization @@ -19116,7 +19126,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 + Link: *71 '404': *6 '422': *15 '401': *25 @@ -19139,15 +19149,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *108 + - *109 responses: '200': description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *109 + default: *110 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -19179,11 +19189,11 @@ paths: application/json: schema: type: array - items: *106 + items: *107 examples: - default: *110 + default: *111 headers: - Link: *70 + Link: *71 '401': *25 x-github: githubCloudOnly: false @@ -19204,8 +19214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *111 - *112 + - *113 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -19225,11 +19235,11 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *113 + default: *114 headers: - Link: *70 + Link: *71 '401': *25 x-github: githubCloudOnly: false @@ -19472,7 +19482,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19491,14 +19501,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &356 + - &357 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &357 + - &358 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -19515,7 +19525,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -19559,8 +19569,8 @@ paths: created_at: '2022-06-08T23:29:25Z' '404': *6 '403': *29 - '304': *37 - '301': &360 + '304': *38 + '301': &361 description: Moved permanently content: application/json: @@ -19599,7 +19609,7 @@ paths: schema: type: boolean default: false - - *95 + - *96 - &616 name: before description: 'Only show notifications updated before the given time. This @@ -19625,18 +19635,18 @@ paths: application/json: schema: type: array - items: &115 + items: &116 title: Thread description: Thread type: object properties: id: type: string - repository: &163 + repository: &164 title: Minimal Repository description: Minimal Repository type: object - properties: &226 + properties: &227 id: type: integer format: int64 @@ -19890,7 +19900,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *38 + code_of_conduct: *39 license: type: object properties: @@ -19920,7 +19930,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &312 + security_and_analysis: &313 nullable: true type: object properties: @@ -20040,7 +20050,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &227 + required: &228 - archive_url - assignees_url - blobs_url @@ -20210,8 +20220,8 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -20275,7 +20285,7 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20294,7 +20304,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &116 + - &117 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -20308,7 +20318,7 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: default: value: @@ -20391,7 +20401,7 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20410,11 +20420,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *116 + - *117 responses: '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -20432,7 +20442,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *116 + - *117 responses: '204': description: No content @@ -20455,13 +20465,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *116 + - *117 responses: '200': description: Response content: application/json: - schema: &117 + schema: &118 title: Thread Subscription description: Thread Subscription type: object @@ -20498,7 +20508,7 @@ paths: - url - subscribed examples: - default: &118 + default: &119 value: subscribed: true ignored: false @@ -20506,7 +20516,7 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20529,7 +20539,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *116 + - *117 requestBody: required: false content: @@ -20550,10 +20560,10 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *118 - '304': *37 + default: *119 + '304': *38 '403': *29 '401': *25 x-github: @@ -20575,11 +20585,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *116 + - *117 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20670,15 +20680,15 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20699,13 +20709,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &120 + schema: &121 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -20716,7 +20726,7 @@ paths: type: integer example: 14 examples: - default: *42 + default: *43 '403': *29 '404': *6 x-github: @@ -20738,14 +20748,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *120 + schema: *121 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -20772,13 +20782,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &121 + schema: &122 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -20789,7 +20799,7 @@ paths: type: integer example: 10 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -20811,14 +20821,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *121 + schema: *122 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -20844,8 +20854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-ai-credit-usage-report-for-an-organization parameters: - - *78 - - &124 + - *79 + - &125 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -20854,7 +20864,7 @@ paths: required: false schema: type: integer - - &125 + - &126 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -20863,7 +20873,7 @@ paths: required: false schema: type: integer - - &126 + - &127 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -20872,21 +20882,21 @@ paths: required: false schema: type: integer - - &127 + - &128 name: user description: The user name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &128 + - &129 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &129 + - &130 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -21002,8 +21012,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21022,7 +21032,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *78 + - *79 - name: page description: The page number of the results to fetch. in: query @@ -21255,7 +21265,7 @@ paths: total_count: 2 '404': *6 '403': *29 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21273,7 +21283,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#create-a-budget-for-an-organization parameters: - - *78 + - *79 requestBody: required: false content: @@ -21502,8 +21512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *78 - - &123 + - *79 + - &124 name: budget_id description: The ID corresponding to the budget. in: path @@ -21607,8 +21617,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21625,8 +21635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *78 - - *123 + - *79 + - *124 requestBody: required: true content: @@ -21855,8 +21865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *78 - - *123 + - *79 + - *124 responses: '200': description: Response when deleting a budget @@ -21882,8 +21892,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21903,13 +21913,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *78 - - *124 + - *79 - *125 - *126 - *127 - *128 - *129 + - *130 responses: '200': description: Response when getting a billing premium request usage report @@ -22019,8 +22029,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22040,9 +22050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *78 - - *124 - - &786 + - *79 + - *125 + - &787 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 @@ -22051,7 +22061,7 @@ paths: required: false schema: type: integer - - *126 + - *127 responses: '200': description: Billing usage report response for an organization @@ -22126,8 +22136,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22150,19 +22160,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *78 - - *124 + - *79 - *125 - *126 - - &787 + - *127 + - &788 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *129 - - &788 + - *130 + - &789 name: sku description: The SKU to query for usage. in: query @@ -22272,8 +22282,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22299,13 +22309,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &130 + schema: &131 title: Organization Full description: Organization Full type: object @@ -22619,7 +22629,7 @@ paths: - updated_at - archived_at examples: - default-response: &131 + default-response: &132 value: login: github id: 1 @@ -22718,7 +22728,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *78 + - *79 requestBody: required: false content: @@ -22930,18 +22940,18 @@ paths: description: Response content: application/json: - schema: *130 + schema: *131 examples: - default: *131 + default: *132 '422': description: Validation failed content: application/json: schema: oneOf: - - *132 - *133 - '409': *54 + - *134 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22964,9 +22974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *78 + - *79 responses: - '202': *39 + '202': *40 '404': *6 '403': *29 '451': *15 @@ -22990,7 +23000,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23016,7 +23026,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23037,7 +23047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -23055,7 +23065,7 @@ paths: type: integer repository_cache_usages: type: array - items: &367 + items: &368 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23090,7 +23100,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23110,7 +23120,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -23128,7 +23138,7 @@ paths: type: integer runners: type: array - items: &134 + items: &135 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -23182,7 +23192,7 @@ paths: - display_name - source nullable: true - machine_size_details: &142 + machine_size_details: &143 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -23278,7 +23288,7 @@ paths: - public_ip_enabled - platform examples: - default: &162 + default: &163 value: total_count: 2 runners: @@ -23320,7 +23330,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23338,7 +23348,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -23415,9 +23425,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: &143 + default: &144 value: id: 5 name: My hosted ubuntu runner @@ -23458,7 +23468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23474,7 +23484,7 @@ paths: type: integer images: type: array - items: &135 + items: &136 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -23525,7 +23535,7 @@ paths: - latest_version - state examples: - default: &137 + default: &138 value: total_count: 2 image_versions: @@ -23556,8 +23566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *78 - - &136 + - *79 + - &137 name: image_definition_id description: Image definition ID of custom image in: path @@ -23569,7 +23579,7 @@ paths: description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -23599,8 +23609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *78 - - *136 + - *79 + - *137 responses: '204': description: Response @@ -23623,8 +23633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *136 - - *78 + - *137 + - *79 responses: '200': description: Response @@ -23640,7 +23650,7 @@ paths: type: integer image_versions: type: array - items: &138 + items: &139 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -23673,7 +23683,7 @@ paths: - created_on - state_details examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23693,9 +23703,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *78 - - *136 - - &139 + - *79 + - *137 + - &140 name: version description: Version of a custom image in: path @@ -23708,7 +23718,7 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: value: @@ -23734,9 +23744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *78 - - *136 - - *139 + - *79 + - *137 + - *140 responses: '204': description: Response @@ -23757,7 +23767,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23773,7 +23783,7 @@ paths: type: integer images: type: array - items: &140 + items: &141 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -23809,7 +23819,7 @@ paths: - display_name - source examples: - default: &141 + default: &142 value: id: ubuntu-20.04 platform: linux-x64 @@ -23833,7 +23843,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23849,9 +23859,9 @@ paths: type: integer images: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23868,7 +23878,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23921,7 +23931,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23937,7 +23947,7 @@ paths: type: integer machine_specs: type: array - items: *142 + items: *143 examples: default: value: @@ -23962,7 +23972,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24006,8 +24016,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *78 - - &144 + - *79 + - &145 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -24019,11 +24029,11 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24041,8 +24051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *78 - - *144 + - *79 + - *145 requestBody: required: true content: @@ -24108,9 +24118,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -24126,16 +24136,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *78 - - *144 + - *79 + - *145 responses: '202': description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24155,7 +24165,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -24163,7 +24173,7 @@ paths: application/json: schema: type: array - items: *45 + items: *46 examples: default: value: @@ -24188,22 +24198,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *145 + schema: *146 examples: - default: *46 + default: *47 responses: '201': description: OIDC custom property inclusion created content: application/json: - schema: *45 + schema: *46 examples: - default: *46 + default: *47 '400': description: Invalid input '403': *29 @@ -24227,7 +24237,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *78 + - *79 - name: custom_property_name in: path required: true @@ -24260,7 +24270,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *78 + - *79 responses: '200': description: A JSON serialized template for OIDC subject claim customization @@ -24286,7 +24296,7 @@ paths: required: - include_claim_keys examples: - default: &146 + default: &147 value: include_claim_keys: - repo @@ -24308,7 +24318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -24331,13 +24341,13 @@ paths: format. type: boolean examples: - default: *146 + default: *147 responses: '201': description: Empty response content: application/json: - schema: &172 + schema: &173 title: Empty Object description: An object without any properties. type: object @@ -24367,7 +24377,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24376,7 +24386,7 @@ paths: schema: type: object properties: - enabled_repositories: &147 + enabled_repositories: &148 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -24389,7 +24399,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &148 + allowed_actions: &149 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -24397,12 +24407,12 @@ paths: - all - local_only - selected - selected_actions_url: &372 + selected_actions_url: &373 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` is set to `selected`. - sha_pinning_required: &149 + sha_pinning_required: &150 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -24433,7 +24443,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -24444,9 +24454,9 @@ paths: schema: type: object properties: - enabled_repositories: *147 - allowed_actions: *148 - sha_pinning_required: *149 + enabled_repositories: *148 + allowed_actions: *149 + sha_pinning_required: *150 required: - enabled_repositories examples: @@ -24474,13 +24484,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &376 + schema: &377 type: object properties: days: @@ -24517,12 +24527,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &377 + schema: &378 type: object properties: days: @@ -24539,7 +24549,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -24559,13 +24569,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &150 + schema: &151 type: object properties: approval_policy: @@ -24579,7 +24589,7 @@ paths: required: - approval_policy examples: - default: &378 + default: &379 value: approval_policy: first_time_contributors '404': *6 @@ -24600,7 +24610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -24610,7 +24620,7 @@ paths: required: true content: application/json: - schema: *150 + schema: *151 examples: default: summary: Set approval policy to first time contributors @@ -24632,13 +24642,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &379 + schema: &380 type: object required: - run_workflows_from_fork_pull_requests @@ -24664,7 +24674,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &151 + default: &152 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -24687,12 +24697,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &380 + schema: &381 type: object required: - run_workflows_from_fork_pull_requests @@ -24715,7 +24725,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *151 + default: *152 responses: '204': description: Empty response for successful settings update @@ -24745,7 +24755,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -24763,9 +24773,9 @@ paths: type: number repositories: type: array - items: *82 + items: *83 examples: - default: &155 + default: &156 value: total_count: 1 repositories: @@ -24905,7 +24915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -24949,8 +24959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *78 - - &152 + - *79 + - &153 name: repository_id description: The unique identifier of the repository. in: path @@ -24978,8 +24988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -25002,13 +25012,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &153 + schema: &154 type: object properties: github_owned_allowed: @@ -25030,7 +25040,7 @@ paths: items: type: string examples: - default: &154 + default: &155 value: github_owned_allowed: true verified_allowed: false @@ -25055,7 +25065,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -25063,9 +25073,9 @@ paths: required: false content: application/json: - schema: *153 + schema: *154 examples: - selected_actions: *154 + selected_actions: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -25085,7 +25095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -25133,7 +25143,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -25160,7 +25170,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25180,7 +25190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -25195,9 +25205,9 @@ paths: type: integer repositories: type: array - items: *82 + items: *83 examples: - default: *155 + default: *156 '403': *29 '404': *6 x-github: @@ -25217,7 +25227,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -25265,14 +25275,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25292,14 +25302,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25321,23 +25331,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &381 + schema: &382 type: object properties: - default_workflow_permissions: &156 + default_workflow_permissions: &157 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &157 + can_approve_pull_request_reviews: &158 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -25345,7 +25355,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &158 + default: &159 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -25370,7 +25380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Success response @@ -25378,13 +25388,13 @@ paths: required: false content: application/json: - schema: &382 + schema: &383 type: object properties: - default_workflow_permissions: *156 - can_approve_pull_request_reviews: *157 + default_workflow_permissions: *157 + can_approve_pull_request_reviews: *158 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25404,7 +25414,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *78 + - *79 - *17 - *19 - name: visible_to_repository @@ -25429,7 +25439,7 @@ paths: type: number runner_groups: type: array - items: &159 + items: &160 type: object properties: id: @@ -25545,7 +25555,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -25617,9 +25627,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: &161 + default: &162 value: id: 2 name: octo-runner-group @@ -25654,8 +25664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *78 - - &160 + - *79 + - &161 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -25667,7 +25677,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -25703,8 +25713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -25758,9 +25768,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *161 + default: *162 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -25779,8 +25789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *78 - - *160 + - *79 + - *161 responses: '204': description: Response @@ -25803,8 +25813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *17 - *19 responses: @@ -25822,11 +25832,11 @@ paths: type: number runners: type: array - items: *134 + items: *135 examples: - default: *162 + default: *163 headers: - Link: *70 + Link: *71 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -25846,8 +25856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *19 - *17 responses: @@ -25865,9 +25875,9 @@ paths: type: number repositories: type: array - items: *163 + items: *164 examples: - default: &211 + default: &212 value: total_count: 1 repositories: @@ -26119,8 +26129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -26164,9 +26174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 - - *152 + - *79 + - *161 + - *153 responses: '204': description: Response @@ -26188,9 +26198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 - - *152 + - *79 + - *161 + - *153 responses: '204': description: Response @@ -26213,8 +26223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *17 - *19 responses: @@ -26232,7 +26242,7 @@ paths: type: number runners: type: array - items: &165 + items: &166 title: Self hosted runners description: A self hosted runner type: object @@ -26261,7 +26271,7 @@ paths: type: boolean labels: type: array - items: &168 + items: &169 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -26298,7 +26308,7 @@ paths: - busy - labels examples: - default: &166 + default: &167 value: total_count: 2 runners: @@ -26340,7 +26350,7 @@ paths: name: no-gpu type: custom headers: - Link: *70 + Link: *71 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26359,8 +26369,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -26404,9 +26414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *78 - - *160 - - &164 + - *79 + - *161 + - &165 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -26434,9 +26444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *78 - - *160 - - *164 + - *79 + - *161 + - *165 responses: '204': description: Response @@ -26466,7 +26476,7 @@ paths: in: query schema: type: string - - *78 + - *79 - *17 - *19 responses: @@ -26484,11 +26494,11 @@ paths: type: integer runners: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26510,7 +26520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -26518,7 +26528,7 @@ paths: application/json: schema: type: array - items: &383 + items: &384 title: Runner Application description: Runner Application type: object @@ -26543,7 +26553,7 @@ paths: - download_url - filename examples: - default: &384 + default: &385 value: - os: osx architecture: x64 @@ -26586,7 +26596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -26629,7 +26639,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &385 + '201': &386 description: Response content: application/json: @@ -26639,7 +26649,7 @@ paths: - runner - encoded_jit_config properties: - runner: *165 + runner: *166 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -26668,7 +26678,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26696,13 +26706,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *78 + - *79 responses: '201': description: Response content: application/json: - schema: &167 + schema: &168 title: Authentication Token description: Authentication Token type: object @@ -26724,7 +26734,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *82 + items: *83 single_file: type: string example: config.yaml @@ -26740,7 +26750,7 @@ paths: - token - expires_at examples: - default: &386 + default: &387 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -26771,15 +26781,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *78 + - *79 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: &387 + default: &388 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -26804,16 +26814,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: &388 + default: &389 value: id: 23 name: MBP @@ -26855,8 +26865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: '204': description: Response @@ -26882,10 +26892,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: - '200': &169 + '200': &170 description: Response content: application/json: @@ -26899,7 +26909,7 @@ paths: type: integer labels: type: array - items: *168 + items: *169 examples: default: value: @@ -26938,8 +26948,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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 requestBody: required: true content: @@ -26963,7 +26973,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -26987,8 +26997,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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 requestBody: required: true content: @@ -27013,7 +27023,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -27037,10 +27047,10 @@ 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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: - '200': &389 + '200': &390 description: Response content: application/json: @@ -27054,7 +27064,7 @@ paths: type: integer labels: type: array - items: *168 + items: *169 examples: default: value: @@ -27095,9 +27105,9 @@ 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-an-organization parameters: - - *78 - - *164 - - &390 + - *79 + - *165 + - &391 name: name description: The name of a self-hosted runner's custom label. in: path @@ -27105,7 +27115,7 @@ paths: schema: type: string responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -27130,7 +27140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -27148,7 +27158,7 @@ paths: type: integer secrets: type: array - items: &170 + items: &171 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -27180,7 +27190,7 @@ paths: - updated_at - visibility examples: - default: &176 + default: &177 value: total_count: 3 secrets: @@ -27198,7 +27208,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27221,13 +27231,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &177 + schema: &178 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27256,7 +27266,7 @@ paths: - key_id - key examples: - default: &178 + default: &179 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27281,8 +27291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *78 - - &171 + - *79 + - &172 name: secret_name description: The name of the secret. in: path @@ -27294,9 +27304,9 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: &179 + default: &180 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -27324,8 +27334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -27382,7 +27392,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -27408,8 +27418,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -27435,8 +27445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -27454,9 +27464,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: &175 + default: &176 value: total_count: 1 repositories: @@ -27548,8 +27558,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -27601,8 +27611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -27635,8 +27645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -27668,8 +27678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *78 - - &180 + - *79 + - &181 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -27693,7 +27703,7 @@ paths: type: integer variables: type: array - items: &173 + items: &174 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -27736,7 +27746,7 @@ paths: - updated_at - visibility examples: - default: &181 + default: &182 value: total_count: 3 variables: @@ -27757,7 +27767,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27778,7 +27788,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *78 + - *79 requestBody: required: true content: @@ -27826,7 +27836,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -27851,8 +27861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *78 - - &174 + - *79 + - &175 name: name description: The name of the variable. in: path @@ -27864,9 +27874,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: &182 + default: &183 value: name: USERNAME value: octocat @@ -27894,8 +27904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -27957,8 +27967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '204': description: Response @@ -27984,8 +27994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - *19 - *17 responses: @@ -28003,9 +28013,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '409': description: Response when the visibility of the variable is not set to `selected` @@ -28031,8 +28041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -28081,8 +28091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -28116,8 +28126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -28151,7 +28161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -28169,11 +28179,11 @@ paths: type: integer secrets: type: array - items: *170 + items: *171 examples: - default: *176 + default: *177 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28196,15 +28206,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28226,16 +28236,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *179 + default: *180 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28257,8 +28267,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -28315,7 +28325,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -28341,8 +28351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -28368,8 +28378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -28387,9 +28397,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28412,8 +28422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -28465,8 +28475,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -28499,8 +28509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -28533,8 +28543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-organization-variables parameters: - - *78 - - *180 + - *79 + - *181 - *19 responses: '200': @@ -28551,11 +28561,11 @@ paths: type: integer variables: type: array - items: *173 + items: *174 examples: - default: *181 + default: *182 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28576,7 +28586,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-an-organization-variable parameters: - - *78 + - *79 requestBody: required: true content: @@ -28624,7 +28634,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -28649,16 +28659,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '200': description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *182 + default: *183 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28679,8 +28689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -28742,8 +28752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '204': description: Response @@ -28769,8 +28779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - *19 - *17 responses: @@ -28788,9 +28798,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '409': description: Response when the visibility of the variable is not set to `selected` @@ -28816,8 +28826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#set-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -28866,8 +28876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#add-selected-repository-to-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -28901,8 +28911,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#remove-selected-repository-from-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -28943,7 +28953,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *78 + - *79 requestBody: required: true content: @@ -29066,7 +29076,7 @@ paths: type: integer deployment_records: type: array - items: &183 + items: &184 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -29112,7 +29122,7 @@ paths: required: - total_count examples: - default: &184 + default: &185 value: total_count: 1 deployment_records: @@ -29153,7 +29163,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *78 + - *79 - name: cluster in: path description: The cluster name. @@ -29292,11 +29302,11 @@ paths: type: integer deployment_records: type: array - items: *183 + items: *184 required: - total_count examples: - default: *184 + default: *185 '403': description: Forbidden content: @@ -29343,7 +29353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *78 + - *79 requestBody: required: true content: @@ -29510,7 +29520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *78 + - *79 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -29535,9 +29545,9 @@ paths: type: integer deployment_records: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29557,7 +29567,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *78 + - *79 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -29640,9 +29650,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 requestBody: required: true content: @@ -29666,12 +29676,12 @@ paths: required: - subject_digests examples: - default: &767 + default: &768 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &768 + withPredicateType: &769 value: subject_digests: - sha256:abc123 @@ -29715,7 +29725,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &769 + default: &770 value: attestations_subject_digests: - sha256:abc: @@ -29824,7 +29834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *78 + - *79 requestBody: required: true content: @@ -29889,7 +29899,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *78 + - *79 - name: subject_digest description: Subject Digest in: path @@ -29922,9 +29932,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestation-repositories parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -29972,7 +29982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *78 + - *79 - name: attestation_id description: Attestation ID in: path @@ -30008,9 +30018,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestations parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -30048,7 +30058,7 @@ paths: initiator: type: string examples: - default: &416 + default: &417 value: attestations: - bundle: @@ -30155,7 +30165,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -30167,7 +30177,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30186,8 +30196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: If the user is blocked @@ -30212,8 +30222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -30233,8 +30243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -30259,15 +30269,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *78 + - *79 - *19 - *17 - - *62 + - *63 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &185 + schema: &186 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -30293,7 +30303,7 @@ paths: application/json: schema: type: array - items: &186 + items: &187 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -30324,7 +30334,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &210 + items: &211 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -30410,7 +30420,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &272 + properties: &273 id: description: Unique identifier of the team type: integer @@ -30482,7 +30492,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &273 + required: &274 - id - node_id - url @@ -30525,7 +30535,7 @@ paths: type: string format: date-time nullable: true - state: *185 + state: *186 contact_link: description: The contact link of the campaign. type: string @@ -30620,9 +30630,9 @@ paths: closed_at: state: open headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30646,7 +30656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -30745,9 +30755,9 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: &187 + default: &188 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -30796,7 +30806,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30818,7 +30828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -30830,16 +30840,16 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30860,7 +30870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -30909,7 +30919,7 @@ paths: type: string format: uri nullable: true - state: *185 + state: *186 examples: default: value: @@ -30919,9 +30929,9 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 '400': description: Bad Request content: @@ -30933,7 +30943,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30954,7 +30964,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -30965,7 +30975,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30987,18 +30997,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *78 - - &443 + - *79 + - &444 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`, but not both. in: query required: false - schema: &195 + schema: &196 type: string description: The name of the tool used to generate the code scanning analysis. - - &444 + - &445 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 @@ -31006,22 +31016,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &196 + schema: &197 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *47 - *48 + - *49 - *19 - *17 - - *62 + - *63 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &446 + schema: &447 type: string description: State of a code scanning alert. enum: @@ -31044,7 +31054,7 @@ paths: be returned. in: query required: false - schema: &447 + schema: &448 type: string description: Severity of a code scanning alert. enum: @@ -31073,18 +31083,18 @@ paths: items: type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: &448 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: &449 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &197 + state: &198 type: string description: State of a code scanning alert. nullable: true @@ -31092,7 +31102,7 @@ paths: - open - dismissed - fixed - fixed_at: *193 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -31100,8 +31110,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: &449 + dismissed_at: *195 + dismissed_reason: &450 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -31110,13 +31120,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &450 + dismissed_comment: &451 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &451 + rule: &452 type: object properties: id: @@ -31169,42 +31179,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &452 + tool: &453 type: object properties: - name: *195 + name: *196 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *196 - most_recent_instance: &453 + guid: *197 + most_recent_instance: &454 type: object properties: - ref: &445 + ref: &446 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &463 + analysis_key: &464 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: &464 + environment: &465 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: &465 + category: &466 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *197 + state: *198 commit_sha: type: string message: @@ -31218,7 +31228,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: &466 + location: &467 type: object description: Describe a region within a file for the alert. properties: @@ -31239,7 +31249,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: &467 + items: &468 type: string description: A classification of the file. For example to identify it as generated. @@ -31249,7 +31259,7 @@ paths: - generated - test - library - repository: *67 + repository: *68 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -31504,9 +31514,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31528,7 +31538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *78 + - *79 - name: target_type in: query description: The target type of the code security configuration @@ -31547,8 +31557,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 responses: '200': description: Response @@ -31556,7 +31566,7 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: value: @@ -31634,7 +31644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *78 + - *79 requestBody: required: true content: @@ -31721,7 +31731,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *53 + code_scanning_options: *54 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -31730,7 +31740,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *52 + code_scanning_default_setup_options: *53 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -31875,9 +31885,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *49 + schema: *50 examples: - default: *198 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31899,16 +31909,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 - '304': *37 + default: *201 + '304': *38 '403': *29 '404': *6 x-github: @@ -31933,7 +31943,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *78 + - *79 requestBody: required: true content: @@ -31961,11 +31971,11 @@ paths: - 32 - 91 responses: - '204': *61 + '204': *62 '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31987,17 +31997,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 responses: '200': description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *198 - '304': *37 + default: *199 + '304': *38 '403': *29 '404': *6 x-github: @@ -32020,8 +32030,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -32108,8 +32118,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *52 - code_scanning_options: *53 + code_scanning_default_setup_options: *53 + code_scanning_options: *54 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -32241,7 +32251,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *49 + schema: *50 examples: default: value: @@ -32300,14 +32310,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 responses: - '204': *61 + '204': *62 '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32331,8 +32341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -32371,7 +32381,7 @@ paths: - 32 - 91 responses: - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32395,8 +32405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -32436,12 +32446,12 @@ paths: - none - private_and_internal - public - configuration: *49 + configuration: *50 examples: default: value: default_for_new_repos: all - configuration: *198 + configuration: *199 '403': *29 '404': *6 x-github: @@ -32465,8 +32475,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -32475,8 +32485,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -32494,13 +32504,13 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *202 + repository: *203 '403': *29 '404': *6 x-github: @@ -32524,7 +32534,7 @@ paths: parameters: - *17 - *19 - - *78 + - *79 responses: '200': description: Response @@ -32540,7 +32550,7 @@ paths: type: integer codespaces: type: array - items: &262 + items: &263 type: object title: Codespace description: A codespace. @@ -32565,12 +32575,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *163 + repository: *164 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &479 + properties: &480 name: type: string description: The name of the machine. @@ -32612,7 +32622,7 @@ paths: - ready - in_progress nullable: true - required: &480 + required: &481 - name - display_name - operating_system @@ -32817,7 +32827,7 @@ paths: - pulls_url - recent_folders examples: - default: &263 + default: &264 value: total_count: 3 codespaces: @@ -33226,8 +33236,8 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -33249,7 +33259,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *78 + - *79 deprecated: true requestBody: required: true @@ -33288,12 +33298,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33316,7 +33326,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *78 + - *79 deprecated: true requestBody: required: true @@ -33343,12 +33353,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33371,7 +33381,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *78 + - *79 requestBody: required: true content: @@ -33397,12 +33407,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33423,7 +33433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -33441,7 +33451,7 @@ paths: type: integer secrets: type: array - items: &203 + items: &204 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -33480,7 +33490,7 @@ paths: - updated_at - visibility examples: - default: &481 + default: &482 value: total_count: 2 secrets: @@ -33493,7 +33503,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33512,13 +33522,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &482 + schema: &483 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -33547,7 +33557,7 @@ paths: - key_id - key examples: - default: &483 + default: &484 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33570,23 +33580,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *203 + schema: *204 examples: - default: &485 + default: &486 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33606,8 +33616,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -33662,7 +33672,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -33688,8 +33698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -33714,8 +33724,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -33733,9 +33743,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '404': *6 x-github: githubCloudOnly: false @@ -33757,8 +33767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -33808,8 +33818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -33842,8 +33852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -33879,7 +33889,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-organization-copilot-spaces parameters: - - *78 + - *79 - name: per_page description: The number of results per page (max 100). in: query @@ -33913,7 +33923,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: &204 + items: &205 title: Space description: A GitHub Copilot Space represents an interactive AI workspace where users can ask questions and get assistance. @@ -33961,7 +33971,7 @@ paths: owner: anyOf: - *4 - - *76 + - *77 description: The user or organization that owns this space. creator: *4 created_at: @@ -34176,7 +34186,7 @@ paths: html_url: https://github.com/copilot/spaces/octo-org/4 api_url: https://api.github.com/organizations/1/copilot-spaces/4 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -34200,7 +34210,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#create-an-organization-copilot-space parameters: - - *78 + - *79 requestBody: required: true content: @@ -34294,9 +34304,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: &205 + default: &206 summary: Example response for an organization copilot space value: id: 84 @@ -34389,7 +34399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#get-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34401,9 +34411,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '403': *29 '404': *6 x-github: @@ -34427,7 +34437,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#set-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34529,9 +34539,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '403': *29 '404': *6 '422': *15 @@ -34558,7 +34568,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#delete-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34594,7 +34604,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#list-collaborators-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34614,7 +34624,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: &206 + items: &207 title: Copilot Space Collaborator description: A collaborator (user or team) of a Copilot Space type: object @@ -34786,7 +34796,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#add-a-collaborator-to-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34837,7 +34847,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: user: value: @@ -34917,7 +34927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -34967,7 +34977,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: user: value: @@ -35049,7 +35059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#remove-a-collaborator-from-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35098,7 +35108,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#list-resources-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35118,7 +35128,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: &207 + items: &208 title: Copilot Space Resource description: A resource attached to a Copilot Space. type: object @@ -35207,7 +35217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#create-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35261,7 +35271,7 @@ paths: description: Resource created content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35277,7 +35287,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35314,7 +35324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#get-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35332,7 +35342,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35366,7 +35376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#set-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35401,7 +35411,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35436,7 +35446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#delete-a-resource-from-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35479,7 +35489,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: OK @@ -35588,7 +35598,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -35620,7 +35630,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *78 + - *79 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -35643,7 +35653,7 @@ paths: currently being billed. seats: type: array - items: &265 + items: &266 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -35660,15 +35670,15 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *208 - required: *209 + properties: *209 + required: *210 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *210 - - *71 + - *211 + - *72 nullable: true pending_cancellation_date: type: string @@ -35792,8 +35802,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '500': *55 + Link: *71 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -35826,7 +35836,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -35868,7 +35878,7 @@ paths: default: value: seats_created: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -35904,7 +35914,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -35946,7 +35956,7 @@ paths: default: value: seats_cancelled: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -35984,7 +35994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36025,7 +36035,7 @@ paths: default: value: seats_created: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36061,7 +36071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36103,7 +36113,7 @@ paths: default: value: seats_cancelled: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36139,7 +36149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#get-copilot-cloud-agent-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -36176,7 +36186,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36204,7 +36214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-copilot-cloud-agent-permissions-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -36229,7 +36239,7 @@ paths: responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36259,7 +36269,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-cloud-agent-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -36274,17 +36284,17 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 required: - total_count - repositories examples: - default: *211 - '500': *55 + default: *212 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36308,7 +36318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-cloud-agent-in-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -36334,11 +36344,11 @@ paths: responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: githubCloudOnly: false @@ -36364,16 +36374,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: githubCloudOnly: false @@ -36398,16 +36408,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36438,7 +36448,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *78 + - *79 responses: '200': description: OK @@ -36458,7 +36468,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36491,7 +36501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *78 + - *79 requestBody: description: The content exclusion rules to set required: true @@ -36543,7 +36553,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36578,18 +36588,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -36617,16 +36627,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -36654,18 +36664,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-user-teams-report-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -36693,18 +36703,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -36732,16 +36742,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -36765,13 +36775,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *78 - - *212 + - *79 - *213 - *214 - *215 - *216 - *217 + - *218 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -36801,7 +36811,7 @@ paths: enum: - patch - deployment - - *218 + - *219 - name: runtime_risk in: query description: |- @@ -36810,11 +36820,11 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *219 - *220 - - *62 - - *47 + - *221 + - *63 - *48 + - *49 - *17 responses: '200': @@ -36823,10 +36833,10 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: - default: *222 - '304': *37 + default: *223 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -36851,7 +36861,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *78 + - *79 - name: page in: query description: The page number of results to fetch. @@ -36874,9 +36884,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '403': *29 '404': *6 x-github: @@ -36907,7 +36917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -36973,7 +36983,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *78 + - *79 requestBody: required: true content: @@ -37021,7 +37031,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -37039,7 +37049,7 @@ paths: type: integer secrets: type: array - items: &225 + items: &226 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -37089,7 +37099,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37110,13 +37120,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &516 + schema: &517 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -37133,7 +37143,7 @@ paths: - key_id - key examples: - default: &517 + default: &518 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37156,14 +37166,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *225 + schema: *226 examples: default: value: @@ -37191,8 +37201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -37247,7 +37257,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -37271,8 +37281,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -37296,8 +37306,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -37315,9 +37325,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37338,8 +37348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -37389,8 +37399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -37421,8 +37431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -37452,7 +37462,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -37460,7 +37470,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Package description: A software package type: object @@ -37510,8 +37520,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *226 - required: *227 + properties: *227 + required: *228 nullable: true created_at: type: string @@ -37530,7 +37540,7 @@ paths: - created_at - updated_at examples: - default: &276 + default: &277 value: - id: 197 name: hello_docker @@ -37608,7 +37618,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *78 + - *79 - *17 - *19 responses: @@ -37618,7 +37628,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: 200-response: value: @@ -37690,7 +37700,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *78 + - *79 - *17 - *19 responses: @@ -37700,7 +37710,7 @@ paths: application/json: schema: type: array - items: &251 + items: &252 title: Organization Invitation description: Organization Invitation type: object @@ -37747,7 +37757,7 @@ paths: - invitation_teams_url - node_id examples: - default: &252 + default: &253 value: - id: 1 login: monalisa @@ -37780,7 +37790,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -37804,7 +37814,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *78 + - *79 - *17 - *19 responses: @@ -37814,7 +37824,7 @@ paths: application/json: schema: type: array - items: &228 + items: &229 title: Org Hook description: Org Hook type: object @@ -37902,7 +37912,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -37925,7 +37935,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *78 + - *79 requestBody: required: true content: @@ -37985,9 +37995,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: &229 + default: &230 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38034,8 +38044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *78 - - &230 + - *79 + - &231 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. @@ -38048,9 +38058,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: *229 + default: *230 '404': *6 x-github: githubCloudOnly: false @@ -38077,8 +38087,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 requestBody: required: false content: @@ -38123,7 +38133,7 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: default: value: @@ -38164,8 +38174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 responses: '204': description: Response @@ -38192,8 +38202,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *78 - - *230 + - *79 + - *231 responses: '200': description: Response @@ -38223,8 +38233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *78 - - *230 + - *79 + - *231 requestBody: required: false content: @@ -38274,11 +38284,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *78 - - *230 - - *17 + - *79 - *231 + - *17 - *232 + - *233 responses: '200': description: Response @@ -38286,9 +38296,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 '400': *14 '422': *15 x-github: @@ -38313,17 +38323,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 - *16 responses: '200': description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 + default: *237 '400': *14 '422': *15 x-github: @@ -38348,11 +38358,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -38378,8 +38388,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *78 - - *230 + - *79 + - *231 responses: '204': description: Response @@ -38401,8 +38411,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *78 - - &241 + - *79 + - &242 name: actor_type in: path description: The type of the actor @@ -38415,14 +38425,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &242 + - &243 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &237 + - &238 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`.' @@ -38430,7 +38440,7 @@ paths: required: true schema: type: string - - &238 + - &239 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) @@ -38441,7 +38451,7 @@ paths: type: string - *19 - *17 - - *62 + - *63 - name: sort description: The property to sort the results by. in: query @@ -38523,13 +38533,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *78 - - *237 + - *79 - *238 + - *239 - *19 - *17 - - *62 - - &247 + - *63 + - &248 name: sort description: The property to sort the results by. in: query @@ -38606,15 +38616,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *78 - - *237 + - *79 - *238 + - *239 responses: '200': description: Response content: application/json: - schema: &239 + schema: &240 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -38630,7 +38640,7 @@ paths: type: integer format: int64 examples: - default: &240 + default: &241 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -38650,24 +38660,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *78 - - &243 + - *79 + - &244 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *237 - *238 + - *239 responses: '200': description: Response content: application/json: - schema: *239 + schema: *240 examples: - default: *240 + default: *241 x-github: enabledForGitHubApps: true category: orgs @@ -38685,19 +38695,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *78 - - *237 + - *79 - *238 - - *241 + - *239 - *242 + - *243 responses: '200': description: Response content: application/json: - schema: *239 + schema: *240 examples: - default: *240 + default: *241 x-github: enabledForGitHubApps: true category: orgs @@ -38714,10 +38724,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *78 - - *237 + - *79 - *238 - - &244 + - *239 + - &245 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -38730,7 +38740,7 @@ paths: description: Response content: application/json: - schema: &245 + schema: &246 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -38746,7 +38756,7 @@ paths: type: integer format: int64 examples: - default: &246 + default: &247 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -38782,19 +38792,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *78 - - *243 - - *237 - - *238 + - *79 - *244 + - *238 + - *239 + - *245 responses: '200': description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: enabledForGitHubApps: true category: orgs @@ -38811,20 +38821,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *78 - - *241 + - *79 - *242 - - *237 + - *243 - *238 - - *244 + - *239 + - *245 responses: '200': description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: enabledForGitHubApps: true category: orgs @@ -38841,14 +38851,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *78 - - *243 - - *237 + - *79 + - *244 - *238 + - *239 - *19 - *17 - - *62 - - *247 + - *63 + - *248 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -38921,7 +38931,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *78 + - *79 responses: '200': description: Response @@ -38929,7 +38939,7 @@ paths: application/json: schema: *22 examples: - default: &554 + default: &555 value: id: 1 account: @@ -38998,7 +39008,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -39068,7 +39078,7 @@ paths: suspended_at: suspended_by: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39087,7 +39097,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -39095,12 +39105,12 @@ paths: application/json: schema: anyOf: - - &249 + - &250 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &248 + limit: &249 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39125,7 +39135,7 @@ paths: properties: {} additionalProperties: false examples: - default: &250 + default: &251 value: limit: collaborators_only origin: organization @@ -39149,18 +39159,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &555 + schema: &556 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *248 + limit: *249 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39184,9 +39194,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 '422': *15 x-github: githubCloudOnly: false @@ -39204,7 +39214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -39228,7 +39238,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *78 + - *79 - *17 - *19 - name: role @@ -39262,11 +39272,11 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -39287,7 +39297,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *78 + - *79 requestBody: required: false content: @@ -39341,7 +39351,7 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: default: value: @@ -39395,8 +39405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *78 - - &253 + - *79 + - &254 name: invitation_id description: The unique identifier of the invitation. in: path @@ -39426,8 +39436,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *78 - - *253 + - *79 + - *254 - *17 - *19 responses: @@ -39437,9 +39447,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: &274 + default: &275 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -39455,7 +39465,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -39474,7 +39484,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -39482,7 +39492,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -39644,7 +39654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -39735,9 +39745,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -39792,8 +39802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *78 - - &256 + - *79 + - &257 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -39901,9 +39911,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 '404': *6 '422': *7 x-github: @@ -39927,10 +39937,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *78 - - *256 + - *79 + - *257 responses: - '204': *61 + '204': *62 '404': *6 '422': *7 x-github: @@ -39950,7 +39960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -39958,9 +39968,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: &559 + default: &560 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -39996,7 +40006,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -40043,9 +40053,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &258 + default: &259 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -40077,8 +40087,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *78 - - &259 + - *79 + - &260 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -40131,9 +40141,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 '422': *7 x-github: @@ -40157,8 +40167,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *78 - - *259 + - *79 + - *260 responses: '204': description: Response @@ -40191,7 +40201,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *78 + - *79 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -40221,7 +40231,7 @@ paths: - closed - all default: open - - *260 + - *261 - name: type description: Can be the name of an issue type. in: query @@ -40239,8 +40249,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -40250,11 +40260,11 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *261 + default: *262 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -40274,7 +40284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *78 + - *79 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -40312,9 +40322,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -40332,8 +40342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response if requester is an organization member and user is @@ -40367,8 +40377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -40395,8 +40405,8 @@ paths: parameters: - *17 - *19 - - *78 - - *74 + - *79 + - *75 responses: '200': description: Response @@ -40412,11 +40422,11 @@ paths: type: integer codespaces: type: array - items: *262 + items: *263 examples: - default: *263 - '304': *37 - '500': *55 + default: *264 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -40439,9 +40449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *78 - - *74 - - &264 + - *79 + - *75 + - &265 name: codespace_name in: path required: true @@ -40449,9 +40459,9 @@ paths: schema: type: string responses: - '202': *39 - '304': *37 - '500': *55 + '202': *40 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -40474,17 +40484,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *78 - - *74 - - *264 + - *79 + - *75 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &478 + default: &479 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -40625,8 +40635,8 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -40657,14 +40667,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *265 + schema: *266 examples: default: value: @@ -40708,7 +40718,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -40733,14 +40743,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '200': description: Response content: application/json: - schema: &266 + schema: &267 title: Org Membership description: Org Membership type: object @@ -40784,7 +40794,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *76 + organization: *77 user: title: Simple User description: A GitHub user. @@ -40807,7 +40817,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &267 + response-if-user-has-an-active-admin-membership-with-organization: &268 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -40879,8 +40889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 requestBody: required: false content: @@ -40908,9 +40918,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - response-if-user-already-had-membership-with-organization: *267 + response-if-user-already-had-membership-with-organization: *268 '422': *15 '403': *29 '451': *15 @@ -40935,8 +40945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -40961,7 +40971,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *78 + - *79 - *17 - *19 - name: exclude @@ -40982,7 +40992,7 @@ paths: application/json: schema: type: array - items: &268 + items: &269 title: Migration description: A migration. type: object @@ -41023,7 +41033,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *67 + items: *68 url: type: string format: uri @@ -41219,7 +41229,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -41235,7 +41245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *78 + - *79 requestBody: required: true content: @@ -41311,7 +41321,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -41489,8 +41499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *78 - - &269 + - *79 + - &270 name: migration_id description: The unique identifier of the migration. in: path @@ -41517,7 +41527,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -41686,8 +41696,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *78 - - *269 + - *79 + - *270 responses: '302': description: Response @@ -41708,8 +41718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *78 - - *269 + - *79 + - *270 responses: '204': description: Response @@ -41732,9 +41742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *78 - - *269 - - &749 + - *79 + - *270 + - &750 name: repo_name description: repo_name parameter in: path @@ -41761,8 +41771,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *78 - - *269 + - *79 + - *270 - *17 - *19 responses: @@ -41772,9 +41782,9 @@ paths: application/json: schema: type: array - items: *67 + items: *68 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -41800,7 +41810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response - list of organization roles @@ -41816,7 +41826,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &271 + items: &272 title: Organization Role description: Organization roles type: object @@ -41963,8 +41973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -41989,9 +41999,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *78 - - *80 - - &270 + - *79 + - *81 + - &271 name: role_id description: The unique identifier of the role. in: path @@ -42026,9 +42036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *78 - - *80 - - *270 + - *79 + - *81 + - *271 responses: '204': description: Response @@ -42053,8 +42063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -42079,9 +42089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *78 - - *74 - - *270 + - *79 + - *75 + - *271 responses: '204': description: Response @@ -42111,9 +42121,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *78 - - *74 - - *270 + - *79 + - *75 + - *271 responses: '204': description: Response @@ -42141,14 +42151,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *78 - - *270 + - *79 + - *271 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: default: value: @@ -42198,8 +42208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *78 - - *270 + - *79 + - *271 - *17 - *19 responses: @@ -42277,8 +42287,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *272 - required: *273 + properties: *273 + required: *274 nullable: true type: description: The ownership type of the team @@ -42310,9 +42320,9 @@ paths: - type - parent examples: - default: *274 + default: *275 headers: - Link: *70 + Link: *71 '404': description: Response if the organization or role does not exist. '422': @@ -42339,8 +42349,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *78 - - *270 + - *79 + - *271 - *17 - *19 responses: @@ -42368,13 +42378,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &348 + items: &349 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *272 - required: *273 + properties: *273 + required: *274 name: nullable: true type: string @@ -42469,9 +42479,9 @@ paths: - type - url examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '404': description: Response if the organization or role does not exist. '422': @@ -42493,7 +42503,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *78 + - *79 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -42520,9 +42530,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42545,8 +42555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *78 - - *74 + - *79 + - *75 requestBody: required: false content: @@ -42603,8 +42613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -42661,8 +42671,8 @@ paths: - docker - nuget - container - - *78 - - &750 + - *79 + - &751 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42698,12 +42708,12 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *276 + default: *277 '403': *29 '401': *25 - '400': &752 + '400': &753 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42725,7 +42735,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &277 + - &278 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 @@ -42743,20 +42753,20 @@ paths: - docker - nuget - container - - &278 + - &279 name: package_name description: The name of the package. in: path required: true schema: type: string - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: default: value: @@ -42808,9 +42818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *277 - *278 - - *78 + - *279 + - *79 responses: '204': description: Response @@ -42842,9 +42852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *277 - *278 - - *78 + - *279 + - *79 - name: token description: package token schema: @@ -42876,9 +42886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *277 - *278 - - *78 + - *279 + - *79 - *19 - *17 - name: state @@ -42898,7 +42908,7 @@ paths: application/json: schema: type: array - items: &279 + items: &280 title: Package Version description: A version of a software package type: object @@ -43023,10 +43033,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *277 - *278 - - *78 - - &280 + - *279 + - *79 + - &281 name: package_version_id description: Unique identifier of the package version. in: path @@ -43038,7 +43048,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -43074,10 +43084,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *277 - *278 - - *78 - - *280 + - *279 + - *79 + - *281 responses: '204': description: Response @@ -43109,10 +43119,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *277 - *278 - - *78 - - *280 + - *279 + - *79 + - *281 responses: '204': description: Response @@ -43139,10 +43149,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *78 + - *79 - *17 - *19 - - &281 + - &282 name: sort description: The property by which to sort the results. in: query @@ -43152,8 +43162,8 @@ paths: enum: - created_at default: created_at - - *62 - - &282 + - *63 + - &283 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43164,7 +43174,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &283 + - &284 name: repository description: The name of the repository to use to filter the results. in: query @@ -43172,7 +43182,7 @@ paths: schema: type: string example: Hello-World - - &284 + - &285 name: permission description: The permission to use to filter the results. in: query @@ -43180,7 +43190,7 @@ paths: schema: type: string example: issues_read - - &285 + - &286 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) @@ -43190,7 +43200,7 @@ paths: schema: type: string format: date-time - - &286 + - &287 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) @@ -43200,7 +43210,7 @@ paths: schema: type: string format: date-time - - &287 + - &288 name: token_id description: The ID of the token in: query @@ -43212,7 +43222,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 @@ -43344,7 +43354,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43364,7 +43374,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *78 + - *79 requestBody: required: true content: @@ -43405,11 +43415,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43430,7 +43440,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *78 + - *79 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -43466,11 +43476,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 - '204': *61 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43491,7 +43501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *78 + - *79 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -43502,7 +43512,7 @@ paths: - *17 - *19 responses: - '500': *55 + '500': *56 '404': *6 '403': *29 '200': @@ -43511,9 +43521,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: &288 + default: &289 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43626,7 +43636,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43647,19 +43657,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *78 + - *79 - *17 - *19 - - *281 - - *62 - *282 + - *63 - *283 - *284 - *285 - *286 - *287 + - *288 responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 @@ -43786,7 +43796,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43806,7 +43816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *78 + - *79 requestBody: required: true content: @@ -43841,9 +43851,9 @@ paths: - 1296269 - 1296280 responses: - '500': *55 + '500': *56 '404': *6 - '202': *39 + '202': *40 '403': *29 '422': *15 x-github: @@ -43866,7 +43876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *78 + - *79 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -43894,9 +43904,9 @@ paths: value: action: revoke responses: - '500': *55 + '500': *56 '404': *6 - '204': *61 + '204': *62 '403': *29 '422': *15 x-github: @@ -43918,7 +43928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *78 + - *79 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -43928,7 +43938,7 @@ paths: - *17 - *19 responses: - '500': *55 + '500': *56 '404': *6 '403': *29 '200': @@ -43937,11 +43947,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *288 + default: *289 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43963,7 +43973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -43981,7 +43991,7 @@ paths: type: integer configurations: type: array - items: &289 + items: &290 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44120,7 +44130,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *70 + Link: *71 '400': *14 '404': *6 x-github: @@ -44143,7 +44153,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -44492,7 +44502,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &290 + org-private-registry-with-selected-visibility: &291 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -44533,7 +44543,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -44559,7 +44569,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -44581,16 +44591,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '404': *6 x-github: githubCloudOnly: false @@ -44612,8 +44622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -44800,8 +44810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -44824,15 +44834,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *78 + - *79 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -44841,7 +44851,7 @@ paths: application/json: schema: type: array - items: &291 + items: &292 title: Projects v2 Project description: A projects v2 project type: object @@ -44911,7 +44921,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &841 + properties: &842 id: type: number description: The unique identifier of the status update. @@ -44959,7 +44969,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &842 + required: &843 - id - node_id - created_at @@ -44984,7 +44994,7 @@ paths: - deleted_at - deleted_by examples: - default: &292 + default: &293 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -45067,8 +45077,8 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -45087,25 +45097,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &293 + - &294 name: project_number description: The project's number. in: path required: true schema: type: integer - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -45124,8 +45134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *78 - - *293 + - *79 + - *294 requestBody: required: true description: Details of the draft item to create in the project. @@ -45159,7 +45169,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &300 title: Projects v2 Item description: An item belonging to a project type: object @@ -45172,8 +45182,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *88 - - &495 + - *89 + - &496 title: Pull Request Simple description: Pull Request Simple type: object @@ -45279,8 +45289,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 nullable: true active_lock_reason: type: string @@ -45312,7 +45322,7 @@ paths: items: *4 requested_teams: type: array - items: *210 + items: *211 head: type: object properties: @@ -45320,7 +45330,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: @@ -45343,7 +45353,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: @@ -45362,7 +45372,7 @@ paths: _links: type: object properties: - comments: &296 + comments: &297 title: Link description: Hypermedia Link type: object @@ -45371,13 +45381,13 @@ paths: type: string required: - href - commits: *296 - statuses: *296 - html: *296 - issue: *296 - review_comments: *296 - review_comment: *296 - self: *296 + commits: *297 + statuses: *297 + html: *297 + issue: *297 + review_comments: *297 + review_comment: *297 + self: *297 required: - comments - commits @@ -45387,7 +45397,7 @@ paths: - review_comments - review_comment - self - author_association: *85 + author_association: *86 auto_merge: &624 title: Auto merge description: The status of auto merging a pull request. @@ -45413,6 +45423,45 @@ paths: - commit_title - commit_message nullable: true + stack: &625 + title: Pull Request Stack + description: The stack information associated with a pull + request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull + request belongs to. + sha: + type: string + description: The base SHA of the stack this pull + request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the + stack. + position: + type: integer + description: The one-based position of this pull request + within the stack, where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request + belongs to. + number: + type: integer + description: The number of the stack that this pull + request belongs to. + required: + - base + nullable: true draft: description: Indicates whether or not the pull request is a draft. @@ -45488,7 +45537,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &298 + content_type: &299 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -45528,7 +45577,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &300 + draft_issue: &301 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -45583,7 +45632,7 @@ paths: archived_at: project_url: https://api.github.com/users/octocat/projectsV2/1 item_url: https://api.github.com/users/octocat/projectsV2/items/17 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -45602,11 +45651,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *293 - - *78 + - *294 + - *79 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -45614,7 +45663,7 @@ paths: application/json: schema: type: array - items: &297 + items: &298 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -45764,7 +45813,7 @@ paths: - updated_at - project_url examples: - default: &773 + default: &774 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45875,8 +45924,8 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -45894,8 +45943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *293 - - *78 + - *294 + - *79 requestBody: required: true content: @@ -45941,7 +45990,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &774 + items: &775 type: object properties: name: @@ -45978,7 +46027,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &775 + iteration_configuration: &776 type: object description: The configuration for iteration fields. properties: @@ -46028,7 +46077,7 @@ paths: value: name: Due date data_type: date - single_select_field: &776 + single_select_field: &777 summary: Create a single select field value: name: Priority @@ -46055,7 +46104,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &777 + iteration_field: &778 summary: Create an iteration field value: name: Sprint @@ -46079,9 +46128,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *297 + schema: *298 examples: - text_field: &778 + text_field: &779 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46090,7 +46139,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: &779 + number_field: &780 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46099,7 +46148,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: &780 + date_field: &781 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46108,7 +46157,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: &781 + single_select_field: &782 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46142,7 +46191,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &782 + iteration_field: &783 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46167,7 +46216,7 @@ paths: duration: 14 created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' - '304': *37 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -46187,23 +46236,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *293 - - &783 + - *294 + - &784 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: &784 + default: &785 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46238,8 +46287,8 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -46259,8 +46308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *293 - - *78 + - *294 + - *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) for more information. @@ -46282,8 +46331,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -46292,7 +46341,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Projects v2 Item description: An item belonging to a project type: object @@ -46308,7 +46357,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: *298 + content_type: *299 content: type: object additionalProperties: true @@ -46351,7 +46400,7 @@ paths: - updated_at - archived_at examples: - default: &302 + default: &303 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -47028,8 +47077,8 @@ paths: data_type: sub_issues_progress value: headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -47048,8 +47097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *78 - - *293 + - *79 + - *294 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -47119,23 +47168,23 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *300 + value: *301 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *300 + value: *301 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *300 + value: *301 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *300 - '304': *37 + value: *301 + '304': *38 '403': *29 '401': *25 x-github: @@ -47154,9 +47203,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *293 - - *78 - - &303 + - *294 + - *79 + - &304 name: item_id description: The unique identifier of the project item. in: path @@ -47182,12 +47231,12 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -47205,9 +47254,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *293 - - *78 - - *303 + - *294 + - *79 + - *304 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -47277,13 +47326,13 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - text_field: *302 - number_field: *302 - date_field: *302 - single_select_field: *302 - iteration_field: *302 + text_field: *303 + number_field: *303 + date_field: *303 + single_select_field: *303 + iteration_field: *303 '401': *25 '403': *29 '404': *6 @@ -47303,9 +47352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *293 - - *78 - - *303 + - *294 + - *79 + - *304 responses: '204': description: Response @@ -47328,8 +47377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *78 - - *293 + - *79 + - *294 requestBody: required: true content: @@ -47400,7 +47449,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &764 + schema: &765 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -47498,7 +47547,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &304 + value: &305 value: id: 1 number: 1 @@ -47544,11 +47593,11 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *304 + value: *305 roadmap_view: summary: Response for creating a roadmap view - value: *304 - '304': *37 + value: *305 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -47575,9 +47624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *293 - - *78 - - &785 + - *294 + - *79 + - &786 name: view_number description: The number that identifies the project view. in: path @@ -47599,8 +47648,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -47609,12 +47658,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -47636,7 +47685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -47644,7 +47693,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -47712,7 +47761,7 @@ paths: - property_name - value_type examples: - default: &306 + default: &307 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -47761,7 +47810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -47772,7 +47821,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *305 + items: *306 minItems: 1 maxItems: 100 required: @@ -47802,9 +47851,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 '403': *29 '404': *6 x-github: @@ -47825,8 +47874,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *78 - - &307 + - *79 + - &308 name: custom_property_name description: The custom property name in: path @@ -47838,9 +47887,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &308 + default: &309 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -47874,8 +47923,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *78 - - *307 + - *79 + - *308 requestBody: required: true content: @@ -47946,9 +47995,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *308 + default: *309 '403': *29 '404': *6 x-github: @@ -47971,10 +48020,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *78 - - *307 + - *79 + - *308 responses: - '204': *61 + '204': *62 '403': *29 '404': *6 x-github: @@ -47995,7 +48044,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *78 + - *79 - *17 - *19 - name: repository_query @@ -48033,7 +48082,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &309 + items: &310 title: Custom Property Value description: Custom property name and associated value type: object @@ -48072,7 +48121,7 @@ paths: - property_name: team value: octocat headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -48100,7 +48149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *78 + - *79 requestBody: required: true content: @@ -48120,7 +48169,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *309 + items: *310 required: - repository_names - properties @@ -48161,7 +48210,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *78 + - *79 - *17 - *19 responses: @@ -48173,9 +48222,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48192,8 +48241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response if user is a public member @@ -48217,8 +48266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -48239,8 +48288,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -48264,7 +48313,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *78 + - *79 - name: type description: Specifies the types of repositories you want returned. in: query @@ -48310,11 +48359,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *288 + default: *289 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48333,7 +48382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *78 + - *79 requestBody: required: true content: @@ -48514,7 +48563,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Full Repository description: Full Repository type: object @@ -48799,8 +48848,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *310 - required: *311 + properties: *311 + required: *312 nullable: true temp_clone_token: type: string @@ -48884,8 +48933,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true organization: title: Simple User @@ -48894,8 +48943,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *82 - source: *82 + parent: *83 + source: *83 forks: type: integer master_branch: @@ -48912,7 +48961,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &500 + properties: &501 url: type: string format: uri @@ -48928,12 +48977,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &501 + required: &502 - url - key - name - html_url - security_and_analysis: *312 + security_and_analysis: *313 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -49017,7 +49066,7 @@ paths: - network_count - subscribers_count examples: - default: &361 + default: &362 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -49535,10 +49584,10 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - *17 - *19 - - &647 + - &648 name: targets description: | A comma-separated list of rule targets to filter by. @@ -49556,7 +49605,7 @@ paths: application/json: schema: type: array - items: &339 + items: &340 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -49591,7 +49640,7 @@ paths: source: type: string description: The name of the source - enforcement: &315 + enforcement: &316 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -49604,7 +49653,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &316 + items: &317 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -49675,7 +49724,7 @@ paths: conditions: nullable: true anyOf: - - &313 + - &314 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -49699,7 +49748,7 @@ paths: match. items: type: string - - &317 + - &318 title: Organization ruleset conditions type: object description: |- @@ -49713,7 +49762,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *313 + - *314 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -49747,7 +49796,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *313 + - *314 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -49769,7 +49818,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *313 + - *314 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -49782,7 +49831,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &314 + items: &315 title: Repository ruleset property targeting definition type: object @@ -49815,17 +49864,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *314 + items: *315 required: - repository_property rules: type: array - items: &648 + items: &649 title: Repository Rule type: object description: A repository rule. oneOf: - - &318 + - &319 title: creation description: Only allow users with bypass permission to create matching refs. @@ -49837,7 +49886,7 @@ paths: type: string enum: - creation - - &319 + - &320 title: update description: Only allow users with bypass permission to update matching refs. @@ -49858,7 +49907,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &320 + - &321 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -49870,7 +49919,7 @@ paths: type: string enum: - deletion - - &321 + - &322 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -49882,7 +49931,7 @@ paths: type: string enum: - required_linear_history - - &645 + - &646 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -49960,7 +50009,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &322 + - &323 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -49984,7 +50033,7 @@ paths: type: string required: - required_deployment_environments - - &323 + - &324 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -49996,7 +50045,7 @@ paths: type: string enum: - required_signatures - - &324 + - &325 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -50139,7 +50188,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &325 + - &326 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -50187,7 +50236,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &326 + - &327 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -50199,7 +50248,7 @@ paths: type: string enum: - non_fast_forward - - &327 + - &328 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -50236,7 +50285,7 @@ paths: required: - operator - pattern - - &328 + - &329 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -50273,7 +50322,7 @@ paths: required: - operator - pattern - - &329 + - &330 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -50310,7 +50359,7 @@ paths: required: - operator - pattern - - &330 + - &331 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -50347,7 +50396,7 @@ paths: required: - operator - pattern - - &331 + - &332 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -50384,7 +50433,7 @@ paths: required: - operator - pattern - - &336 + - &337 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -50434,7 +50483,7 @@ paths: - repository_id required: - workflows - - &337 + - &338 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -50495,7 +50544,7 @@ paths: - tool required: - code_scanning_tools - - &338 + - &339 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -50521,7 +50570,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &646 + - &647 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -50533,7 +50582,7 @@ paths: type: string enum: - license_compliance_scanning - - &332 + - &333 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -50558,7 +50607,7 @@ paths: type: string required: - restricted_file_paths - - &333 + - &334 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -50582,7 +50631,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &334 + - &335 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -50605,7 +50654,7 @@ paths: type: string required: - restricted_file_extensions - - &335 + - &336 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -50666,7 +50715,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -50682,7 +50731,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 requestBody: description: Request body required: true @@ -50703,21 +50752,20 @@ paths: - push - repository default: branch - enforcement: *315 + enforcement: *316 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *316 - conditions: *317 + items: *317 + conditions: *318 rules: type: array description: An array of rules within the ruleset. - items: &341 + items: &342 title: Repository Rule type: object description: A repository rule. oneOf: - - *318 - *319 - *320 - *321 @@ -50738,6 +50786,7 @@ paths: - *336 - *337 - *338 + - *339 required: - name - enforcement @@ -50775,9 +50824,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &340 + default: &341 value: id: 21 name: super cool ruleset @@ -50818,7 +50867,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *55 + '500': *56 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -50832,8 +50881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *78 - - &649 + - *79 + - &650 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 @@ -50848,7 +50897,7 @@ paths: in: query schema: type: string - - &650 + - &651 name: time_period description: |- The time period to filter by. @@ -50864,14 +50913,14 @@ paths: - week - month default: day - - &651 + - &652 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 - - &652 + - &653 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -50884,7 +50933,7 @@ paths: - bypass - all default: all - - &653 + - &654 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. @@ -50907,7 +50956,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 title: Rule Suites description: Response type: array @@ -50962,7 +51011,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &655 + default: &656 value: - id: 21 actor_id: 12 @@ -50986,7 +51035,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51005,8 +51054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *78 - - &656 + - *79 + - &657 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51022,7 +51071,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Rule Suite description: Response type: object @@ -51121,7 +51170,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &658 + default: &659 value: id: 21 actor_id: 12 @@ -51156,7 +51205,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51182,7 +51231,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51194,11 +51243,11 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '404': *6 - '500': *55 + '500': *56 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -51214,7 +51263,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51240,16 +51289,16 @@ paths: - tag - push - repository - enforcement: *315 + enforcement: *316 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *316 - conditions: *317 + items: *317 + conditions: *318 rules: description: An array of rules within the ruleset. type: array - items: *341 + items: *342 examples: default: value: @@ -51284,12 +51333,12 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '404': *6 '422': *15 - '500': *55 + '500': *56 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -51305,7 +51354,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51316,7 +51365,7 @@ paths: '204': description: Response '404': *6 - '500': *55 + '500': *56 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -51328,7 +51377,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *78 + - *79 - *17 - *19 - name: ruleset_id @@ -51344,7 +51393,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Ruleset version type: object description: The historical version of a ruleset @@ -51368,7 +51417,7 @@ paths: type: string format: date-time examples: - default: &660 + default: &661 value: - version_id: 3 actor: @@ -51386,7 +51435,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51403,7 +51452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51421,9 +51470,9 @@ paths: description: Response content: application/json: - schema: &661 + schema: &662 allOf: - - *342 + - *343 - type: object required: - state @@ -51470,7 +51519,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51492,8 +51541,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *78 - - &662 + - *79 + - &663 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -51504,7 +51553,7 @@ paths: enum: - open - resolved - - &663 + - &664 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -51514,7 +51563,7 @@ paths: required: false schema: type: string - - &664 + - &665 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -51525,7 +51574,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: exclude_providers in: query description: |- @@ -51536,7 +51585,7 @@ paths: required: false schema: type: string - - &666 + - &667 name: providers in: query description: |- @@ -51547,7 +51596,7 @@ paths: required: false schema: type: string - - &667 + - &668 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -51556,7 +51605,7 @@ paths: required: false schema: type: string - - &668 + - &669 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -51575,7 +51624,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &669 + - &670 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. @@ -51587,10 +51636,10 @@ paths: - created - updated default: created - - *62 + - *63 - *19 - *17 - - &670 + - &671 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 @@ -51600,7 +51649,7 @@ paths: required: false schema: type: string - - &671 + - &672 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 @@ -51610,7 +51659,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -51619,7 +51668,7 @@ paths: required: false schema: type: string - - &673 + - &674 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -51628,7 +51677,7 @@ paths: schema: type: boolean default: false - - &674 + - &675 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -51637,7 +51686,7 @@ paths: schema: type: boolean default: false - - &675 + - &676 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -51646,7 +51695,7 @@ paths: schema: type: boolean default: false - - &676 + - &677 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -51657,7 +51706,7 @@ paths: required: false schema: type: boolean - - &677 + - &678 name: included_metadata in: query description: |- @@ -51668,7 +51717,7 @@ paths: required: false schema: type: string - - &678 + - &679 name: owner_email_hash in: query description: |- @@ -51690,8 +51739,8 @@ paths: items: type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -51699,21 +51748,21 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &679 + state: &680 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: &680 + resolution: &681 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -51757,7 +51806,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *67 + repository: *68 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -51830,8 +51879,8 @@ paths: pull request. ' - oneOf: &681 - - &683 + oneOf: &682 + - &684 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -51889,7 +51938,7 @@ paths: - blob_url - commit_sha - commit_url - - &684 + - &685 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. @@ -51944,7 +51993,7 @@ paths: - page_url - commit_sha - commit_url - - &685 + - &686 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -51964,7 +52013,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &686 + - &687 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -51984,7 +52033,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &687 + - &688 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52004,7 +52053,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &688 + - &689 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52018,7 +52067,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &689 + - &690 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52032,7 +52081,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &690 + - &691 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52046,7 +52095,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &691 + - &692 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. @@ -52066,7 +52115,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &692 + - &693 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. @@ -52086,7 +52135,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &693 + - &694 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. @@ -52106,7 +52155,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &694 + - &695 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. @@ -52126,7 +52175,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &695 + - &696 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. @@ -52350,9 +52399,9 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52377,8 +52426,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 - - &696 + - *79 + - &697 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -52389,7 +52438,7 @@ paths: enum: - published - unpublished - - &697 + - &698 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -52400,7 +52449,7 @@ paths: enum: - enabled - disabled - - &698 + - &699 name: sort description: The property to sort the results by. in: query @@ -52412,7 +52461,7 @@ paths: - updated - name default: created - - *62 + - *63 - *19 - *17 responses: @@ -52422,7 +52471,7 @@ paths: application/json: schema: type: array - items: &343 + items: &344 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -52470,7 +52519,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &344 + custom_pattern_version: &345 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -52494,7 +52543,7 @@ paths: - state - push_protection_enabled examples: - default: &699 + default: &700 value: - id: 1 name: Example Custom Pattern @@ -52523,7 +52572,7 @@ paths: created_at: '2024-01-16T14:20:00Z' updated_at: '2024-01-17T09:15:00Z' headers: - Link: *70 + Link: *71 '403': *29 '404': *6 post: @@ -52544,7 +52593,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 requestBody: required: true content: @@ -52557,7 +52606,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &700 + items: &701 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -52594,7 +52643,7 @@ paths: items: type: string examples: - default: &701 + default: &702 value: patterns: - name: Example Custom Pattern @@ -52618,9 +52667,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *343 + items: *344 examples: - default: &702 + default: &703 value: created_patterns: - id: 1 @@ -52672,7 +52721,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &703 + items: &704 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -52715,7 +52764,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 requestBody: required: true content: @@ -52729,7 +52778,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &704 + items: &705 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -52739,7 +52788,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *344 + custom_pattern_version: *345 post_delete_action: type: string description: |- @@ -52752,7 +52801,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &705 + default: &706 value: patterns: - pattern_id: 2 @@ -52763,7 +52812,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &345 + '412': &346 description: Precondition Failed content: application/json: @@ -52787,7 +52836,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 - name: pattern_id in: path required: true @@ -52798,7 +52847,7 @@ paths: required: true content: application/json: - schema: &706 + schema: &707 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`, @@ -52837,9 +52886,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *344 + custom_pattern_version: *345 examples: - default: &707 + default: &708 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -52854,9 +52903,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *343 + schema: *344 examples: - default: &708 + default: &709 value: id: 1 name: Example Custom Pattern @@ -52876,7 +52925,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *345 + '412': *346 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -52897,7 +52946,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *78 + - *79 responses: '200': description: Response @@ -52909,11 +52958,11 @@ paths: related to push protection. type: object properties: - pattern_config_version: *344 + pattern_config_version: *345 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &346 + items: &347 type: object properties: token_type: @@ -52979,7 +53028,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *346 + items: *347 examples: default: value: @@ -53028,7 +53077,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *78 + - *79 requestBody: required: true content: @@ -53036,7 +53085,7 @@ paths: schema: type: object properties: - pattern_config_version: *344 + pattern_config_version: *345 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -53062,7 +53111,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *344 + custom_pattern_version: *345 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -53098,7 +53147,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 "/orgs/{org}/security-advisories": get: @@ -53116,8 +53165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *78 - - *62 + - *79 + - *63 - name: sort description: The property to sort the results by. in: query @@ -53129,8 +53178,8 @@ paths: - updated - published default: created - - *47 - *48 + - *49 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -53160,7 +53209,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 description: A repository security advisory. type: object properties: @@ -53329,7 +53378,7 @@ paths: - patched_versions - vulnerable_functions additionalProperties: false - cvss_severities: *64 + cvss_severities: *65 cwes: type: array nullable: true @@ -53362,7 +53411,7 @@ paths: login: type: string description: The username of the user credited. - type: *347 + type: *348 credits_detailed: type: array nullable: true @@ -53372,7 +53421,7 @@ paths: type: object properties: user: *4 - type: *347 + type: *348 state: type: string description: The state of the user's acceptance of the @@ -53396,14 +53445,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *210 + items: *211 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *67 + - *68 required: - ghsa_id - cve_id @@ -53432,7 +53481,7 @@ paths: - private_fork additionalProperties: false examples: - default: &713 + default: &714 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53811,7 +53860,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *78 + - *79 responses: '200': description: Response @@ -53819,7 +53868,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -53859,8 +53908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -53885,8 +53934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -53913,7 +53962,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Immutable releases settings response @@ -53962,7 +54011,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -54019,7 +54068,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *78 + - *79 - *19 - *17 responses: @@ -54037,9 +54086,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54058,7 +54107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *78 + - *79 requestBody: required: true content: @@ -54107,8 +54156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -54130,8 +54179,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -54154,7 +54203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -54172,7 +54221,7 @@ paths: type: integer network_configurations: type: array - items: &349 + items: &350 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -54243,7 +54292,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54262,7 +54311,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -54318,9 +54367,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &350 + default: &351 value: id: 123456789ABCDEF name: My network configuration @@ -54348,8 +54397,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 - - &351 + - *79 + - &352 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -54361,11 +54410,11 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54384,8 +54433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 - - *351 + - *79 + - *352 requestBody: required: true content: @@ -54438,9 +54487,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54459,8 +54508,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *78 - - *351 + - *79 + - *352 responses: '204': description: Response @@ -54483,7 +54532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *78 + - *79 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -54537,7 +54586,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54555,7 +54604,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *78 + - *79 - *17 - *19 - name: team_type @@ -54577,11 +54626,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -54601,7 +54650,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *78 + - *79 requestBody: required: true content: @@ -54665,7 +54714,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -54728,8 +54777,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *272 - required: *273 + properties: *273 + required: *274 nullable: true members_count: type: integer @@ -54992,7 +55041,7 @@ paths: - repos_count - organization examples: - default: &353 + default: &354 value: id: 1 node_id: MDQ6VGVhbTE= @@ -55062,16 +55111,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *78 - - *80 + - *79 + - *81 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -55092,8 +55141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *78 - - *80 + - *79 + - *81 requestBody: required: false content: @@ -55155,16 +55204,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '201': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 '422': *15 '403': *29 @@ -55189,12 +55238,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response - '422': &354 + '422': &355 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -55217,8 +55266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -55228,12 +55277,12 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 headers: - Link: *70 - '422': *354 + Link: *71 + '422': *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55255,8 +55304,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *78 - - *80 + - *79 + - *81 - name: role description: Filters members returned by their role in the team. in: query @@ -55277,7 +55326,7 @@ paths: application/json: schema: type: array - items: &728 + items: &729 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 @@ -55396,7 +55445,7 @@ paths: - type - url examples: - default: &729 + default: &730 value: - login: octocat id: 1 @@ -55419,7 +55468,7 @@ paths: role: member inherited: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55447,15 +55496,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 responses: '200': description: Response content: application/json: - schema: &355 + schema: &356 title: Team Membership description: Team Membership type: object @@ -55482,7 +55531,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &730 + response-if-user-is-a-team-maintainer: &731 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55518,9 +55567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 requestBody: required: false content: @@ -55545,9 +55594,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: &731 + response-if-users-membership-with-team-is-now-pending: &732 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55582,9 +55631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 responses: '204': description: Response @@ -55610,8 +55659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -55621,11 +55670,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *288 + default: *289 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55652,16 +55701,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *78 - - *80 - - *356 + - *79 + - *81 - *357 + - *358 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &732 + schema: &733 title: Team Repository description: A team's access to a repository. type: object @@ -55684,8 +55733,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true forks: type: integer @@ -56223,10 +56272,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *78 - - *80 - - *356 + - *79 + - *81 - *357 + - *358 requestBody: required: false content: @@ -56271,10 +56320,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *78 - - *80 - - *356 + - *79 + - *81 - *357 + - *358 responses: '204': description: Response @@ -56298,8 +56347,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -56309,9 +56358,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - response-if-child-teams-exist: &733 + response-if-child-teams-exist: &734 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -56339,7 +56388,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56364,7 +56413,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *78 + - *79 - name: security_product in: path description: The security feature to enable or disable. @@ -56464,7 +56513,7 @@ paths: resources: type: object properties: - core: &358 + core: &359 title: Rate Limit type: object properties: @@ -56481,17 +56530,17 @@ paths: - remaining - reset - used - graphql: *358 - search: *358 - code_search: *358 - source_import: *358 - integration_manifest: *358 - actions_runner_registration: *358 - scim: *358 - dependency_snapshots: *358 - dependency_sbom: *358 - code_scanning_autofix: *358 - copilot_usage_records: *358 + 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 required: - core - search @@ -56565,7 +56614,7 @@ paths: schema: type: integer format: timestamp - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -56588,14 +56637,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: default-response: summary: Default response @@ -57099,7 +57148,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *360 + '301': *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57117,8 +57166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -57428,10 +57477,10 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 - '307': &362 + default: *362 + '307': &363 description: Temporary Redirect content: application/json: @@ -57460,8 +57509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -57483,9 +57532,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *362 + '307': *363 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57507,11 +57556,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 - - &394 + - &395 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -57534,7 +57583,7 @@ paths: type: integer artifacts: type: array - items: &363 + items: &364 title: Artifact description: An artifact type: object @@ -57612,7 +57661,7 @@ paths: - expires_at - updated_at examples: - default: &395 + default: &396 value: total_count: 2 artifacts: @@ -57651,7 +57700,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57673,9 +57722,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *356 - *357 - - &364 + - *358 + - &365 name: artifact_id description: The unique identifier of the artifact. in: path @@ -57687,7 +57736,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: default: value: @@ -57725,9 +57774,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *356 - *357 - - *364 + - *358 + - *365 responses: '204': description: Response @@ -57751,9 +57800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *356 - *357 - - *364 + - *358 + - *365 - name: archive_format in: path required: true @@ -57763,15 +57812,11 @@ paths: '302': description: Response headers: - Location: &519 + Location: &520 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &560 - description: Gone - content: - application/json: - schema: *3 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57792,14 +57837,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: &365 + schema: &366 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -57810,7 +57855,7 @@ paths: type: integer example: 14 examples: - default: *42 + default: *43 '403': *29 '404': *6 x-github: @@ -57832,15 +57877,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *365 + schema: *366 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -57867,14 +57912,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: &366 + schema: &367 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -57885,7 +57930,7 @@ paths: type: integer example: 10 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -57907,15 +57952,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *366 + schema: *367 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -57944,14 +57989,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -57977,11 +58022,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 - - &368 + - &369 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 @@ -58009,13 +58054,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *62 + - *63 responses: '200': description: Response content: application/json: - schema: &369 + schema: &370 title: Repository actions caches description: Repository actions caches type: object @@ -58057,7 +58102,7 @@ paths: - total_count - actions_caches examples: - default: &370 + default: &371 value: total_count: 1 actions_caches: @@ -58069,7 +58114,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58089,23 +58134,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: - - *356 - *357 + - *358 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *368 + - *369 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58125,8 +58170,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: - - *356 - *357 + - *358 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -58155,10 +58200,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - - *48 + - *49 responses: '200': description: Response @@ -58206,7 +58251,7 @@ paths: group_url: https://api.github.com/repos/octocat/Hello-World/actions/concurrency_groups/ci-build last_acquired_at: '2026-01-15T16:13:55Z' headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -58238,8 +58283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#get-a-concurrency-group-for-a-repository parameters: - - *356 - *357 + - *358 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -58391,9 +58436,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *356 - *357 - - &371 + - *358 + - &372 name: job_id description: The unique identifier of the job. in: path @@ -58405,7 +58450,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Job description: Information of a job execution in a workflow run type: object @@ -58712,9 +58757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *356 - *357 - - *371 + - *358 + - *372 responses: '302': description: Response @@ -58742,9 +58787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *356 - *357 - - *371 + - *358 + - *372 requestBody: required: false content: @@ -58770,7 +58815,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -58794,8 +58839,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: - - *356 - *357 + - *358 responses: '200': description: Status response @@ -58854,8 +58899,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: - - *356 - *357 + - *358 requestBody: required: true content: @@ -58894,7 +58939,7 @@ paths: description: Empty response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -58923,8 +58968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -58942,7 +58987,7 @@ paths: type: integer secrets: type: array - items: &400 + items: &401 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -58962,7 +59007,7 @@ paths: - created_at - updated_at examples: - default: &401 + default: &402 value: total_count: 2 secrets: @@ -58973,7 +59018,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58995,9 +59040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *356 - *357 - - *180 + - *358 + - *181 - *19 responses: '200': @@ -59014,7 +59059,7 @@ paths: type: integer variables: type: array - items: &402 + items: &403 title: Actions Variable type: object properties: @@ -59044,7 +59089,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 variables: @@ -59057,7 +59102,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59077,8 +59122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -59087,12 +59132,12 @@ paths: schema: type: object properties: - enabled: &373 + enabled: &374 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *148 - selected_actions_url: *372 - sha_pinning_required: *149 + allowed_actions: *149 + selected_actions_url: *373 + sha_pinning_required: *150 required: - enabled examples: @@ -59120,8 +59165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -59132,9 +59177,9 @@ paths: schema: type: object properties: - enabled: *373 - allowed_actions: *148 - sha_pinning_required: *149 + enabled: *374 + allowed_actions: *149 + sha_pinning_required: *150 required: - enabled examples: @@ -59164,14 +59209,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: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: &374 + schema: &375 type: object properties: access_level: @@ -59188,7 +59233,7 @@ paths: required: - access_level examples: - default: &375 + default: &376 value: access_level: organization x-github: @@ -59212,15 +59257,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: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 responses: '204': description: Response @@ -59244,14 +59289,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *376 + schema: *377 examples: default: value: @@ -59275,8 +59320,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Empty response for successful settings update @@ -59286,7 +59331,7 @@ paths: required: true content: application/json: - schema: *377 + schema: *378 examples: default: summary: Set retention days @@ -59310,16 +59355,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *378 + default: *379 '404': *6 x-github: enabledForGitHubApps: true @@ -59338,8 +59383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -59349,7 +59394,7 @@ paths: required: true content: application/json: - schema: *150 + schema: *151 examples: default: summary: Set approval policy to first time contributors @@ -59373,16 +59418,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *151 + default: *152 '403': *29 '404': *6 x-github: @@ -59402,15 +59447,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *380 + schema: *381 examples: - default: *151 + default: *152 responses: '204': description: Empty response for successful settings update @@ -59434,16 +59479,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *154 + default: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -59462,8 +59507,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -59471,9 +59516,9 @@ paths: required: false content: application/json: - schema: *153 + schema: *154 examples: - selected_actions: *154 + selected_actions: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -59495,16 +59540,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59525,8 +59570,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Success response @@ -59537,9 +59582,9 @@ paths: required: true content: application/json: - schema: *382 + schema: *383 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59566,8 +59611,8 @@ paths: in: query schema: type: string - - *356 - *357 + - *358 - *17 - *19 responses: @@ -59585,11 +59630,11 @@ paths: type: integer runners: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59611,8 +59656,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -59620,9 +59665,9 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59644,8 +59689,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: - - *356 - *357 + - *358 requestBody: required: true content: @@ -59688,10 +59733,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *385 + '201': *386 '404': *6 '422': *7 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59719,16 +59764,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *356 - *357 + - *358 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59756,16 +59801,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *356 - *357 + - *358 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *387 + default: *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59787,17 +59832,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *356 - *357 - - *164 + - *358 + - *165 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59818,9 +59863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *356 - *357 - - *164 + - *358 + - *165 responses: '204': description: Response @@ -59846,11 +59891,11 @@ 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: - - *356 - *357 - - *164 + - *358 + - *165 responses: - '200': *169 + '200': *170 '404': *6 x-github: githubCloudOnly: false @@ -59872,9 +59917,9 @@ 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: - - *356 - *357 - - *164 + - *358 + - *165 requestBody: required: true content: @@ -59898,7 +59943,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -59922,9 +59967,9 @@ 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: - - *356 - *357 - - *164 + - *358 + - *165 requestBody: required: true content: @@ -59949,7 +59994,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -59973,11 +60018,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: - - *356 - *357 - - *164 + - *358 + - *165 responses: - '200': *389 + '200': *390 '404': *6 x-github: githubCloudOnly: false @@ -60004,12 +60049,12 @@ 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: - - *356 - *357 - - *164 - - *390 + - *358 + - *165 + - *391 responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -60035,9 +60080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *356 - *357 - - &406 + - *358 + - &407 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. @@ -60045,7 +60090,7 @@ paths: required: false schema: type: string - - &407 + - &408 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -60053,7 +60098,7 @@ paths: required: false schema: type: string - - &408 + - &409 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -60062,7 +60107,7 @@ paths: required: false schema: type: string - - &409 + - &410 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 @@ -60089,7 +60134,7 @@ paths: - pending - *17 - *19 - - &410 + - &411 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)." @@ -60098,7 +60143,7 @@ paths: schema: type: string format: date-time - - &391 + - &392 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -60107,13 +60152,13 @@ paths: schema: type: boolean default: false - - &411 + - &412 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &412 + - &413 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -60136,7 +60181,7 @@ paths: type: integer workflow_runs: type: array - items: &392 + items: &393 title: Workflow Run description: An invocation of a workflow type: object @@ -60231,7 +60276,7 @@ paths: that triggered the run. type: array nullable: true - items: *93 + items: *94 created_at: type: string format: date-time @@ -60284,7 +60329,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &436 + properties: &437 id: type: string description: SHA for the commit @@ -60335,7 +60380,7 @@ paths: - name - email nullable: true - required: &437 + required: &438 - id - tree_id - message @@ -60343,8 +60388,8 @@ paths: - author - committer nullable: true - repository: *163 - head_repository: *163 + repository: *164 + head_repository: *164 head_repository_id: type: integer example: 5 @@ -60382,7 +60427,7 @@ paths: - workflow_url - pull_requests examples: - default: &413 + default: &414 value: total_count: 1 workflow_runs: @@ -60596,7 +60641,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60618,24 +60663,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *356 - *357 - - &393 + - *358 + - &394 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *391 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: &396 + default: &397 value: id: 30433642 name: Build @@ -60876,9 +60921,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '204': description: Response @@ -60901,9 +60946,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '200': description: Response @@ -61022,15 +61067,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -61057,13 +61102,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *356 - *357 - - *393 + - *358 + - *394 - *17 - *19 - - *394 - - *62 + - *395 + - *63 responses: '200': description: Response @@ -61079,11 +61124,11 @@ paths: type: integer artifacts: type: array - items: *363 + items: *364 examples: - default: *395 + default: *396 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61105,25 +61150,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *356 - *357 - - *393 - - &397 + - *358 + - *394 + - &398 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *391 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61146,10 +61191,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *356 - *357 - - *393 - - *397 + - *358 + - *394 + - *398 - *17 - *19 responses: @@ -61167,9 +61212,9 @@ paths: type: integer jobs: type: array - items: *398 + items: *399 examples: - default: &399 + default: &400 value: total_count: 1 jobs: @@ -61258,7 +61303,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -61282,10 +61327,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *356 - *357 - - *393 - - *397 + - *358 + - *394 + - *398 responses: '302': description: Response @@ -61313,19 +61358,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '202': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61361,12 +61406,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -61509,7 +61554,7 @@ paths: job_url: https://api.github.com/repos/octocat/Hello-World/actions/jobs/798245260 job_html_url: https://github.com/octocat/Hello-World/actions/runs/30433642/job/798245260 headers: - Link: *70 + Link: *71 '404': *6 '422': *15 x-github: @@ -61534,9 +61579,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: - - *356 - *357 - - *393 + - *358 + - *394 requestBody: required: true content: @@ -61603,19 +61648,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '202': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61638,9 +61683,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 - 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 @@ -61670,11 +61715,11 @@ paths: type: integer jobs: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61697,9 +61742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '302': description: Response @@ -61726,14 +61771,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '204': description: Response '403': *29 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61755,9 +61800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '200': description: Response @@ -61817,7 +61862,7 @@ paths: items: type: object properties: - type: &526 + type: &527 type: string description: The type of reviewer. enum: @@ -61827,7 +61872,7 @@ paths: reviewer: anyOf: - *4 - - *210 + - *211 required: - environment - wait_timer @@ -61902,9 +61947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 requestBody: required: true content: @@ -61951,12 +61996,12 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &804 + properties: &805 url: type: string format: uri @@ -62039,9 +62084,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - required: &805 + properties: *84 + required: *85 + required: &806 - id - node_id - sha @@ -62057,7 +62102,7 @@ paths: - created_at - updated_at examples: - default: &522 + default: &523 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -62113,9 +62158,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *356 - *357 - - *393 + - *358 + - *394 requestBody: required: false content: @@ -62136,7 +62181,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -62159,9 +62204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *356 - *357 - - *393 + - *358 + - *394 requestBody: required: false content: @@ -62182,7 +62227,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -62214,9 +62259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *356 - *357 - - *393 + - *358 + - *394 responses: '200': description: Response @@ -62353,8 +62398,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -62372,11 +62417,11 @@ paths: type: integer secrets: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62399,16 +62444,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62430,17 +62475,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &414 + default: &415 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -62466,9 +62511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 requestBody: required: true content: @@ -62499,7 +62544,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -62525,9 +62570,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '204': description: Response @@ -62552,9 +62597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *356 - *357 - - *180 + - *358 + - *181 - *19 responses: '200': @@ -62571,11 +62616,11 @@ paths: type: integer variables: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62596,8 +62641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -62624,7 +62669,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -62649,17 +62694,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &415 + default: &416 value: name: USERNAME value: octocat @@ -62685,9 +62730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 requestBody: required: true content: @@ -62729,9 +62774,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 responses: '204': description: Response @@ -62756,8 +62801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -62775,7 +62820,7 @@ paths: type: integer workflows: type: array - items: &404 + items: &405 title: Workflow description: A GitHub Actions workflow type: object @@ -62859,7 +62904,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62882,9 +62927,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *356 - *357 - - &405 + - *358 + - &406 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -62899,7 +62944,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -62932,9 +62977,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *356 - *357 - - *405 + - *358 + - *406 responses: '204': description: Response @@ -62959,9 +63004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *356 - *357 - - *405 + - *358 + - *406 responses: '200': description: Response including the workflow run ID and URLs. @@ -63041,9 +63086,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *356 - *357 - - *405 + - *358 + - *406 responses: '204': description: Response @@ -63070,19 +63115,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *356 - *357 - - *405 + - *358 - *406 - *407 - *408 - *409 + - *410 - *17 - *19 - - *410 - - *391 - *411 + - *392 - *412 + - *413 responses: '200': description: Response @@ -63098,11 +63143,11 @@ paths: type: integer workflow_runs: type: array - items: *392 + items: *393 examples: - default: *413 + default: *414 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63132,9 +63177,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *356 - *357 - - *405 + - *358 + - *406 responses: '200': description: Response @@ -63195,12 +63240,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *356 - *357 - - *62 + - *358 + - *63 - *17 - - *47 - *48 + - *49 - name: ref description: |- The Git reference for the activities you want to list. @@ -63341,7 +63386,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '422': *7 x-github: githubCloudOnly: false @@ -63365,8 +63410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-organization-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -63384,11 +63429,11 @@ paths: type: integer secrets: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63410,9 +63455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-organization-variables parameters: - - *356 - *357 - - *180 + - *358 + - *181 - *19 responses: '200': @@ -63429,11 +63474,11 @@ paths: type: integer variables: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63456,8 +63501,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -63475,11 +63520,11 @@ paths: type: integer secrets: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63502,16 +63547,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-public-key parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63533,17 +63578,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *414 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63565,9 +63610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 requestBody: required: true content: @@ -63598,7 +63643,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -63624,9 +63669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '204': description: Response @@ -63651,9 +63696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-variables parameters: - - *356 - *357 - - *180 + - *358 + - *181 - *19 responses: '200': @@ -63670,11 +63715,11 @@ paths: type: integer variables: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63695,8 +63740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-a-repository-variable parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -63723,7 +63768,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -63748,17 +63793,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63779,9 +63824,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 requestBody: required: true content: @@ -63823,9 +63868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-a-repository-variable parameters: - - *356 - *357 - - *174 + - *358 + - *175 responses: '204': description: Response @@ -63846,8 +63891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -63859,9 +63904,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -63884,8 +63929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *356 - *357 + - *358 - name: assignee in: path required: true @@ -63921,8 +63966,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -64032,11 +64077,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *356 - *357 + - *358 - *17 - - *47 - *48 + - *49 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -64074,7 +64119,7 @@ paths: initiator: type: string examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64094,8 +64139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -64103,7 +64148,7 @@ paths: application/json: schema: type: array - items: &417 + items: &418 title: Autolink reference description: An autolink reference. type: object @@ -64157,8 +64202,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -64197,9 +64242,9 @@ paths: description: response content: application/json: - schema: *417 + schema: *418 examples: - default: &418 + default: &419 value: id: 1 key_prefix: TICKET- @@ -64230,9 +64275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *356 - *357 - - &419 + - *358 + - &420 name: autolink_id description: The unique identifier of the autolink. in: path @@ -64244,9 +64289,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 '404': *6 x-github: githubCloudOnly: false @@ -64266,9 +64311,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *356 - *357 - - *419 + - *358 + - *420 responses: '204': description: Response @@ -64292,8 +64337,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: - - *356 - *357 + - *358 responses: '200': description: Response if Dependabot is enabled @@ -64341,8 +64386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -64363,8 +64408,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -64384,8 +64429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *356 - *357 + - *358 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -64423,7 +64468,7 @@ paths: - url protected: type: boolean - protection: &421 + protection: &422 title: Branch Protection description: Branch Protection type: object @@ -64465,7 +64510,7 @@ paths: required: - contexts - checks - enforce_admins: &424 + enforce_admins: &425 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -64480,7 +64525,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &426 + required_pull_request_reviews: &427 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -64501,7 +64546,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *210 + items: *211 apps: description: The list of apps with review dismissal access. @@ -64530,7 +64575,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *210 + items: *211 apps: description: The list of apps allowed to bypass pull request requirements. @@ -64556,7 +64601,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &423 + restrictions: &424 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -64619,7 +64664,7 @@ paths: type: string teams: type: array - items: *210 + items: *211 apps: type: array items: @@ -64815,7 +64860,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -64833,9 +64878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *356 - *357 - - &422 + - *358 + - &423 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). @@ -64849,14 +64894,14 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &491 + commit: &492 title: Commit description: Commit type: object @@ -64890,7 +64935,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &420 + properties: &421 name: type: string example: '"Chris Wanstrath"' @@ -64906,7 +64951,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *420 + properties: *421 nullable: true message: type: string @@ -64927,7 +64972,7 @@ paths: required: - sha - url - verification: &544 + verification: &545 title: Verification type: object properties: @@ -64961,12 +65006,12 @@ paths: nullable: true oneOf: - *4 - - *172 + - *173 committer: nullable: true oneOf: - *4 - - *172 + - *173 parents: type: array items: @@ -64997,7 +65042,7 @@ paths: type: integer files: type: array - items: &504 + items: &505 title: Diff Entry description: Diff Entry type: object @@ -65081,7 +65126,7 @@ paths: - self protected: type: boolean - protection: *421 + protection: *422 protection_url: type: string format: uri @@ -65188,7 +65233,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *360 + '301': *361 '404': *6 x-github: githubCloudOnly: false @@ -65210,15 +65255,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -65412,9 +65457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -65669,7 +65714,7 @@ paths: url: type: string format: uri - required_status_checks: &429 + required_status_checks: &430 title: Status Check Policy description: Status Check Policy type: object @@ -65745,7 +65790,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 apps: type: array items: *5 @@ -65763,7 +65808,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 apps: type: array items: *5 @@ -65821,7 +65866,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *423 + restrictions: *424 required_conversation_resolution: type: object properties: @@ -65933,9 +65978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -65960,17 +66005,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &425 + default: &426 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -65992,17 +66037,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66021,9 +66066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66048,17 +66093,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -66154,9 +66199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -66254,9 +66299,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '422': *15 x-github: githubCloudOnly: false @@ -66277,9 +66322,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66306,17 +66351,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -66339,17 +66384,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *428 + default: *429 '404': *6 x-github: githubCloudOnly: false @@ -66369,9 +66414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66396,17 +66441,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 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_status_checks strict: true @@ -66432,9 +66477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -66486,9 +66531,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 '404': *6 '422': *15 x-github: @@ -66510,9 +66555,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66536,9 +66581,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response @@ -66572,9 +66617,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -66641,9 +66686,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -66707,9 +66752,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: content: application/json: @@ -66775,15 +66820,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -66874,9 +66919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '204': description: Response @@ -66899,9 +66944,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response @@ -66911,7 +66956,7 @@ paths: type: array items: *5 examples: - default: &431 + default: &432 value: - id: 1 slug: octoapp @@ -66968,9 +67013,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67004,7 +67049,7 @@ paths: type: array items: *5 examples: - default: *431 + default: *432 '422': *15 x-github: githubCloudOnly: false @@ -67025,9 +67070,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67061,7 +67106,7 @@ paths: type: array items: *5 examples: - default: *431 + default: *432 '422': *15 x-github: githubCloudOnly: false @@ -67082,9 +67127,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67118,7 +67163,7 @@ paths: type: array items: *5 examples: - default: *431 + default: *432 '422': *15 x-github: githubCloudOnly: false @@ -67140,9 +67185,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response @@ -67150,9 +67195,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 '404': *6 x-github: githubCloudOnly: false @@ -67172,9 +67217,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -67210,9 +67255,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -67233,9 +67278,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: false content: @@ -67271,9 +67316,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -67294,9 +67339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: content: application/json: @@ -67331,9 +67376,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -67355,9 +67400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 responses: '200': description: Response @@ -67367,7 +67412,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '404': *6 x-github: githubCloudOnly: false @@ -67391,9 +67436,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67426,7 +67471,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -67451,9 +67496,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67486,7 +67531,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -67511,9 +67556,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67546,7 +67591,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -67573,9 +67618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 requestBody: required: true content: @@ -67597,7 +67642,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -67713,8 +67758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -67993,7 +68038,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: CheckRun description: A check performed on the code of a given code change type: object @@ -68104,16 +68149,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *93 - deployment: &797 + items: *94 + deployment: &798 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68180,8 +68225,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -68393,9 +68438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *356 - *357 - - &434 + - *358 + - &435 name: check_run_id description: The unique identifier of the check run. in: path @@ -68407,9 +68452,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &435 + default: &436 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -68509,9 +68554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *356 - *357 - - *434 + - *358 + - *435 requestBody: required: true content: @@ -68751,9 +68796,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68773,9 +68818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *356 - *357 - - *434 + - *358 + - *435 - *17 - *19 responses: @@ -68850,7 +68895,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68870,15 +68915,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *356 - *357 - - *434 + - *358 + - *435 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -68916,8 +68961,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -68939,7 +68984,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &438 + schema: &439 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -69003,7 +69048,7 @@ paths: nullable: true pull_requests: type: array - items: *93 + items: *94 nullable: true app: title: GitHub app @@ -69014,9 +69059,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - repository: *163 + properties: *84 + required: *85 + repository: *164 created_at: type: string format: date-time @@ -69025,12 +69070,12 @@ paths: type: string format: date-time nullable: true - head_commit: &825 + head_commit: &826 title: Simple Commit description: A commit. type: object - properties: *436 - required: *437 + properties: *437 + required: *438 latest_check_runs_count: type: integer check_runs_url: @@ -69058,7 +69103,7 @@ paths: - check_runs_url - pull_requests examples: - default: &439 + default: &440 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -69349,9 +69394,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69370,8 +69415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -69432,7 +69477,7 @@ paths: required: - app_id - setting - repository: *163 + repository: *164 examples: default: value: @@ -69680,9 +69725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *356 - *357 - - &440 + - *358 + - &441 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -69694,9 +69739,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69719,17 +69764,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *356 - *357 - - *440 - - &497 + - *358 + - *441 + - &498 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &498 + - &499 name: status description: Returns check runs with the specified `status`. in: query @@ -69768,9 +69813,9 @@ paths: type: integer check_runs: type: array - items: *433 + items: *434 examples: - default: &499 + default: &500 value: total_count: 1 check_runs: @@ -69852,7 +69897,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69872,15 +69917,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *356 - *357 - - *440 + - *358 + - *441 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -69903,12 +69948,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#list-code-quality-findings-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - - *62 - - *47 + - *63 - *48 + - *49 - name: state description: If specified, only code quality findings with this state will be returned. @@ -69926,7 +69971,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 description: Code quality finding type: object properties: @@ -70056,14 +70101,14 @@ 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': &442 + '403': &443 description: Response if the user is not authorized to access Code quality for this repository. content: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70083,8 +70128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-finding parameters: - - *356 - *357 + - *358 - name: finding_number in: path description: The number that identifies a finding. @@ -70096,7 +70141,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -70125,9 +70170,9 @@ 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': *442 + '403': *443 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70147,8 +70192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-setup-configuration parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -70212,9 +70257,9 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly - '403': *442 + '403': *443 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70233,8 +70278,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#update-a-code-quality-setup-configuration parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -70295,7 +70340,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -70338,7 +70383,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70362,30 +70407,30 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *356 - *357 - - *443 + - *358 - *444 + - *445 - *19 - *17 - - &461 + - &462 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: *445 - - &462 + schema: *446 + - &463 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *62 - - *47 + - *63 - *48 + - *49 - name: sort description: The property by which to sort the results. in: query @@ -70401,13 +70446,13 @@ paths: be returned. in: query required: false - schema: *446 + schema: *447 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *447 + schema: *448 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -70426,14 +70471,14 @@ paths: items: type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: *448 - state: *197 - fixed_at: *193 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: *449 + state: *198 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -70441,12 +70486,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: *449 - dismissed_comment: *450 - rule: *451 - tool: *452 - most_recent_instance: *453 + dismissed_at: *195 + dismissed_reason: *450 + dismissed_comment: *451 + rule: *452 + tool: *453 + most_recent_instance: *454 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -70571,15 +70616,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *37 - '403': &454 + '304': *38 + '403': &455 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70599,9 +70644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *356 - *357 - - &455 + - *358 + - &456 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -70609,23 +70654,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *188 + schema: *189 responses: '200': description: Response content: application/json: - schema: &456 + schema: &457 type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: *448 - state: *197 - fixed_at: *193 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: *449 + state: *198 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -70633,9 +70678,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: *449 - dismissed_comment: *450 + dismissed_at: *195 + dismissed_reason: *450 + dismissed_comment: *451 rule: type: object properties: @@ -70689,8 +70734,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *452 - most_recent_instance: *453 + tool: *453 + most_recent_instance: *454 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -70788,10 +70833,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *37 - '403': *454 + '304': *38 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70809,9 +70854,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *356 - *357 - - *455 + - *358 + - *456 requestBody: required: true content: @@ -70826,8 +70871,8 @@ paths: enum: - open - dismissed - dismissed_reason: *449 - dismissed_comment: *450 + dismissed_reason: *450 + dismissed_comment: *451 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -70855,7 +70900,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -70931,14 +70976,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &460 + '403': &461 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -70958,15 +71003,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: - - *356 - *357 - - *455 + - *358 + - *456 responses: '200': description: Response content: application/json: - schema: &457 + schema: &458 type: object properties: status: @@ -70992,13 +71037,13 @@ paths: - description - started_at examples: - default: &458 + default: &459 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &459 + '400': &460 description: Bad Request content: application/json: @@ -71009,9 +71054,9 @@ 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': *454 + '403': *455 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71034,29 +71079,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: - - *356 - *357 - - *455 + - *358 + - *456 responses: '200': description: OK content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '202': description: Accepted content: application/json: - schema: *457 + schema: *458 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *459 + '400': *460 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -71066,7 +71111,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71088,9 +71133,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: - - *356 - *357 - - *455 + - *358 + - *456 requestBody: required: false content: @@ -71135,12 +71180,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *459 - '403': *460 + '400': *460 + '403': *461 '404': *6 '422': description: Unprocessable Entity - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71160,13 +71205,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *356 - *357 - - *455 + - *358 + - *456 - *19 - *17 - - *461 - *462 + - *463 responses: '200': description: Response @@ -71177,10 +71222,10 @@ paths: items: type: object properties: - ref: *445 - analysis_key: *463 - environment: *464 - category: *465 + ref: *446 + analysis_key: *464 + environment: *465 + category: *466 state: type: string description: State of a code scanning alert instance. @@ -71195,7 +71240,7 @@ paths: properties: text: type: string - location: *466 + location: *467 html_url: type: string classifications: @@ -71203,7 +71248,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: *467 + items: *468 examples: default: value: @@ -71240,9 +71285,9 @@ paths: end_column: 50 classifications: - source - '403': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71274,29 +71319,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *356 - *357 - - *443 + - *358 - *444 + - *445 - *19 - *17 - - *462 + - *463 - 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: *445 + schema: *446 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &468 + schema: &469 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *62 + - *63 - name: sort description: The property by which to sort the results. in: query @@ -71313,23 +71358,23 @@ paths: application/json: schema: type: array - items: &469 + items: &470 type: object properties: - ref: *445 - commit_sha: &477 + ref: *446 + commit_sha: &478 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: *463 + analysis_key: *464 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *465 + category: *466 error: type: string example: error reading field xyz @@ -71353,8 +71398,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *468 - tool: *452 + sarif_id: *469 + tool: *453 deletable: type: boolean warning: @@ -71415,9 +71460,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71451,8 +71496,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: - - *356 - *357 + - *358 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -71465,7 +71510,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: response: summary: application/json response @@ -71519,14 +71564,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *454 + '403': *455 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71606,8 +71651,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: - - *356 - *357 + - *358 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -71660,9 +71705,9 @@ 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': *460 + '403': *461 '404': *6 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71682,8 +71727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -71691,7 +71736,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: CodeQL Database description: A CodeQL database. type: object @@ -71802,9 +71847,9 @@ 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': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71831,8 +71876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *356 - *357 + - *358 - name: language in: path description: The language of the CodeQL database. @@ -71844,7 +71889,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -71876,11 +71921,11 @@ 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': &508 + '302': &509 description: Found - '403': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71900,8 +71945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *356 - *357 + - *358 - name: language in: path description: The language of the CodeQL database. @@ -71911,9 +71956,9 @@ paths: responses: '204': description: Response - '403': *460 + '403': *461 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71939,8 +71984,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -71949,7 +71994,7 @@ paths: type: object additionalProperties: false properties: - language: &471 + language: &472 type: string description: The language targeted by the CodeQL query enum: @@ -72029,7 +72074,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &475 + schema: &476 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -72037,9 +72082,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *67 + controller_repo: *68 actor: *4 - query_language: *471 + query_language: *472 query_pack_url: type: string description: The download url for the query pack. @@ -72086,7 +72131,7 @@ paths: items: type: object properties: - repository: &472 + repository: &473 title: Repository Identifier description: Repository Identifier type: object @@ -72122,7 +72167,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &476 + analysis_status: &477 type: string description: The new status of the CodeQL variant analysis repository task. @@ -72154,7 +72199,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &473 + access_mismatch_repos: &474 type: object properties: repository_count: @@ -72168,7 +72213,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: *472 + items: *473 required: - repository_count - repositories @@ -72190,8 +72235,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *473 - over_limit_repos: *473 + no_codeql_db_repos: *474 + over_limit_repos: *474 required: - access_mismatch_repos - not_found_repos @@ -72207,7 +72252,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &474 + value: &475 summary: Default response value: id: 1 @@ -72353,17 +72398,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *474 + value: *475 repository_lists: summary: Response for a successful variant analysis submission - value: *474 + value: *475 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72384,8 +72429,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: - - *356 - *357 + - *358 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -72397,11 +72442,11 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *474 + default: *475 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72422,7 +72467,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: - - *356 + - *357 - name: repo in: path description: The name of the controller repository. @@ -72456,8 +72501,8 @@ paths: schema: type: object properties: - repository: *67 - analysis_status: *476 + repository: *68 + analysis_status: *477 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -72561,7 +72606,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72582,8 +72627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -72666,9 +72711,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *454 + '403': *455 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72687,8 +72732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -72755,7 +72800,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -72780,7 +72825,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *460 + '403': *461 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -72794,7 +72839,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72851,8 +72896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -72860,7 +72905,7 @@ paths: schema: type: object properties: - commit_sha: *477 + commit_sha: *478 ref: type: string description: |- @@ -72918,7 +72963,7 @@ paths: schema: type: object properties: - id: *468 + id: *469 url: type: string description: The REST API URL for checking the status of the upload. @@ -72932,11 +72977,11 @@ 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': *460 + '403': *461 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72955,8 +73000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *356 - *357 + - *358 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -73002,10 +73047,10 @@ 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': *454 + '403': *455 '404': description: Not Found if the sarif id does not match any upload - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73027,8 +73072,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: - - *356 - *357 + - *358 responses: '200': description: Response @@ -73052,7 +73097,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *49 + configuration: *50 examples: default: value: @@ -73084,8 +73129,8 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *61 - '304': *37 + '204': *62 + '304': *38 '403': *29 '404': *6 x-github: @@ -73109,8 +73154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *356 - *357 + - *358 - 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 @@ -73230,8 +73275,8 @@ paths: parameters: - *17 - *19 - - *356 - *357 + - *358 responses: '200': description: Response @@ -73247,7 +73292,7 @@ paths: type: integer codespaces: type: array - items: *262 + items: *263 examples: default: value: @@ -73523,7 +73568,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -73545,8 +73590,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -73609,22 +73654,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -73648,8 +73693,8 @@ paths: parameters: - *17 - *19 - - *356 - *357 + - *358 responses: '200': description: Response @@ -73689,7 +73734,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *55 + '500': *56 '400': *14 '401': *25 '403': *29 @@ -73713,8 +73758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *356 - *357 + - *358 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -73749,14 +73794,14 @@ paths: type: integer machines: type: array - items: &738 + items: &739 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *479 - required: *480 + properties: *480 + required: *481 examples: - default: &739 + default: &740 value: total_count: 2 machines: @@ -73772,8 +73817,8 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -73796,8 +73841,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *356 - *357 + - *358 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -73881,8 +73926,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: - - *356 - *357 + - *358 - 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 @@ -73927,7 +73972,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73948,8 +73993,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -73967,7 +74012,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &485 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -73987,9 +74032,9 @@ paths: - created_at - updated_at examples: - default: *481 + default: *482 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74010,16 +74055,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *483 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74039,17 +74084,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74069,9 +74114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 requestBody: required: true content: @@ -74099,7 +74144,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -74123,9 +74168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '204': description: Response @@ -74153,8 +74198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *356 - *357 + - *358 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -74196,7 +74241,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &486 + properties: &487 login: type: string example: octocat @@ -74289,7 +74334,7 @@ paths: user_view_type: type: string example: public - required: &487 + required: &488 - avatar_url - events_url - followers_url @@ -74338,7 +74383,7 @@ paths: admin: false role_name: write headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -74363,9 +74408,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *356 - *357 - - *74 + - *358 + - *75 responses: '204': description: Response if user is a collaborator @@ -74411,9 +74456,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *356 - *357 - - *74 + - *358 + - *75 requestBody: required: false content: @@ -74439,7 +74484,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &558 + schema: &559 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -74450,7 +74495,7 @@ paths: example: 42 type: integer format: int64 - repository: *163 + repository: *164 invitee: title: Simple User description: A GitHub user. @@ -74628,7 +74673,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *132 + schema: *133 '403': *29 x-github: triggersNotification: true @@ -74668,9 +74713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *356 - *357 - - *74 + - *358 + - *75 responses: '204': description: No Content when collaborator was removed from the repository. @@ -74701,9 +74746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *356 - *357 - - *74 + - *358 + - *75 responses: '200': description: if user has admin permissions @@ -74723,8 +74768,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true required: - permission @@ -74779,8 +74824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -74790,7 +74835,7 @@ paths: application/json: schema: type: array - items: &488 + items: &489 title: Commit Comment description: Commit Comment type: object @@ -74831,8 +74876,8 @@ paths: updated_at: type: string format: date-time - author_association: *85 - reactions: *86 + author_association: *86 + reactions: *87 required: - url - html_url @@ -74848,7 +74893,7 @@ paths: - created_at - updated_at examples: - default: &493 + default: &494 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -74882,7 +74927,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74907,17 +74952,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '200': description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &494 + default: &495 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -74974,9 +75019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -74998,7 +75043,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -75049,9 +75094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '204': description: Response @@ -75072,9 +75117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 - 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 commit comment. @@ -75100,7 +75145,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -75169,7 +75214,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -75188,9 +75233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -75222,9 +75267,9 @@ paths: description: Reaction exists content: application/json: - schema: *489 + schema: *490 examples: - default: &490 + default: &491 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -75253,9 +75298,9 @@ paths: description: Reaction created content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -75277,9 +75322,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *356 - *357 - - *104 + - *358 + - *105 - &564 name: reaction_id description: The unique identifier of the reaction. @@ -75335,8 +75380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *356 - *357 + - *358 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -75392,9 +75437,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: &631 + default: &632 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -75464,11 +75509,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *70 - '500': *55 + Link: *71 + '500': *56 '400': *14 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75488,9 +75533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *356 - *357 - - &492 + - *358 + - &493 name: commit_sha description: The SHA of the commit. in: path @@ -75537,7 +75582,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75562,9 +75607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *356 - *357 - - *492 + - *358 + - *493 - *17 - *19 responses: @@ -75574,11 +75619,11 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *493 + default: *494 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75604,9 +75649,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *356 - *357 - - *492 + - *358 + - *493 requestBody: required: true content: @@ -75641,9 +75686,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *494 + default: *495 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75671,9 +75716,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *356 - *357 - - *492 + - *358 + - *493 - *17 - *19 responses: @@ -75683,7 +75728,7 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: &623 value: @@ -76164,8 +76209,8 @@ paths: auto_merge: draft: false headers: - Link: *70 - '409': *54 + Link: *71 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76222,11 +76267,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *356 - *357 + - *358 - *19 - *17 - - &496 + - &497 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)" @@ -76241,7 +76286,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: &610 value: @@ -76331,7 +76376,7 @@ paths: schema: type: string examples: - default: &505 + default: &506 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -76344,7 +76389,7 @@ paths: schema: type: string examples: - default: &506 + default: &507 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -76370,9 +76415,9 @@ paths: value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 - '500': *55 - '503': *122 - '409': *54 + '500': *56 + '503': *123 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76397,11 +76442,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *356 - *357 - - *496 + - *358 - *497 - *498 + - *499 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -76435,11 +76480,11 @@ paths: type: integer check_runs: type: array - items: *433 + items: *434 examples: - default: *499 + default: *500 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76462,9 +76507,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *356 - *357 - - *496 + - *358 + - *497 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -76472,7 +76517,7 @@ paths: schema: type: integer example: 1 - - *497 + - *498 - *17 - *19 responses: @@ -76490,7 +76535,7 @@ paths: type: integer check_suites: type: array - items: *438 + items: *439 examples: default: value: @@ -76665,7 +76710,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76690,9 +76735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *356 - *357 - - *496 + - *358 + - *497 - *17 - *19 responses: @@ -76759,7 +76804,7 @@ paths: type: string total_count: type: integer - repository: *163 + repository: *164 commit_url: type: string format: uri @@ -76890,9 +76935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *356 - *357 - - *496 + - *358 + - *497 - *17 - *19 responses: @@ -76902,7 +76947,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: Status description: The status of a commit. type: object @@ -76982,8 +77027,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77011,8 +77056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -77041,20 +77086,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *500 - required: *501 + properties: *501 + required: *502 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &502 + properties: &503 url: type: string format: uri html_url: type: string format: uri - required: &503 + required: &504 - url - html_url nullable: true @@ -77062,32 +77107,32 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true contributing: title: Community Health File type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true readme: title: Community Health File type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true issue_template: title: Community Health File type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true pull_request_template: title: Community Health File type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true required: - code_of_conduct @@ -77214,8 +77259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *356 - *357 + - *358 - *19 - *17 - name: basehead @@ -77258,8 +77303,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *491 - merge_base_commit: *491 + base_commit: *492 + merge_base_commit: *492 status: type: string enum: @@ -77279,10 +77324,10 @@ paths: example: 6 commits: type: array - items: *491 + items: *492 files: type: array - items: *504 + items: *505 required: - url - html_url @@ -77528,15 +77573,15 @@ paths: schema: type: string examples: - default: *505 + default: *506 application/vnd.github.patch: schema: type: string examples: - default: *506 + default: *507 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77578,8 +77623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *356 - *357 + - *358 - name: path description: path parameter in: path @@ -77739,7 +77784,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &507 + response-if-content-is-a-file-github-object: &508 summary: Response if content is a file value: type: file @@ -77871,7 +77916,7 @@ paths: - size - type - url - - &636 + - &637 title: Content File description: Content File type: object @@ -78072,7 +78117,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *507 + response-if-content-is-a-file: *508 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -78141,8 +78186,8 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *508 - '304': *37 + '302': *509 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78164,8 +78209,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *356 - *357 + - *358 - name: path description: path parameter in: path @@ -78258,7 +78303,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &510 title: File Commit description: File Commit type: object @@ -78410,7 +78455,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: example-for-creating-a-file: value: @@ -78464,7 +78509,7 @@ paths: schema: oneOf: - *3 - - &539 + - &540 description: Repository rule violation was detected type: object properties: @@ -78485,7 +78530,7 @@ paths: items: type: object properties: - placeholder_id: &709 + placeholder_id: &710 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -78517,8 +78562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *356 - *357 + - *358 - name: path description: path parameter in: path @@ -78579,7 +78624,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -78613,8 +78658,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *54 - '503': *122 + '409': *55 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78634,8 +78679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *356 - *357 + - *358 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -78735,7 +78780,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *70 + Link: *71 '204': description: Response if repository is empty '403': *29 @@ -78764,8 +78809,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: - - *356 - *357 + - *358 responses: '200': description: Response @@ -78875,7 +78920,7 @@ paths: custom_allowlist: - sentry.io - https://api.example.com - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -78897,27 +78942,27 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *356 - *357 - - *212 + - *358 - *213 - *214 - *215 - *216 + - *217 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *217 - - *510 - *218 + - *511 - *219 - *220 - - *62 - - *47 + - *221 + - *63 - *48 + - *49 - *17 responses: '200': @@ -78926,11 +78971,11 @@ paths: application/json: schema: type: array - items: &514 + items: &515 type: object description: A Dependabot alert. properties: - number: *188 + number: *189 state: type: string description: The state of the Dependabot alert. @@ -78945,7 +78990,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *63 + package: *64 manifest_path: type: string description: The full path to the dependency manifest file, @@ -78973,13 +79018,13 @@ paths: - direct - transitive - inconclusive - security_advisory: *511 - security_vulnerability: *66 - url: *191 - html_url: *192 - created_at: *189 - updated_at: *190 - dismissed_at: *194 + security_advisory: *512 + security_vulnerability: *67 + url: *192 + html_url: *193 + created_at: *190 + updated_at: *191 + dismissed_at: *195 dismissed_by: title: Simple User description: A GitHub user. @@ -79003,9 +79048,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *193 - auto_dismissed_at: *512 - dismissal_request: *513 + fixed_at: *194 + auto_dismissed_at: *513 + dismissal_request: *514 assignees: type: array description: The users assigned to this alert. @@ -79236,7 +79281,7 @@ paths: dismissed_comment: fixed_at: assignees: [] - '304': *37 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -79260,9 +79305,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *356 - *357 - - &515 + - *358 + - &516 name: alert_number in: path description: |- @@ -79271,13 +79316,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *188 + schema: *189 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: default: value: @@ -79387,7 +79432,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '304': *37 + '304': *38 '403': *29 '404': *6 x-github: @@ -79409,9 +79454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *356 - *357 - - *515 + - *358 + - *516 requestBody: required: true content: @@ -79484,7 +79529,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: default: value: @@ -79591,7 +79636,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *7 x-github: githubCloudOnly: false @@ -79614,8 +79659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -79633,7 +79678,7 @@ paths: type: integer secrets: type: array - items: &518 + items: &519 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -79664,7 +79709,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79686,16 +79731,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79715,15 +79760,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -79749,9 +79794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 requestBody: required: true content: @@ -79779,7 +79824,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -79803,9 +79848,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *356 - *357 - - *171 + - *358 + - *172 responses: '204': description: Response @@ -79827,8 +79872,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: - - *356 - *357 + - *358 - 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 @@ -79964,7 +80009,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *70 + Link: *71 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -79973,8 +80018,8 @@ paths: application/json: schema: *3 '400': *14 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false category: dependency-graph @@ -79991,8 +80036,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: - - *356 - *357 + - *358 responses: '200': description: Response @@ -80208,7 +80253,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *70 + Link: *71 '404': *6 '403': *29 x-github: @@ -80230,8 +80275,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: - - *356 - *357 + - *358 - name: sbom_uuid in: path required: true @@ -80242,7 +80287,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *519 + Location: *520 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -80263,8 +80308,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: - - *356 - *357 + - *358 responses: '201': description: Response @@ -80302,8 +80347,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: - - *356 - *357 + - *358 requestBody: required: true content: @@ -80378,7 +80423,7 @@ paths: - version - url additionalProperties: false - metadata: &520 + metadata: &521 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -80411,7 +80456,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *520 + metadata: *521 resolved: type: object description: A collection of resolved package dependencies. @@ -80424,7 +80469,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *520 + metadata: *521 relationship: type: string description: A notation of whether a dependency is requested @@ -80553,8 +80598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *356 - *357 + - *358 - name: sha description: The SHA recorded at creation time. in: query @@ -80594,11 +80639,11 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *522 + default: *523 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80662,8 +80707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -80744,7 +80789,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: simple-example: summary: Simple example @@ -80817,9 +80862,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *356 - *357 - - &523 + - *358 + - &524 name: deployment_id description: deployment_id parameter in: path @@ -80831,7 +80876,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -80896,9 +80941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *356 - *357 - - *523 + - *358 + - *524 responses: '204': description: Response @@ -80920,9 +80965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *356 - *357 - - *523 + - *358 + - *524 - *17 - *19 responses: @@ -80932,7 +80977,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Deployment Status description: The status of a deployment. type: object @@ -81023,8 +81068,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -81073,7 +81118,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -81093,9 +81138,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *356 - *357 - - *523 + - *358 + - *524 requestBody: required: true content: @@ -81170,9 +81215,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: &525 + default: &526 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -81228,9 +81273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *356 - *357 - - *523 + - *358 + - *524 - name: status_id in: path required: true @@ -81241,9 +81286,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 '404': *6 x-github: githubCloudOnly: false @@ -81268,8 +81313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -81326,8 +81371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -81344,7 +81389,7 @@ paths: type: integer environments: type: array - items: &527 + items: &528 title: Environment description: Details of a deployment environment type: object @@ -81396,7 +81441,7 @@ paths: type: type: string example: wait_timer - wait_timer: &529 + wait_timer: &530 type: integer example: 30 description: The amount of time to delay a job after @@ -81433,11 +81478,11 @@ paths: items: type: object properties: - type: *526 + type: *527 reviewer: anyOf: - *4 - - *210 + - *211 required: - id - node_id @@ -81457,7 +81502,7 @@ paths: - id - node_id - type - deployment_branch_policy: &530 + deployment_branch_policy: &531 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -81573,9 +81618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *356 - *357 - - &528 + - *358 + - &529 name: environment_name in: path required: true @@ -81588,9 +81633,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &531 + default: &532 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -81674,9 +81719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *356 - *357 - - *528 + - *358 + - *529 requestBody: required: false content: @@ -81685,7 +81730,7 @@ paths: type: object nullable: true properties: - wait_timer: *529 + wait_timer: *530 prevent_self_review: type: boolean example: false @@ -81702,13 +81747,13 @@ paths: items: type: object properties: - type: *526 + type: *527 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *530 + deployment_branch_policy: *531 additionalProperties: false examples: default: @@ -81728,9 +81773,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -81754,9 +81799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *356 - *357 - - *528 + - *358 + - *529 responses: '204': description: Default response @@ -81781,9 +81826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *356 - *357 - - *528 + - *358 + - *529 - *17 - *19 responses: @@ -81801,7 +81846,7 @@ paths: example: 2 branch_policies: type: array - items: &532 + items: &533 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -81858,9 +81903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *356 - *357 - - *528 + - *358 + - *529 requestBody: required: true content: @@ -81906,9 +81951,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - example-wildcard: &533 + example-wildcard: &534 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -81950,10 +81995,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *356 - *357 - - *528 - - &534 + - *358 + - *529 + - &535 name: branch_policy_id in: path required: true @@ -81965,9 +82010,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81986,10 +82031,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *356 - *357 - - *528 - - *534 + - *358 + - *529 + - *535 requestBody: required: true content: @@ -82017,9 +82062,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82038,10 +82083,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *356 - *357 - - *528 - - *534 + - *358 + - *529 + - *535 responses: '204': description: Response @@ -82066,9 +82111,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *528 + - *529 + - *358 - *357 - - *356 responses: '200': description: List of deployment protection rules @@ -82084,7 +82129,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &535 + items: &536 title: Deployment protection rule description: Deployment protection rule type: object @@ -82103,7 +82148,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &536 + app: &537 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -82202,9 +82247,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: - - *528 + - *529 + - *358 - *357 - - *356 requestBody: content: application/json: @@ -82225,9 +82270,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *535 + schema: *536 examples: - default: &537 + default: &538 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -82262,9 +82307,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: - - *528 + - *529 + - *358 - *357 - - *356 - *19 - *17 responses: @@ -82283,7 +82328,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *536 + items: *537 examples: default: value: @@ -82318,10 +82363,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *356 - *357 - - *528 - - &538 + - *358 + - *529 + - &539 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -82333,9 +82378,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82356,10 +82401,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *528 + - *529 + - *358 - *357 - - *356 - - *538 + - *539 responses: '204': description: Response @@ -82385,9 +82430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *356 - *357 - - *528 + - *358 + - *529 - *17 - *19 responses: @@ -82405,11 +82450,11 @@ paths: type: integer secrets: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82432,17 +82477,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *356 - *357 - - *528 + - *358 + - *529 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82464,18 +82509,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *356 - *357 - - *528 - - *171 + - *358 + - *529 + - *172 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *414 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82497,10 +82542,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *356 - *357 - - *528 - - *171 + - *358 + - *529 + - *172 requestBody: required: true content: @@ -82531,7 +82576,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -82557,10 +82602,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *356 - *357 - - *528 - - *171 + - *358 + - *529 + - *172 responses: '204': description: Default response @@ -82585,10 +82630,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *356 - *357 - - *528 - - *180 + - *358 + - *529 + - *181 - *19 responses: '200': @@ -82605,11 +82650,11 @@ paths: type: integer variables: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82630,9 +82675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *356 - *357 - - *528 + - *358 + - *529 requestBody: required: true content: @@ -82659,7 +82704,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -82684,18 +82729,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *356 - *357 - - *528 - - *174 + - *358 + - *529 + - *175 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82716,10 +82761,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *356 - *357 - - *174 - - *528 + - *358 + - *175 + - *529 requestBody: required: true content: @@ -82761,10 +82806,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *356 - *357 - - *174 - - *528 + - *358 + - *175 + - *529 responses: '204': description: Response @@ -82786,8 +82831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -82797,7 +82842,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: 200-response: value: @@ -82855,8 +82900,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *356 - *357 + - *358 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -82878,7 +82923,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: value: @@ -82991,7 +83036,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *70 + Link: *71 '400': *14 x-github: githubCloudOnly: false @@ -83015,8 +83060,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -83048,9 +83093,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 '400': *14 '422': *15 '403': *29 @@ -83071,8 +83116,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -83123,7 +83168,7 @@ paths: schema: type: string '404': *6 - '409': *54 + '409': *55 '403': *29 '422': description: Validation failed @@ -83131,8 +83176,8 @@ paths: application/json: schema: oneOf: - - *132 - - *539 + - *133 + - *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83157,8 +83202,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *356 - *357 + - *358 - name: file_sha in: path required: true @@ -83209,7 +83254,7 @@ paths: '404': *6 '422': *15 '403': *29 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83257,8 +83302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -83367,7 +83412,7 @@ paths: description: Response content: application/json: - schema: &540 + schema: &541 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -83531,7 +83576,7 @@ paths: type: string '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83581,15 +83626,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *356 - *357 - - *492 + - *358 + - *493 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -83620,7 +83665,7 @@ paths: payload: verified_at: '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83645,9 +83690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *356 - *357 - - &541 + - *358 + - &542 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. @@ -83664,7 +83709,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Git Reference description: Git references within a repository type: object @@ -83717,8 +83762,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *70 - '409': *54 + Link: *71 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83739,17 +83784,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *356 - *357 - - *541 + - *358 + - *542 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &543 + default: &544 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -83759,7 +83804,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83778,8 +83823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -83808,16 +83853,16 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83836,9 +83881,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *356 - *357 - - *541 + - *358 + - *542 requestBody: required: true content: @@ -83867,11 +83912,11 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83887,16 +83932,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *356 - *357 - - *541 + - *358 + - *542 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83944,8 +83989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -84012,7 +84057,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &546 title: Git Tag description: Metadata for a Git tag type: object @@ -84063,7 +84108,7 @@ paths: - sha - type - url - verification: *544 + verification: *545 required: - sha - url @@ -84073,7 +84118,7 @@ paths: - tag - message examples: - default: &546 + default: &547 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -84100,7 +84145,7 @@ paths: schema: type: string '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84146,8 +84191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *356 - *357 + - *358 - name: tag_sha in: path required: true @@ -84158,11 +84203,11 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84184,8 +84229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -84258,7 +84303,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -84331,7 +84376,7 @@ paths: '422': *15 '404': *6 '403': *29 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84354,8 +84399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *356 - *357 + - *358 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -84378,7 +84423,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default-response: summary: Default response @@ -84419,7 +84464,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84436,8 +84481,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-the-hash-algorithm-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -84480,8 +84525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -84491,7 +84536,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: Webhook description: Webhooks for repositories. type: object @@ -84545,7 +84590,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &833 + last_response: &834 title: Hook Response type: object properties: @@ -84600,7 +84645,7 @@ paths: status: unused message: headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -84619,8 +84664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -84672,9 +84717,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &549 + default: &550 value: type: Repository id: 12345678 @@ -84722,17 +84767,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -84752,9 +84797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 requestBody: required: true content: @@ -84799,9 +84844,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '422': *15 '404': *6 x-github: @@ -84822,9 +84867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '204': description: Response @@ -84848,9 +84893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '200': description: Response @@ -84877,9 +84922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *356 - *357 - - *230 + - *358 + - *231 requestBody: required: false content: @@ -84923,12 +84968,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *356 - *357 - - *230 - - *17 + - *358 - *231 + - *17 - *232 + - *233 responses: '200': description: Response @@ -84936,9 +84981,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 '400': *14 '422': *15 x-github: @@ -84957,18 +85002,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 - *16 responses: '200': description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 + default: *237 '400': *14 '422': *15 x-github: @@ -84987,12 +85032,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -85012,9 +85057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '204': description: Response @@ -85039,9 +85084,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *356 - *357 - - *230 + - *358 + - *231 responses: '204': description: Response @@ -85064,8 +85109,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response if immutable releases are enabled @@ -85111,11 +85156,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *356 - *357 + - *358 responses: - '204': *61 - '409': *54 + '204': *62 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85132,11 +85177,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *356 - *357 + - *358 responses: - '204': *61 - '409': *54 + '204': *62 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85190,14 +85235,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: &550 + schema: &551 title: Import description: A repository import from an external source. type: object @@ -85296,7 +85341,7 @@ paths: - html_url - authors_url examples: - default: &553 + default: &554 value: vcs: subversion use_lfs: true @@ -85312,7 +85357,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': &551 + '503': &552 description: Unavailable due to service under maintenance. content: application/json: @@ -85341,8 +85386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -85390,7 +85435,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -85415,7 +85460,7 @@ paths: type: string '422': *15 '404': *6 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85443,8 +85488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -85493,7 +85538,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: example-1: summary: Example 1 @@ -85541,7 +85586,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': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85564,12 +85609,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *356 - *357 + - *358 responses: '204': description: Response - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85595,9 +85640,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *356 - *357 - - &762 + - *358 + - &763 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -85611,7 +85656,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Porter Author description: Porter Author type: object @@ -85665,7 +85710,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': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85690,8 +85735,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *356 - *357 + - *358 - name: author_id in: path required: true @@ -85721,7 +85766,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -85734,7 +85779,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85758,8 +85803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -85800,7 +85845,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85828,8 +85873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -85856,11 +85901,11 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *553 + default: *554 '422': *15 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85883,8 +85928,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -85892,8 +85937,8 @@ paths: application/json: schema: *22 examples: - default: *554 - '301': *360 + default: *555 + '301': *361 '404': *6 x-github: githubCloudOnly: false @@ -85913,8 +85958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -85922,12 +85967,12 @@ paths: application/json: schema: anyOf: - - *249 + - *250 - type: object properties: {} additionalProperties: false examples: - default: &556 + default: &557 value: limit: collaborators_only origin: repository @@ -85952,13 +85997,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *555 + schema: *556 examples: default: summary: Example request body @@ -85970,9 +86015,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *556 + default: *557 '409': description: Response x-github: @@ -85994,8 +86039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -86022,8 +86067,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: - - *356 - *357 + - *358 responses: '200': description: Response @@ -86077,13 +86122,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: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: &557 + schema: &558 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. @@ -86133,13 +86178,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: - - *356 - *357 + - *358 requestBody: required: true content: application/json: - schema: *557 + schema: *558 examples: default: summary: Example request body @@ -86172,8 +86217,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -86226,8 +86271,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#update-pull-request-creation-cap-for-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -86303,8 +86348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -86314,9 +86359,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: &754 + default: &755 value: - id: 1 repository: @@ -86430,7 +86475,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86447,9 +86492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *356 - *357 - - *253 + - *358 + - *254 requestBody: required: false content: @@ -86478,7 +86523,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -86609,9 +86654,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *356 - *357 - - *253 + - *358 + - *254 responses: '204': description: Response @@ -86634,8 +86679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -86643,9 +86688,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *559 + default: *560 '404': *6 x-github: githubCloudOnly: false @@ -86674,8 +86719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *356 - *357 + - *358 - 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 @@ -86737,7 +86782,7 @@ paths: required: false schema: type: string - - *260 + - *261 - name: sort description: What to sort results by. in: query @@ -86749,8 +86794,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -86760,7 +86805,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: &574 value: @@ -86910,8 +86955,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '422': *15 '404': *6 x-github: @@ -86940,8 +86985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -87041,7 +87086,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: &571 value: @@ -87179,9 +87224,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *122 + '503': *123 '404': *6 - '410': *560 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -87209,9 +87254,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *356 - *357 - - *112 + - *358 + - *113 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -87221,7 +87266,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -87265,7 +87310,7 @@ paths: author_association: COLLABORATOR minimized: headers: - Link: *70 + Link: *71 '422': *15 '404': *6 x-github: @@ -87292,9 +87337,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '200': description: Response @@ -87358,9 +87403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -87402,9 +87447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '204': description: Response @@ -87432,9 +87477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '200': description: Response @@ -87496,7 +87541,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *560 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -87513,17 +87558,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *560 - '503': *122 + '410': *33 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87540,9 +87585,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 - 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 comment. @@ -87568,11 +87613,11 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: *563 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -87591,9 +87636,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -87625,16 +87670,16 @@ paths: description: Reaction exists content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '201': description: Reaction created content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -87656,9 +87701,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *356 - *357 - - *104 + - *358 + - *105 - *564 responses: '204': @@ -87679,8 +87724,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -87778,7 +87823,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *210 + requested_team: *211 dismissed_review: title: Issue Event Dismissed Review type: object @@ -87892,7 +87937,7 @@ paths: type: string description: The reason for the referenced issue's state. nullable: true - repository: *67 + repository: *68 issue_type: title: Issue Type description: The type of the referenced issue. @@ -87946,7 +87991,7 @@ paths: nullable: true properties: *568 required: *569 - author_association: *85 + author_association: *86 lock_reason: type: string nullable: true @@ -87959,8 +88004,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -88127,7 +88172,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -88145,8 +88190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *356 - *357 + - *358 - name: event_id in: path required: true @@ -88350,7 +88395,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *560 + '410': *33 '403': *29 x-github: githubCloudOnly: false @@ -88384,8 +88429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *356 - *357 + - *358 - &572 name: issue_number description: The number that identifies the issue. @@ -88398,7 +88443,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: summary: Issue @@ -88582,10 +88627,10 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *360 + '301': *361 '404': *6 - '410': *560 - '304': *37 + '410': *33 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88609,8 +88654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -88747,17 +88792,17 @@ paths: application/json: schema: allOf: - - *88 + - *89 - type: object properties: {} examples: default: *571 '422': *15 - '503': *122 + '503': *123 '403': *29 - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88775,8 +88820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -88803,7 +88848,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 x-github: @@ -88821,8 +88866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: content: @@ -88848,7 +88893,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 x-github: @@ -88872,8 +88917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *356 - *357 + - *358 - *572 - name: assignee in: path @@ -88914,10 +88959,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *356 - *357 + - *358 - *572 - - *95 + - *96 - *17 - *19 responses: @@ -88931,9 +88976,9 @@ paths: examples: default: *573 headers: - Link: *70 + Link: *71 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88962,8 +89007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -88995,7 +89040,7 @@ paths: schema: type: string '403': *29 - '410': *560 + '410': *33 '422': *15 '404': *6 x-github: @@ -89023,8 +89068,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -89035,14 +89080,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *574 headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89070,8 +89115,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -89094,7 +89139,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 headers: @@ -89102,9 +89147,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *360 + '301': *361 '403': *29 - '410': *560 + '410': *33 '422': *15 '404': *6 x-github: @@ -89135,8 +89180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *356 - *357 + - *358 - *572 - name: issue_id in: path @@ -89149,15 +89194,15 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 - '301': *360 + '301': *361 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *560 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -89183,8 +89228,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -89195,14 +89240,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *574 headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89219,8 +89264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -89266,8 +89311,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 label: type: object properties: @@ -89320,8 +89365,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 label: type: object properties: @@ -89409,8 +89454,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 assigner: *4 required: @@ -89456,8 +89501,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 milestone: type: object properties: @@ -89507,8 +89552,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 milestone: type: object properties: @@ -89558,8 +89603,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 rename: type: object properties: @@ -89612,10 +89657,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 review_requester: *4 - requested_team: *210 + requested_team: *211 requested_reviewer: *4 required: - review_requester @@ -89659,10 +89704,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 review_requester: *4 - requested_team: *210 + requested_team: *211 requested_reviewer: *4 required: - review_requester @@ -89706,8 +89751,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 dismissed_review: type: object properties: @@ -89766,8 +89811,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 lock_reason: type: string example: '"off-topic"' @@ -89814,8 +89859,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -89880,8 +89925,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -89946,8 +89991,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -90068,8 +90113,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 issue_type: *567 required: - issue_type @@ -90113,8 +90158,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 prev_issue_type: *567 required: - prev_issue_type @@ -90158,8 +90203,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 issue_type: *567 prev_issue_type: *567 required: @@ -90205,8 +90250,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90258,8 +90303,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90311,8 +90356,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90364,8 +90409,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90417,8 +90462,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90470,8 +90515,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90523,8 +90568,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90576,8 +90621,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -90632,8 +90677,8 @@ paths: name: label color: red headers: - Link: *70 - '410': *560 + Link: *71 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90650,8 +90695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -90703,10 +90748,10 @@ paths: name: Backend color: green headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90735,8 +90780,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -90814,7 +90859,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -90845,8 +90890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -90919,7 +90964,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -90945,17 +90990,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *356 - *357 + - *358 - *572 - - *256 + - *257 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -90973,8 +91018,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -90985,7 +91030,7 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: &577 value: @@ -91004,10 +91049,10 @@ paths: color: a2eeef default: false headers: - Link: *70 - '301': *360 + Link: *71 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91023,8 +91068,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -91068,12 +91113,12 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *577 - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -91090,8 +91135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -91152,12 +91197,12 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *577 - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -91174,15 +91219,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *356 - *357 + - *358 - *572 responses: '204': description: Response - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91201,8 +91246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *356 - *357 + - *358 - *572 - name: name in: path @@ -91216,7 +91261,7 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: value: @@ -91227,9 +91272,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91249,8 +91294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: false @@ -91279,7 +91324,7 @@ paths: '204': description: Response '403': *29 - '410': *560 + '410': *33 '404': *6 '422': *15 x-github: @@ -91297,8 +91342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *356 - *357 + - *358 - *572 responses: '204': @@ -91329,20 +91374,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *356 - *357 + - *358 - *572 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 - '301': *360 + '301': *361 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91359,8 +91404,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *356 - *357 + - *358 - *572 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -91387,13 +91432,13 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: *563 headers: - Link: *70 + Link: *71 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91411,8 +91456,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -91445,16 +91490,16 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '201': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -91476,8 +91521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *356 - *357 + - *358 - *572 - *564 responses: @@ -91508,8 +91553,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -91532,7 +91577,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 headers: @@ -91567,8 +91612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -91579,13 +91624,13 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *574 headers: - Link: *70 + Link: *71 '404': *6 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91613,8 +91658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -91642,7 +91687,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 headers: @@ -91651,7 +91696,7 @@ paths: schema: type: string '403': *29 - '410': *560 + '410': *33 '422': *15 '404': *6 x-github: @@ -91671,8 +91716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *356 - *357 + - *358 - *572 requestBody: required: true @@ -91704,13 +91749,13 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *571 '403': *29 '404': *6 '422': *7 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -91728,8 +91773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *356 - *357 + - *358 - *572 - *17 - *19 @@ -91800,7 +91845,7 @@ paths: issue_url: type: string format: uri - author_association: *85 + author_association: *86 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -91810,9 +91855,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - reactions: *86 + properties: *84 + required: *85 + reactions: *87 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and @@ -91858,7 +91903,7 @@ paths: properties: type: type: string - issue: *88 + issue: *89 required: - event - created_at @@ -92058,7 +92103,7 @@ paths: type: string body_text: type: string - author_association: *85 + author_association: *86 required: - event - id @@ -92081,7 +92126,7 @@ paths: type: string comments: type: array - items: &625 + items: &626 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -92176,7 +92221,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *85 + author_association: *86 _links: type: object properties: @@ -92260,7 +92305,7 @@ paths: enum: - line - file - reactions: *86 + reactions: *87 body_html: type: string example: '"

comment body

"' @@ -92296,7 +92341,7 @@ paths: type: string comments: type: array - items: *488 + items: *489 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -92327,8 +92372,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 required: - id @@ -92371,8 +92416,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 required: - id @@ -92415,8 +92460,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 state_reason: type: string nullable: true @@ -92594,10 +92639,10 @@ paths: type: User site_admin: true headers: - Link: *70 + Link: *71 '404': *6 '400': *14 - '410': *560 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92614,8 +92659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -92675,7 +92720,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92691,8 +92736,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -92764,8 +92809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *356 - *357 + - *358 - &608 name: key_id description: The unique identifier of the key. @@ -92798,8 +92843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *356 - *357 + - *358 - *608 responses: '204': @@ -92820,8 +92865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -92831,11 +92876,11 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *577 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -92854,8 +92899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -92891,7 +92936,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: &609 value: @@ -92925,8 +92970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *356 - *357 + - *358 - name: name in: path required: true @@ -92937,7 +92982,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: *609 '404': *6 @@ -92956,8 +93001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *356 - *357 + - *358 - name: name in: path required: true @@ -92996,7 +93041,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: value: @@ -93022,8 +93067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *356 - *357 + - *358 - name: name in: path required: true @@ -93049,8 +93094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -93089,9 +93134,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *356 - *357 - - *461 + - *358 + - *462 responses: '200': description: Response @@ -93153,8 +93198,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true required: - _links @@ -93236,8 +93281,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -93302,8 +93347,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -93337,7 +93382,7 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *491 + schema: *492 examples: default: *610 '204': @@ -93364,8 +93409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *356 - *357 + - *358 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -93410,8 +93455,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 examples: default: value: @@ -93450,7 +93495,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -93467,8 +93512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -93569,8 +93614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *356 - *357 + - *358 - &613 name: milestone_number description: The number that identifies the milestone. @@ -93602,8 +93647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *356 - *357 + - *358 - *613 requestBody: required: false @@ -93660,8 +93705,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *356 - *357 + - *358 - *613 responses: '204': @@ -93683,8 +93728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *356 - *357 + - *358 - *613 - *17 - *19 @@ -93695,11 +93740,11 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *577 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93716,11 +93761,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *356 - *357 + - *358 - *614 - *615 - - *95 + - *96 - *616 - *17 - *19 @@ -93731,11 +93776,11 @@ paths: application/json: schema: type: array - items: *115 + items: *116 examples: default: *617 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93757,8 +93802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -93816,8 +93861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -93989,8 +94034,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -94048,7 +94093,7 @@ paths: examples: default: *619 '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94069,8 +94114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -94148,7 +94193,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94169,14 +94214,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *356 - *357 + - *358 responses: '204': description: Response '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94196,8 +94241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -94282,7 +94327,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94301,8 +94346,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *356 - *357 + - *358 responses: '201': description: Response @@ -94347,8 +94392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -94404,8 +94449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *356 - *357 + - *358 - name: build_id in: path required: true @@ -94438,8 +94483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -94544,8 +94589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *356 - *357 + - *358 - &622 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit @@ -94604,11 +94649,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *356 - *357 + - *358 - *622 responses: - '204': *61 + '204': *62 '404': *6 x-github: githubCloudOnly: false @@ -94633,8 +94678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -94865,7 +94910,7 @@ paths: description: Empty response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -94892,8 +94937,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: - - *356 - *357 + - *358 responses: '200': description: Private vulnerability reporting status @@ -94930,10 +94975,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *356 - *357 + - *358 responses: - '204': *61 + '204': *62 '422': *14 x-github: githubCloudOnly: false @@ -94952,10 +94997,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *356 - *357 + - *358 responses: - '204': *61 + '204': *62 '422': *14 x-github: githubCloudOnly: false @@ -94975,8 +95020,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -94984,7 +95029,7 @@ paths: application/json: schema: type: array - items: *309 + items: *310 examples: default: value: @@ -95015,8 +95060,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: - - *356 - *357 + - *358 requestBody: required: true content: @@ -95028,7 +95073,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *309 + items: *310 required: - properties examples: @@ -95078,8 +95123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *356 - *357 + - *358 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -95139,12 +95184,12 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: *623 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '422': *15 x-github: githubCloudOnly: false @@ -95173,8 +95218,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -95239,7 +95284,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &628 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -95350,8 +95395,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 nullable: true active_lock_reason: type: string @@ -95383,7 +95428,7 @@ paths: items: *4 requested_teams: type: array - items: *348 + items: *349 head: type: object properties: @@ -95391,7 +95436,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: *4 @@ -95408,7 +95453,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: *4 @@ -95421,14 +95466,14 @@ paths: _links: type: object properties: - comments: *296 - commits: *296 - statuses: *296 - html: *296 - issue: *296 - review_comments: *296 - review_comment: *296 - self: *296 + comments: *297 + commits: *297 + statuses: *297 + html: *297 + issue: *297 + review_comments: *297 + review_comment: *297 + self: *297 required: - comments - commits @@ -95438,8 +95483,9 @@ paths: - review_comments - review_comment - self - author_association: *85 + author_association: *86 auto_merge: *624 + stack: *625 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -95529,7 +95575,7 @@ paths: - merged_by - review_comments examples: - default: &628 + default: &629 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -96036,8 +96082,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *356 - *357 + - *358 - name: sort in: query required: false @@ -96056,7 +96102,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -96066,9 +96112,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: &630 + default: &631 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96120,7 +96166,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96145,17 +96191,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &626 + default: &627 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96230,9 +96276,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -96254,9 +96300,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96272,9 +96318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *356 - *357 - - *104 + - *358 + - *105 responses: '204': description: Response @@ -96295,9 +96341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 - 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 pull request review comment. @@ -96323,11 +96369,11 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: *563 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -96346,9 +96392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *356 - *357 - - *104 + - *358 + - *105 requestBody: required: true content: @@ -96380,16 +96426,16 @@ paths: description: Reaction exists content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '201': description: Reaction created content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -96411,9 +96457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *356 - *357 - - *104 + - *358 + - *105 - *564 responses: '204': @@ -96457,9 +96503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *356 - *357 - - &629 + - *358 + - &630 name: pull_number description: The number that identifies the pull request. in: path @@ -96472,18 +96518,18 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *627 + schema: *628 examples: - default: *628 - '304': *37 + default: *629 + '304': *38 '404': *6 '406': description: Unacceptable content: application/json: schema: *3 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96509,9 +96555,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -96553,9 +96599,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 '403': *29 x-github: @@ -96577,9 +96623,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: true content: @@ -96639,21 +96685,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '401': *25 '403': *29 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96679,10 +96725,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *356 - *357 - - *629 - - *112 + - *358 + - *630 + - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -96692,7 +96738,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -96702,11 +96748,11 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: *630 + default: *631 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96737,9 +96783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: true content: @@ -96844,7 +96890,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: example-for-a-multi-line-comment: value: @@ -96932,10 +96978,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *356 - *357 - - *629 - - *104 + - *358 + - *630 + - *105 requestBody: required: true content: @@ -96957,7 +97003,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -97043,9 +97089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 - *17 - *19 responses: @@ -97055,11 +97101,11 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *631 + default: *632 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97087,9 +97133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *356 - *357 - - *629 + - *358 + - *630 - *17 - *19 responses: @@ -97099,7 +97145,7 @@ paths: application/json: schema: type: array - items: *504 + items: *505 examples: default: value: @@ -97115,10 +97161,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *70 + Link: *71 '422': *15 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97137,9 +97183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *356 - *357 - - *629 + - *358 + - *630 responses: '204': description: Response if pull request has been merged @@ -97162,9 +97208,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -97275,9 +97321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 responses: '200': description: Response @@ -97293,7 +97339,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 required: - users - teams @@ -97334,7 +97380,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97352,9 +97398,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -97391,7 +97437,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -97927,9 +97973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: true content: @@ -97963,7 +98009,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -98448,9 +98494,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 - *17 - *19 responses: @@ -98460,7 +98506,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -98529,7 +98575,7 @@ paths: type: string body_text: type: string - author_association: *85 + author_association: *86 required: - id - node_id @@ -98578,7 +98624,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98611,9 +98657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -98699,9 +98745,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &634 + default: &635 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -98764,10 +98810,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - &633 + - *358 + - *630 + - &634 name: review_id description: The unique identifier of the review. in: path @@ -98779,9 +98825,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &635 + default: &636 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -98840,10 +98886,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 requestBody: required: true content: @@ -98866,7 +98912,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -98928,18 +98974,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 responses: '200': description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *634 + default: *635 '422': *7 '404': *6 x-github: @@ -98966,10 +99012,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 - *17 - *19 responses: @@ -99048,13 +99094,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *85 + author_association: *86 _links: type: object properties: - self: *296 - html: *296 - pull_request: *296 + self: *297 + html: *297 + pull_request: *297 required: - self - html @@ -99063,7 +99109,7 @@ paths: type: string body_html: type: string - reactions: *86 + reactions: *87 side: description: The side of the first line of the range for a multi-line comment. @@ -99175,7 +99221,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -99204,10 +99250,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 requestBody: required: true content: @@ -99235,7 +99281,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -99298,10 +99344,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *356 - *357 - - *629 - - *633 + - *358 + - *630 + - *634 requestBody: required: true content: @@ -99336,9 +99382,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *635 + default: *636 '404': *6 '422': *7 '403': *29 @@ -99360,9 +99406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *356 - *357 - - *629 + - *358 + - *630 requestBody: required: false content: @@ -99425,8 +99471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *356 - *357 + - *358 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -99439,9 +99485,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: &637 + default: &638 value: type: file encoding: base64 @@ -99458,7 +99504,7 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '304': *37 + '304': *38 '404': *6 '422': *15 x-github: @@ -99483,8 +99529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *356 - *357 + - *358 - name: dir description: The alternate path to look for a README file in: path @@ -99504,9 +99550,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '422': *15 x-github: @@ -99528,8 +99574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -99539,7 +99585,7 @@ paths: application/json: schema: type: array - items: *638 + items: *639 examples: default: value: @@ -99613,7 +99659,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -99633,8 +99679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -99710,9 +99756,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: &642 + default: &643 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -99817,9 +99863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *356 - *357 - - &640 + - *358 + - &641 name: asset_id description: The unique identifier of the asset. in: path @@ -99831,9 +99877,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &641 + default: &642 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 @@ -99868,7 +99914,7 @@ paths: type: User site_admin: false '404': *6 - '302': *508 + '302': *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99884,9 +99930,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *356 - *357 - - *640 + - *358 + - *641 requestBody: required: false content: @@ -99914,9 +99960,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *641 + default: *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99932,9 +99978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *356 - *357 - - *640 + - *358 + - *641 responses: '204': description: Response @@ -99959,8 +100005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -100045,16 +100091,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *356 - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': *6 x-github: githubCloudOnly: false @@ -100072,8 +100118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *356 - *357 + - *358 - name: tag description: tag parameter in: path @@ -100086,9 +100132,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': *6 x-github: githubCloudOnly: false @@ -100110,9 +100156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *356 - *357 - - &643 + - *358 + - &644 name: release_id description: The unique identifier of the release. in: path @@ -100126,9 +100172,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: *638 + schema: *639 examples: - default: *642 + default: *643 '401': description: Unauthorized x-github: @@ -100146,9 +100192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *356 - *357 - - *643 + - *358 + - *644 requestBody: required: false content: @@ -100212,9 +100258,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': description: Not Found if the discussion category name is invalid content: @@ -100235,9 +100281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *356 - *357 - - *643 + - *358 + - *644 responses: '204': description: Response @@ -100258,9 +100304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *356 - *357 - - *643 + - *358 + - *644 - *17 - *19 responses: @@ -100270,7 +100316,7 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: default: value: @@ -100307,7 +100353,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100351,9 +100397,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: - - *356 - *357 - - *643 + - *358 + - *644 - name: name in: query required: true @@ -100379,7 +100425,7 @@ paths: description: Response for successful upload content: application/json: - schema: *639 + schema: *640 examples: response-for-successful-upload: value: @@ -100434,9 +100480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *356 - *357 - - *643 + - *358 + - *644 - 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. @@ -100460,11 +100506,11 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: *563 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -100483,9 +100529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *356 - *357 - - *643 + - *358 + - *644 requestBody: required: true content: @@ -100515,16 +100561,16 @@ paths: description: Reaction exists content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '201': description: Reaction created content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 x-github: githubCloudOnly: false @@ -100546,9 +100592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *356 - *357 - - *643 + - *358 + - *644 - *564 responses: '204': @@ -100573,9 +100619,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *356 - *357 - - *422 + - *358 + - *423 - *17 - *19 responses: @@ -100591,8 +100637,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *318 - - &644 + - *319 + - &645 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -100611,72 +100657,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *319 - - *644 - allOf: - *320 - - *644 + - *645 - allOf: - *321 - - *644 - - allOf: - *645 - - *644 - allOf: - *322 - - *644 + - *645 + - allOf: + - *646 + - *645 - allOf: - *323 - - *644 + - *645 - allOf: - *324 - - *644 + - *645 - allOf: - *325 - - *644 + - *645 - allOf: - *326 - - *644 + - *645 - allOf: - *327 - - *644 + - *645 - allOf: - *328 - - *644 + - *645 - allOf: - *329 - - *644 + - *645 - allOf: - *330 - - *644 + - *645 - allOf: - *331 - - *644 + - *645 - allOf: - - *336 - - *644 + - *332 + - *645 - allOf: - *337 - - *644 + - *645 - allOf: - *338 - - *644 + - *645 - allOf: - - *646 - - *644 + - *339 + - *645 - allOf: - - *332 - - *644 + - *647 + - *645 - allOf: - *333 - - *644 + - *645 - allOf: - *334 - - *644 + - *645 - allOf: - *335 - - *644 + - *645 + - allOf: + - *336 + - *645 examples: default: value: @@ -100715,8 +100761,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 - *17 - *19 - name: includes_parents @@ -100727,7 +100773,7 @@ paths: schema: type: boolean default: true - - *647 + - *648 responses: '200': description: Response @@ -100735,7 +100781,7 @@ paths: application/json: schema: type: array - items: *339 + items: *340 examples: default: value: @@ -100766,7 +100812,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -100782,8 +100828,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 requestBody: description: Request body required: true @@ -100803,16 +100849,16 @@ paths: - tag - push default: branch - enforcement: *315 + enforcement: *316 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *316 - conditions: *313 + items: *317 + conditions: *314 rules: type: array description: An array of rules within the ruleset. - items: *648 + items: *649 required: - name - enforcement @@ -100843,9 +100889,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &659 + default: &660 value: id: 42 name: super cool ruleset @@ -100879,7 +100925,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *55 + '500': *56 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -100893,13 +100939,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *356 - *357 - - *649 + - *358 - *650 - *651 - *652 - *653 + - *654 - *17 - *19 responses: @@ -100907,11 +100953,11 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100930,19 +100976,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *356 - *357 - - *656 + - *358 + - *657 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100968,8 +101014,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100989,11 +101035,11 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *659 + default: *660 '404': *6 - '500': *55 + '500': *56 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -101009,8 +101055,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101035,16 +101081,16 @@ paths: - branch - tag - push - enforcement: *315 + enforcement: *316 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *316 - conditions: *313 + items: *317 + conditions: *314 rules: description: An array of rules within the ruleset. type: array - items: *648 + items: *649 examples: default: value: @@ -101072,12 +101118,12 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *659 + default: *660 '404': *6 '422': *15 - '500': *55 + '500': *56 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -101093,8 +101139,8 @@ paths: category: repos subcategory: rules parameters: - - *356 - *357 + - *358 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101105,7 +101151,7 @@ paths: '204': description: Response '404': *6 - '500': *55 + '500': *56 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -101117,8 +101163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *356 - *357 + - *358 - *17 - *19 - name: ruleset_id @@ -101134,11 +101180,11 @@ paths: application/json: schema: type: array - items: *342 + items: *343 examples: - default: *660 + default: *661 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101155,8 +101201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *356 - *357 + - *358 - name: ruleset_id description: The ID of the ruleset. in: path @@ -101174,7 +101220,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -101207,7 +101253,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101229,9 +101275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *356 - *357 - - *662 + - *358 - *663 - *664 - *665 @@ -101239,10 +101284,10 @@ paths: - *667 - *668 - *669 - - *62 + - *670 + - *63 - *19 - *17 - - *670 - *671 - *672 - *673 @@ -101251,6 +101296,7 @@ paths: - *676 - *677 - *678 + - *679 responses: '200': description: Response @@ -101261,8 +101307,8 @@ paths: items: type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -101270,15 +101316,15 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *679 - resolution: *680 + state: *680 + resolution: *681 resolved_at: type: string format: date-time @@ -101384,7 +101430,7 @@ paths: pull request. ' - oneOf: *681 + oneOf: *682 nullable: true has_more_locations: type: boolean @@ -101526,7 +101572,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101548,20 +101594,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *356 - *357 - - *455 - - *675 + - *358 + - *456 + - *676 responses: '200': description: Response content: application/json: - schema: &682 + schema: &683 type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -101569,14 +101615,14 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *679 - resolution: *680 + state: *680 + resolution: *681 resolved_at: type: string format: date-time @@ -101682,7 +101728,7 @@ paths: pull request. ' - oneOf: *681 + oneOf: *682 nullable: true has_more_locations: type: boolean @@ -101710,7 +101756,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &854 + metadata: &855 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -101756,11 +101802,11 @@ paths: metadata: - key: owner_email value: owner@example.com - '304': *37 + '304': *38 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101783,9 +101829,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *356 - *357 - - *455 + - *358 + - *456 requestBody: required: true content: @@ -101793,8 +101839,8 @@ paths: schema: type: object properties: - state: *679 - resolution: *680 + state: *680 + resolution: *681 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -101838,7 +101884,7 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: default: value: @@ -101918,7 +101964,7 @@ paths: description: State does not match the resolution or resolution comment, assignee does not have write access to the repository, or the requested validity change could not be applied to this alert - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -101940,9 +101986,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *356 - *357 - - *455 + - *358 + - *456 - *19 - *17 responses: @@ -101953,7 +101999,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &856 + items: &857 type: object properties: type: @@ -101979,7 +102025,6 @@ paths: example: commit details: oneOf: - - *683 - *684 - *685 - *686 @@ -101992,6 +102037,7 @@ paths: - *693 - *694 - *695 + - *696 examples: default: value: @@ -102051,11 +102097,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *70 + Link: *71 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102080,12 +102126,12 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *356 - *357 - - *696 + - *358 - *697 - *698 - - *62 + - *699 + - *63 - *19 - *17 responses: @@ -102095,11 +102141,11 @@ paths: application/json: schema: type: array - items: *343 + items: *344 examples: - default: *699 + default: *700 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 post: @@ -102120,8 +102166,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -102134,9 +102180,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *700 + items: *701 examples: - default: *701 + default: *702 responses: '201': description: All patterns created successfully. @@ -102148,9 +102194,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *343 + items: *344 examples: - default: *702 + default: *703 '400': *14 '403': *29 '404': *6 @@ -102174,7 +102220,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *703 + items: *704 delete: summary: Bulk delete repository custom patterns description: |- @@ -102193,8 +102239,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -102208,7 +102254,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *704 + items: *705 post_delete_action: type: string description: |- @@ -102221,14 +102267,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *705 + default: *706 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *345 + '412': *346 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -102248,8 +102294,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *356 - *357 + - *358 - name: pattern_id in: path required: true @@ -102260,21 +102306,21 @@ paths: required: true content: application/json: - schema: *706 + schema: *707 examples: - default: *707 + default: *708 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *343 + schema: *344 examples: - default: *708 + default: *709 '400': *14 '403': *29 '404': *6 - '412': *345 + '412': *346 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -102292,8 +102338,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -102301,14 +102347,14 @@ paths: schema: type: object properties: - reason: &710 + reason: &711 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *709 + placeholder_id: *710 required: - reason - placeholder_id @@ -102325,7 +102371,7 @@ paths: schema: type: object properties: - reason: *710 + reason: *711 expire_at: type: string format: date-time @@ -102348,7 +102394,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -102371,13 +102417,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *356 - *357 + - *358 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *122 + '503': *123 '200': description: Response content: @@ -102387,7 +102433,7 @@ paths: properties: incremental_scans: type: array - items: &711 + items: &712 description: Information on a single scan performed by secret scanning on the repository type: object @@ -102418,15 +102464,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *711 + items: *712 backfill_scans: type: array - items: *711 + items: *712 custom_pattern_backfill_scans: type: array items: allOf: - - *711 + - *712 - type: object properties: pattern_name: @@ -102439,7 +102485,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *711 + items: *712 examples: default: value: @@ -102504,9 +102550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *356 - *357 - - *62 + - *358 + - *63 - name: sort description: The property to sort the results by. in: query @@ -102518,8 +102564,8 @@ paths: - updated - published default: created - - *47 - *48 + - *49 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -102549,9 +102595,9 @@ paths: application/json: schema: type: array - items: *712 + items: *713 examples: - default: *713 + default: *714 '400': *14 '404': *6 x-github: @@ -102574,8 +102620,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -102648,7 +102694,7 @@ paths: login: type: string description: The username of the user credited. - type: *347 + type: *348 required: - login - type @@ -102735,9 +102781,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &715 + default: &716 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -102967,8 +103013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -103072,7 +103118,7 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: default: value: @@ -103218,17 +103264,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *356 - *357 - - *714 + - *358 + - *715 responses: '200': description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *715 + default: *716 '403': *29 '404': *6 x-github: @@ -103252,9 +103298,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *356 - *357 - - *714 + - *358 + - *715 requestBody: required: true content: @@ -103327,7 +103373,7 @@ paths: login: type: string description: The username of the user credited. - type: *347 + type: *348 required: - login - type @@ -103413,17 +103459,17 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *715 - add_credit: *715 + default: *716 + add_credit: *716 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *132 + schema: *133 examples: invalid_state_transition: value: @@ -103454,11 +103500,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *356 - *357 - - *714 + - *358 + - *715 responses: - '202': *39 + '202': *40 '400': *14 '403': *29 '404': *6 @@ -103483,17 +103529,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *356 - *357 - - *714 + - *358 + - *715 responses: '202': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 '400': *14 '422': *15 '403': *29 @@ -103519,8 +103565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -103597,7 +103643,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -103619,8 +103665,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *356 - *357 + - *358 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -103629,7 +103675,7 @@ paths: application/json: schema: type: array - items: &716 + items: &717 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -103641,8 +103687,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *39 - '204': *61 + '202': *40 + '204': *62 '422': description: Repository contains more than 10,000 commits x-github: @@ -103662,8 +103708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -103711,8 +103757,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *39 - '204': *61 + '202': *40 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103739,8 +103785,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -103813,8 +103859,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *39 - '204': *61 + '202': *40 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103836,8 +103882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *356 - *357 + - *358 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -103991,8 +104037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *356 - *357 + - *358 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -104002,7 +104048,7 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: default: value: @@ -104015,7 +104061,7 @@ paths: - - 0 - 2 - 21 - '204': *61 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104035,8 +104081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *356 - *357 + - *358 - name: sha in: path required: true @@ -104090,7 +104136,7 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: default: value: @@ -104144,8 +104190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -104157,9 +104203,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104177,14 +104223,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *356 - *357 + - *358 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &718 + schema: &719 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -104252,8 +104298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *356 - *357 + - *358 requestBody: required: false content: @@ -104279,7 +104325,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: default: value: @@ -104306,8 +104352,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -104327,8 +104373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -104384,7 +104430,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104407,8 +104453,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *356 - *357 + - *358 - name: ref in: path required: true @@ -104444,8 +104490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *356 - *357 + - *358 - *17 - *19 responses: @@ -104455,11 +104501,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *274 + default: *275 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -104477,8 +104523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *356 - *357 + - *358 - *19 - *17 responses: @@ -104486,7 +104532,7 @@ paths: description: Response content: application/json: - schema: &719 + schema: &720 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -104498,7 +104544,7 @@ paths: required: - names examples: - default: &720 + default: &721 value: names: - octocat @@ -104521,8 +104567,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -104553,9 +104599,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 '404': *6 '422': *7 x-github: @@ -104576,9 +104622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *356 - *357 - - &721 + - *358 + - &722 name: per description: The time frame to display results for. in: query @@ -104607,7 +104653,7 @@ paths: example: 128 clones: type: array - items: &722 + items: &723 title: Traffic type: object properties: @@ -104694,8 +104740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -104785,8 +104831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *356 - *357 + - *358 responses: '200': description: Response @@ -104846,9 +104892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *356 - *357 - - *721 + - *358 + - *722 responses: '200': description: Response @@ -104867,7 +104913,7 @@ paths: example: 3782 views: type: array - items: *722 + items: *723 required: - uniques - count @@ -104944,8 +104990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *356 - *357 + - *358 requestBody: required: true content: @@ -104981,7 +105027,7 @@ paths: description: Response content: application/json: - schema: *163 + schema: *164 examples: default: value: @@ -105218,8 +105264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *356 - *357 + - *358 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -105242,8 +105288,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -105265,8 +105311,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *356 - *357 + - *358 responses: '204': description: Response @@ -105292,8 +105338,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *356 - *357 + - *358 - name: ref in: path required: true @@ -105385,9 +105431,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -105428,7 +105474,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: value: @@ -105504,7 +105550,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105620,7 +105666,7 @@ paths: html_url: type: string format: uri - repository: *163 + repository: *164 score: type: number file_size: @@ -105638,7 +105684,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &723 + text_matches: &724 title: Search Result Text Matches type: array items: @@ -105751,8 +105797,8 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *37 - '503': *122 + '304': *38 + '503': *123 '422': *15 '403': *29 x-github: @@ -105800,7 +105846,7 @@ paths: enum: - author-date - committer-date - - &724 + - &725 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 @@ -105871,7 +105917,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *420 + properties: *421 nullable: true comment_count: type: integer @@ -105891,7 +105937,7 @@ paths: url: type: string format: uri - verification: *544 + verification: *545 required: - author - committer @@ -105910,7 +105956,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *420 + properties: *421 nullable: true parents: type: array @@ -105923,12 +105969,12 @@ paths: type: string sha: type: string - repository: *163 + repository: *164 score: type: number node_id: type: string - text_matches: *723 + text_matches: *724 required: - sha - node_id @@ -106057,7 +106103,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106120,7 +106166,7 @@ paths: - interactions - created - updated - - *724 + - *725 - *17 - *19 - name: advanced_search @@ -106234,8 +106280,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -106248,8 +106294,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 nullable: true comments: type: integer @@ -106263,7 +106309,7 @@ paths: type: string format: date-time nullable: true - text_matches: *723 + text_matches: *724 pull_request: type: object properties: @@ -106296,10 +106342,10 @@ paths: type: string score: type: number - author_association: *85 + author_association: *86 draft: type: boolean - repository: *82 + repository: *83 body_html: type: string body_text: @@ -106307,7 +106353,7 @@ paths: timeline_url: type: string format: uri - type: *257 + type: *258 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -106317,17 +106363,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - reactions: *86 + reactions: *87 required: - closed_at - comments @@ -106489,9 +106535,9 @@ paths: - quoted_text items: - "..." - '503': *122 + '503': *123 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -106543,7 +106589,7 @@ paths: enum: - created - updated - - *724 + - *725 - *17 - *19 responses: @@ -106587,7 +106633,7 @@ paths: nullable: true score: type: number - text_matches: *723 + text_matches: *724 required: - id - node_id @@ -106619,7 +106665,7 @@ paths: default: true description: Something isn't working. score: 1 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -106672,7 +106718,7 @@ paths: - forks - help-wanted-issues - updated - - *724 + - *725 - *17 - *19 responses: @@ -106900,8 +106946,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true permissions: type: object @@ -106920,7 +106966,7 @@ paths: - admin - pull - push - text_matches: *723 + text_matches: *724 temp_clone_token: type: string allow_merge_commit: @@ -107122,9 +107168,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *122 + '503': *123 '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107220,7 +107266,7 @@ paths: type: string format: uri nullable: true - text_matches: *723 + text_matches: *724 related: type: array nullable: true @@ -107361,7 +107407,7 @@ paths: featured: true curated: true score: 1 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107411,7 +107457,7 @@ paths: - followers - repositories - joined - - *724 + - *725 - *17 - *19 responses: @@ -107515,7 +107561,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *723 + text_matches: *724 blog: type: string nullable: true @@ -107573,8 +107619,8 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *37 - '503': *122 + '304': *38 + '503': *123 '422': *15 x-github: githubCloudOnly: false @@ -107594,7 +107640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &727 + - &728 name: team_id description: The unique identifier of the team. in: path @@ -107606,9 +107652,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -107635,7 +107681,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *727 + - *728 requestBody: required: true content: @@ -107698,16 +107744,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '201': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 '422': *15 '403': *29 @@ -107735,7 +107781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *727 + - *728 responses: '204': description: Response @@ -107764,7 +107810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *727 + - *728 - *17 - *19 responses: @@ -107774,11 +107820,11 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107804,7 +107850,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *727 + - *728 - name: role description: Filters members returned by their role in the team. in: query @@ -107825,11 +107871,11 @@ paths: application/json: schema: type: array - items: *728 + items: *729 examples: - default: *729 + default: *730 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -107855,8 +107901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '204': description: if user is a member @@ -107892,8 +107938,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '204': description: Response @@ -107932,8 +107978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '204': description: Response @@ -107969,16 +108015,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - response-if-user-is-a-team-maintainer: *730 + response-if-user-is-a-team-maintainer: *731 '404': *6 x-github: githubCloudOnly: false @@ -108011,8 +108057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *727 - - *74 + - *728 + - *75 requestBody: required: false content: @@ -108037,9 +108083,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: *731 + response-if-users-membership-with-team-is-now-pending: *732 '403': description: Forbidden if team synchronization is set up '422': @@ -108073,8 +108119,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *727 - - *74 + - *728 + - *75 responses: '204': description: Response @@ -108101,7 +108147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *727 + - *728 - *17 - *19 responses: @@ -108111,11 +108157,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *288 + default: *289 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -108143,15 +108189,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *727 - - *356 + - *728 - *357 + - *358 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *732 + schema: *733 examples: alternative-response-with-extra-repository-information: value: @@ -108301,9 +108347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *727 - - *356 + - *728 - *357 + - *358 requestBody: required: false content: @@ -108353,9 +108399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *727 - - *356 + - *728 - *357 + - *358 responses: '204': description: Response @@ -108380,7 +108426,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *727 + - *728 - *17 - *19 responses: @@ -108390,11 +108436,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - response-if-child-teams-exist: *733 + response-if-child-teams-exist: *734 headers: - Link: *70 + Link: *71 '404': *6 '403': *29 '422': *15 @@ -108425,7 +108471,7 @@ paths: application/json: schema: oneOf: - - &734 + - &735 title: Private User description: Private User type: object @@ -108628,7 +108674,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &761 + - &762 title: Public User description: Public User type: object @@ -108870,7 +108916,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -108940,7 +108986,7 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: default: value: @@ -108987,7 +109033,7 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -109019,8 +109065,8 @@ paths: type: array items: *4 examples: - default: *73 - '304': *37 + default: *74 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -109042,7 +109088,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *74 + - *75 responses: '204': description: If the user is blocked @@ -109051,7 +109097,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -109070,11 +109116,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -109094,11 +109140,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -109143,11 +109189,11 @@ paths: type: integer codespaces: type: array - items: *262 + items: *263 examples: - default: *263 - '304': *37 - '500': *55 + default: *264 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -109284,21 +109330,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '401': *25 '403': *29 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109338,7 +109384,7 @@ paths: type: integer secrets: type: array - items: &735 + items: &736 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109378,9 +109424,9 @@ paths: - visibility - selected_repositories_url examples: - default: *481 + default: *482 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109448,13 +109494,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 responses: '200': description: Response content: application/json: - schema: *735 + schema: *736 examples: default: value: @@ -109484,7 +109530,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 requestBody: required: true content: @@ -109529,7 +109575,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -109557,7 +109603,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 responses: '204': description: Response @@ -109582,7 +109628,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *171 + - *172 responses: '200': description: Response @@ -109598,13 +109644,13 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *211 + default: *212 '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109625,7 +109671,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *171 + - *172 requestBody: required: true content: @@ -109657,7 +109703,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109679,7 +109725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *171 + - *172 - name: repository_id in: path required: true @@ -109691,7 +109737,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109712,7 +109758,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *171 + - *172 - name: repository_id in: path required: true @@ -109724,7 +109770,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109744,17 +109790,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *478 - '304': *37 - '500': *55 + default: *479 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -109778,7 +109824,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 requestBody: required: false content: @@ -109808,9 +109854,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *478 + default: *479 '401': *25 '403': *29 '404': *6 @@ -109832,11 +109878,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: - '202': *39 - '304': *37 - '500': *55 + '202': *40 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -109861,13 +109907,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: '202': description: Response content: application/json: - schema: &736 + schema: &737 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -109908,7 +109954,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &737 + default: &738 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -109916,7 +109962,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -109940,7 +109986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *264 + - *265 - name: export_id in: path required: true @@ -109953,9 +109999,9 @@ paths: description: Response content: application/json: - schema: *736 + schema: *737 examples: - default: *737 + default: *738 '404': *6 x-github: githubCloudOnly: false @@ -109976,7 +110022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *264 + - *265 responses: '200': description: Response @@ -109992,11 +110038,11 @@ paths: type: integer machines: type: array - items: *738 + items: *739 examples: - default: *739 - '304': *37 - '500': *55 + default: *740 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -110023,7 +110069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *264 + - *265 requestBody: required: true content: @@ -110073,13 +110119,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *359 + repository: *360 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -110853,17 +110899,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *478 - '304': *37 - '500': *55 + default: *479 + '304': *38 + '500': *56 '400': *14 '401': *25 '402': @@ -110873,7 +110919,7 @@ paths: schema: *3 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110893,16 +110939,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *264 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *478 - '500': *55 + default: *479 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -110931,9 +110977,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: &751 + default: &752 value: - id: 197 name: hello_docker @@ -111034,7 +111080,7 @@ paths: application/json: schema: type: array - items: &740 + items: &741 title: Email description: Email type: object @@ -111065,7 +111111,7 @@ paths: primary: true verified: true visibility: private - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111099,17 +111145,17 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: - default: &753 + default: &754 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111176,7 +111222,7 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: default: value: @@ -111193,7 +111239,7 @@ paths: verified: false visibility: '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111254,7 +111300,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111286,10 +111332,10 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -111319,10 +111365,10 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -111341,7 +111387,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *74 + - *75 responses: '204': description: if the person is followed by the authenticated user @@ -111350,7 +111396,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -111371,11 +111417,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111396,11 +111442,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111432,7 +111478,7 @@ paths: application/json: schema: type: array - items: &741 + items: &742 title: GPG Key description: A unique encryption key type: object @@ -111563,7 +111609,7 @@ paths: - subkeys - revoked examples: - default: &771 + default: &772 value: - id: 3 name: Octocat's GPG Key @@ -111595,8 +111641,8 @@ paths: revoked: false raw_key: string headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111648,9 +111694,9 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: &742 + default: &743 value: id: 3 name: Octocat's GPG Key @@ -111684,7 +111730,7 @@ paths: v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -111707,7 +111753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &743 + - &744 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -111719,11 +111765,11 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: *742 + default: *743 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -111744,13 +111790,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *743 + - *744 responses: '204': description: Response '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -111887,8 +111933,8 @@ paths: suspended_at: suspended_by: headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -111935,7 +111981,7 @@ paths: type: array items: allOf: - - *82 + - *83 - type: object properties: custom_properties: @@ -111946,12 +111992,12 @@ paths: values. Present for org repos only. additionalProperties: true examples: - default: *155 + default: *156 headers: - Link: *70 + Link: *71 '404': *6 '403': *29 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111972,12 +112018,12 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *152 + - *153 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -111998,12 +112044,12 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *152 + - *153 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 '422': description: Returned when the application is installed on `all` repositories @@ -112032,12 +112078,12 @@ paths: application/json: schema: anyOf: - - *249 + - *250 - type: object properties: {} additionalProperties: false examples: - default: *250 + default: *251 '204': description: Response when there are no restrictions x-github: @@ -112061,7 +112107,7 @@ paths: required: true content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -112072,7 +112118,7 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: default: value: @@ -112153,7 +112199,7 @@ paths: - closed - all default: open - - *260 + - *261 - name: sort description: What to sort results by. in: query @@ -112165,8 +112211,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -112176,13 +112222,13 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *261 + default: *262 headers: - Link: *70 + Link: *71 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112211,7 +112257,7 @@ paths: application/json: schema: type: array - items: &744 + items: &745 title: Key description: Key type: object @@ -112262,8 +112308,8 @@ paths: verified: false read_only: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112312,9 +112358,9 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: - default: &745 + default: &746 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112324,7 +112370,7 @@ paths: verified: false read_only: false '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112353,11 +112399,11 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: - default: *745 + default: *746 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -112382,7 +112428,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112411,7 +112457,7 @@ paths: application/json: schema: type: array - items: &746 + items: &747 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112468,7 +112514,7 @@ paths: - id - type - login - plan: *106 + plan: *107 required: - billing_cycle - next_billing_date @@ -112479,7 +112525,7 @@ paths: - account - plan examples: - default: &747 + default: &748 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112512,8 +112558,8 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '401': *25 '404': *6 x-github: @@ -112541,12 +112587,12 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: - default: *747 + default: *748 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -112583,7 +112629,7 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: default: value: @@ -112666,8 +112712,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -112691,13 +112737,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: default: value: @@ -112759,7 +112805,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *78 + - *79 requestBody: required: true content: @@ -112784,9 +112830,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *266 + schema: *267 examples: - default: &748 + default: &749 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -112833,9 +112879,9 @@ paths: processed asynchronously. content: application/json: - schema: *266 + schema: *267 examples: - default: *748 + default: *749 '403': *29 '404': *6 '422': *15 @@ -112864,7 +112910,7 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: default: value: @@ -113017,8 +113063,8 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -113117,7 +113163,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -113270,7 +113316,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113297,7 +113343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *269 + - *270 - name: exclude in: query required: false @@ -113310,7 +113356,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -113464,7 +113510,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113504,11 +113550,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *269 + - *270 responses: '302': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113530,12 +113576,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *269 + - *270 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113559,12 +113605,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *269 - - *749 + - *270 + - *750 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -113584,7 +113630,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *269 + - *270 - *17 - *19 responses: @@ -113594,9 +113640,9 @@ paths: application/json: schema: type: array - items: *67 + items: *68 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -113629,12 +113675,12 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -113673,7 +113719,7 @@ paths: - docker - nuget - container - - *750 + - *751 - *19 - *17 responses: @@ -113683,10 +113729,10 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *751 - '400': *752 + default: *752 + '400': *753 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113706,16 +113752,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &772 + default: &773 value: id: 40201 name: octo-name @@ -113828,8 +113874,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -113859,8 +113905,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *277 - *278 + - *279 - name: token description: package token schema: @@ -113892,8 +113938,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: - - *277 - *278 + - *279 - *19 - *17 - name: state @@ -113913,7 +113959,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -113962,15 +114008,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *277 - *278 - - *280 + - *279 + - *281 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -114006,9 +114052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *277 - *278 - - *280 + - *279 + - *281 responses: '204': description: Response @@ -114038,9 +114084,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *277 - *278 - - *280 + - *279 + - *281 responses: '204': description: Response @@ -114077,12 +114123,12 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: - default: *753 + default: *754 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114190,9 +114236,9 @@ paths: application/json: schema: type: array - items: *82 + items: *83 examples: - default: &760 + default: &761 summary: Default response value: - id: 1296269 @@ -114313,9 +114359,9 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -114496,16 +114542,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 headers: Location: example: https://api.github.com/repos/octocat/Hello-World schema: type: string '401': *25 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -114537,12 +114583,12 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *754 + default: *755 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114562,14 +114608,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *253 + - *254 responses: '204': description: Response '403': *29 - '409': *54 + '409': *55 '404': *6 - '304': *37 + '304': *38 '451': *15 x-github: githubCloudOnly: false @@ -114586,12 +114632,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *253 + - *254 responses: '204': description: Response - '409': *54 - '304': *37 + '409': *55 + '304': *38 '404': *6 '403': *29 x-github: @@ -114619,7 +114665,7 @@ paths: application/json: schema: type: array - items: &755 + items: &756 title: Social account description: Social media account type: object @@ -114634,13 +114680,13 @@ paths: - provider - url examples: - default: &756 + default: &757 value: - provider: twitter url: https://twitter.com/github headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114696,11 +114742,11 @@ paths: application/json: schema: type: array - items: *755 + items: *756 examples: - default: *756 + default: *757 '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114753,7 +114799,7 @@ paths: '204': description: Response '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114785,7 +114831,7 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -114805,7 +114851,7 @@ paths: - title - created_at examples: - default: &789 + default: &790 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -114816,8 +114862,8 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114869,16 +114915,16 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: &758 + default: &759 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114901,7 +114947,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: - - &759 + - &760 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -114913,11 +114959,11 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: *758 + default: *759 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -114938,11 +114984,11 @@ 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: - - *759 + - *760 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114967,7 +115013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &790 + - &791 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 @@ -114980,7 +115026,7 @@ paths: - created - updated default: created - - *62 + - *63 - *17 - *19 responses: @@ -114990,13 +115036,13 @@ paths: application/json: schema: type: array - items: *82 + items: *83 examples: - default-response: *760 + default-response: *761 application/vnd.github.v3.star+json: schema: type: array - items: &791 + items: &792 title: Starred Repository description: Starred Repository type: object @@ -115004,7 +115050,7 @@ paths: starred_at: type: string format: date-time - repo: *82 + repo: *83 required: - starred_at - repo @@ -115132,8 +115178,8 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -115152,8 +115198,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: - - *356 - *357 + - *358 responses: '204': description: Response if this repository is starred by you @@ -115163,7 +115209,7 @@ paths: application/json: schema: *3 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -115181,15 +115227,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *356 - *357 + - *358 responses: '204': description: Response '403': *29 '404': *6 '401': *25 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115206,14 +115252,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *356 - *357 + - *358 responses: '204': description: Response '404': *6 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -115240,12 +115286,12 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *288 + default: *289 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -115279,7 +115325,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -115330,8 +115376,8 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 x-github: @@ -115357,7 +115403,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *108 + - *109 responses: '200': description: Response @@ -115365,10 +115411,10 @@ paths: application/json: schema: oneOf: - - *734 - - *761 + - *735 + - *762 examples: - default-response: &765 + default-response: &766 summary: Default response value: login: octocat @@ -115403,7 +115449,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &766 + response-with-git-hub-plan-information: &767 summary: Response with GitHub plan information value: login: octocat @@ -115460,14 +115506,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &763 + - &764 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *293 + - *294 requestBody: required: true description: Details of the draft item to create in the project. @@ -115501,10 +115547,10 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - draft_issue: *300 - '304': *37 + draft_issue: *301 + '304': *38 '403': *29 '401': *25 x-github: @@ -115526,7 +115572,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *762 + - *763 - *17 responses: '200': @@ -115537,13 +115583,13 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115561,8 +115607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *763 - - *293 + - *764 + - *294 requestBody: required: true content: @@ -115633,18 +115679,18 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *764 + schema: *765 examples: table_view: summary: Response for creating a table view - value: *304 + value: *305 board_view: summary: Response for creating a board view with filter - value: *304 + value: *305 roadmap_view: summary: Response for creating a roadmap view - value: *304 - '304': *37 + value: *305 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -115677,7 +115723,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *74 + - *75 responses: '200': description: Response @@ -115685,11 +115731,11 @@ paths: application/json: schema: oneOf: - - *734 - - *761 + - *735 + - *762 examples: - default-response: *765 - response-with-git-hub-plan-information: *766 + default-response: *766 + response-with-git-hub-plan-information: *767 '404': *6 x-github: githubCloudOnly: false @@ -115713,9 +115759,9 @@ paths: url: https://docs.github.com/rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *47 - *48 - - *74 + - *49 + - *75 requestBody: required: true content: @@ -115739,8 +115785,8 @@ paths: required: - subject_digests examples: - default: *767 - withPredicateType: *768 + default: *768 + withPredicateType: *769 responses: '200': description: Response @@ -115779,7 +115825,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *769 + default: *770 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115797,7 +115843,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *74 + - *75 requestBody: required: true content: @@ -115862,7 +115908,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *74 + - *75 - name: subject_digest description: Subject Digest in: path @@ -115893,7 +115939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *74 + - *75 - name: attestation_id description: Attestation ID in: path @@ -115929,9 +115975,9 @@ paths: url: https://docs.github.com/rest/users/attestations#list-attestations parameters: - *17 - - *47 - *48 - - *74 + - *49 + - *75 - name: subject_digest description: Subject Digest in: path @@ -115968,12 +116014,12 @@ paths: initiator: type: string examples: - default: *416 + default: *417 '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -116001,7 +116047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *74 + - *75 - name: per_page description: The number of results per page (max 100). in: query @@ -116035,7 +116081,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: *204 + items: *205 examples: default: summary: Example response for listing user copilot spaces @@ -116134,7 +116180,7 @@ paths: html_url: https://github.com/copilot/spaces/octocat/2 api_url: https://api.github.com/user/1/copilot-spaces/2 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -116156,7 +116202,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *74 + - *75 requestBody: required: true content: @@ -116247,9 +116293,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: &770 + default: &771 summary: Example response for a user copilot space value: id: 42 @@ -116336,7 +116382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116348,9 +116394,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *770 + default: *771 '403': *29 '404': *6 x-github: @@ -116372,7 +116418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116471,9 +116517,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *770 + default: *771 '403': *29 '404': *6 '422': *15 @@ -116496,7 +116542,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116530,7 +116576,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116550,7 +116596,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: *206 + items: *207 examples: default: value: @@ -116646,7 +116692,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116693,7 +116739,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -116753,7 +116799,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116804,7 +116850,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -116866,7 +116912,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116914,7 +116960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -116934,7 +116980,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: *207 + items: *208 examples: default: value: @@ -116972,7 +117018,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117026,7 +117072,7 @@ paths: description: Resource created content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -117042,7 +117088,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -117077,7 +117123,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117095,7 +117141,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -117127,7 +117173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117162,7 +117208,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -117195,7 +117241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117231,7 +117277,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *74 + - *75 responses: '200': description: Response @@ -117239,9 +117285,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *751 + default: *752 '403': *29 '401': *25 x-github: @@ -117264,7 +117310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117274,7 +117320,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -117336,8 +117382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *74 - - *78 + - *75 + - *79 - *17 - *19 responses: @@ -117347,7 +117393,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -117424,7 +117470,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117434,7 +117480,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -117492,7 +117538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117504,9 +117550,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117523,7 +117569,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117535,9 +117581,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117554,7 +117600,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *74 + - *75 - name: target_user in: path required: true @@ -117581,8 +117627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *74 - - *95 + - *75 + - *96 - *17 - *19 responses: @@ -117592,11 +117638,11 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -117615,7 +117661,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117625,11 +117671,11 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: *771 + default: *772 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117651,7 +117697,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *74 + - *75 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -117723,7 +117769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *74 + - *75 responses: '200': description: Response @@ -117731,7 +117777,7 @@ paths: application/json: schema: *22 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117749,7 +117795,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117784,7 +117830,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117804,7 +117850,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -117814,11 +117860,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117855,8 +117901,8 @@ paths: - docker - nuget - container - - *750 - - *74 + - *751 + - *75 - *19 - *17 responses: @@ -117866,12 +117912,12 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *751 + default: *752 '403': *29 '401': *25 - '400': *752 + '400': *753 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117891,17 +117937,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *277 - *278 - - *74 + - *279 + - *75 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *772 + default: *773 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117922,9 +117968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *277 - *278 - - *74 + - *279 + - *75 responses: '204': description: Response @@ -117956,9 +118002,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *277 - *278 - - *74 + - *279 + - *75 - name: token description: package token schema: @@ -117990,9 +118036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *277 - *278 - - *74 + - *279 + - *75 responses: '200': description: Response @@ -118000,7 +118046,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -118058,16 +118104,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *277 - *278 - - *280 - - *74 + - *279 + - *281 + - *75 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -118102,10 +118148,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *277 - *278 - - *74 - - *280 + - *279 + - *75 + - *281 responses: '204': description: Response @@ -118137,10 +118183,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *277 - *278 - - *74 - - *280 + - *279 + - *75 + - *281 responses: '204': description: Response @@ -118164,15 +118210,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *74 + - *75 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -118181,12 +118227,12 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - default: *292 + default: *293 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118205,19 +118251,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *293 - - *74 + - *294 + - *75 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118236,11 +118282,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *293 - - *74 + - *294 + - *75 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -118248,12 +118294,12 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: - default: *773 + default: *774 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118271,8 +118317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *74 - - *293 + - *75 + - *294 requestBody: required: true content: @@ -118310,7 +118356,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *774 + items: *775 required: - name - data_type @@ -118326,7 +118372,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *775 + iteration_configuration: *776 required: - name - data_type @@ -118348,21 +118394,21 @@ paths: value: name: Due date data_type: date - single_select_field: *776 - iteration_field: *777 + single_select_field: *777 + iteration_field: *778 responses: '201': description: Response content: application/json: - schema: *297 + schema: *298 examples: - text_field: *778 - number_field: *779 - date_field: *780 - single_select_field: *781 - iteration_field: *782 - '304': *37 + text_field: *779 + number_field: *780 + date_field: *781 + single_select_field: *782 + iteration_field: *783 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -118382,20 +118428,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *293 - - *783 - - *74 + - *294 + - *784 + - *75 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *784 + default: *785 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118415,10 +118461,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *293 - - *74 - - *47 + - *294 + - *75 - *48 + - *49 - *17 - 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) @@ -118448,12 +118494,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118471,8 +118517,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *74 - - *293 + - *75 + - *294 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -118542,23 +118588,23 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *300 + value: *301 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *300 + value: *301 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *300 + value: *301 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *300 - '304': *37 + value: *301 + '304': *38 '403': *29 '401': *25 x-github: @@ -118577,9 +118623,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *293 - - *74 - - *303 + - *294 + - *75 + - *304 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -118599,12 +118645,12 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -118622,9 +118668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *293 - - *74 - - *303 + - *294 + - *75 + - *304 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -118694,13 +118740,13 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - text_field: *302 - number_field: *302 - date_field: *302 - single_select_field: *302 - iteration_field: *302 + text_field: *303 + number_field: *303 + date_field: *303 + single_select_field: *303 + iteration_field: *303 '401': *25 '403': *29 '404': *6 @@ -118720,9 +118766,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *293 - - *74 - - *303 + - *294 + - *75 + - *304 responses: '204': description: Response @@ -118744,9 +118790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *293 - - *74 - - *785 + - *294 + - *75 + - *786 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -118762,8 +118808,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -118772,12 +118818,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -118802,7 +118848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118812,7 +118858,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -118877,7 +118923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118887,7 +118933,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -118950,7 +118996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *74 + - *75 - name: type description: Limit results to repositories of the specified type. in: query @@ -118993,11 +119039,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *288 + default: *289 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119017,12 +119063,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-ai-credit-usage-report-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *128 + - *127 - *129 + - *130 responses: '200': description: Response when getting a billing AI credit usage report @@ -119129,8 +119175,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119150,12 +119196,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *128 + - *127 - *129 + - *130 responses: '200': description: Response when getting a billing premium request usage report @@ -119262,8 +119308,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119283,10 +119329,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *74 - - *124 - - *786 - - *126 + - *75 + - *125 + - *787 + - *127 responses: '200': description: Response when getting a billing usage report @@ -119356,8 +119402,8 @@ paths: repositoryName: user/example '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119380,13 +119426,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *787 - - *129 + - *127 - *788 + - *130 + - *789 responses: '200': description: Response when getting a billing usage summary @@ -119491,8 +119537,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119510,7 +119556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119520,11 +119566,11 @@ paths: application/json: schema: type: array - items: *755 + items: *756 examples: - default: *756 + default: *757 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119542,7 +119588,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119552,11 +119598,11 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: - default: *789 + default: *790 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119578,9 +119624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *74 - - *790 - - *62 + - *75 + - *791 + - *63 - *17 - *19 responses: @@ -119591,13 +119637,13 @@ paths: schema: anyOf: - type: array - items: *791 + items: *792 - type: array - items: *82 + items: *83 examples: - default-response: *760 + default-response: *761 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119614,7 +119660,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119624,11 +119670,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *288 + default: *289 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119754,7 +119800,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &792 + enterprise: &793 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -119812,7 +119858,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &793 + installation: &794 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -119831,7 +119877,7 @@ x-webhooks: required: - id - node_id - organization: &794 + organization: &795 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -119891,13 +119937,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &795 + repository: &796 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: &827 + properties: &828 id: description: Unique identifier of the repository example: 42 @@ -119917,8 +119963,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true organization: title: Simple User @@ -120581,7 +120627,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &828 + required: &829 - archive_url - assignees_url - blobs_url @@ -120732,10 +120778,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -120811,11 +120857,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - rule: &796 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + rule: &797 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) @@ -121038,11 +121084,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - rule: *796 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + rule: *797 sender: *4 required: - action @@ -121225,11 +121271,11 @@ x-webhooks: - everyone required: - from - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - rule: *796 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + rule: *797 sender: *4 required: - action @@ -121313,7 +121359,7 @@ x-webhooks: type: string enum: - completed - check_run: &798 + check_run: &799 title: CheckRun description: A check performed on the code of a given code change type: object @@ -121366,8 +121412,8 @@ x-webhooks: type: string pull_requests: type: array - items: *93 - repository: *163 + items: *94 + repository: *164 status: example: completed type: string @@ -121404,7 +121450,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *797 + deployment: *798 details_url: example: https://example.com type: string @@ -121454,7 +121500,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *93 + items: *94 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -121489,10 +121535,10 @@ x-webhooks: - output - app - pull_requests - installation: *793 - enterprise: *792 - organization: *794 - repository: *795 + installation: *794 + enterprise: *793 + organization: *795 + repository: *796 sender: *4 required: - check_run @@ -121883,11 +121929,11 @@ x-webhooks: type: string enum: - created - check_run: *798 - installation: *793 - enterprise: *792 - organization: *794 - repository: *795 + check_run: *799 + installation: *794 + enterprise: *793 + organization: *795 + repository: *796 sender: *4 required: - check_run @@ -122281,11 +122327,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *798 - installation: *793 - enterprise: *792 - organization: *794 - repository: *795 + check_run: *799 + installation: *794 + enterprise: *793 + organization: *795 + repository: *796 requested_action: description: The action requested by the user. type: object @@ -122688,11 +122734,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *798 - installation: *793 - enterprise: *792 - organization: *794 - repository: *795 + check_run: *799 + installation: *794 + enterprise: *793 + organization: *795 + repository: *796 sender: *4 required: - check_run @@ -123662,10 +123708,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -124364,10 +124410,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -125060,10 +125106,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -125229,7 +125275,7 @@ x-webhooks: required: - login - id - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -125374,20 +125420,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &799 + commit_oid: &800 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: *792 - installation: *793 - organization: *794 - ref: &800 + enterprise: *793 + installation: *794 + organization: *795 + ref: &801 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: *795 + repository: *796 sender: *4 required: - action @@ -125552,7 +125598,7 @@ x-webhooks: required: - login - id - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -125782,12 +125828,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *799 - enterprise: *792 - installation: *793 - organization: *794 - ref: *800 - repository: *795 + commit_oid: *800 + enterprise: *793 + installation: *794 + organization: *795 + ref: *801 + repository: *796 sender: *4 required: - action @@ -125882,7 +125928,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -126053,12 +126099,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *799 - enterprise: *792 - installation: *793 - organization: *794 - ref: *800 - repository: *795 + commit_oid: *800 + enterprise: *793 + installation: *794 + organization: *795 + ref: *801 + repository: *796 sender: *4 required: - action @@ -126224,7 +126270,7 @@ x-webhooks: required: - login - id - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -126390,12 +126436,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *799 - enterprise: *792 - installation: *793 - organization: *794 - ref: *800 - repository: *795 + commit_oid: *800 + enterprise: *793 + installation: *794 + organization: *795 + ref: *801 + repository: *796 sender: *4 required: - action @@ -126494,7 +126540,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -126669,16 +126715,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 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: *795 + repository: *796 sender: *4 required: - action @@ -126775,7 +126821,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -126915,12 +126961,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *799 - enterprise: *792 - installation: *793 - organization: *794 - ref: *800 - repository: *795 + commit_oid: *800 + enterprise: *793 + installation: *794 + organization: *795 + ref: *801 + repository: *796 sender: *4 required: - action @@ -127086,7 +127132,7 @@ x-webhooks: required: - login - id - dismissed_comment: *450 + dismissed_comment: *451 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127231,10 +127277,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -127489,10 +127535,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -127572,18 +127618,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *794 - pusher_type: &801 + organization: *795 + pusher_type: &802 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &802 + ref: &803 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -127593,7 +127639,7 @@ x-webhooks: enum: - tag - branch - repository: *795 + repository: *796 sender: *4 required: - ref @@ -127675,10 +127721,10 @@ x-webhooks: type: string enum: - created - definition: *305 - enterprise: *792 - installation: *793 - organization: *794 + definition: *306 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -127763,9 +127809,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -127842,10 +127888,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *305 - enterprise: *792 - installation: *793 - organization: *794 + definition: *306 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -127922,10 +127968,10 @@ x-webhooks: type: string enum: - updated - definition: *305 - enterprise: *792 - installation: *793 - organization: *794 + definition: *306 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -128002,19 +128048,19 @@ x-webhooks: type: string enum: - updated - enterprise: *792 - installation: *793 - repository: *795 - organization: *794 + enterprise: *793 + installation: *794 + repository: *796 + organization: *795 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *309 + items: *310 old_property_values: type: array description: The old custom property values for the repository. - items: *309 + items: *310 required: - action - repository @@ -128090,18 +128136,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 - pusher_type: *801 - ref: *802 + enterprise: *793 + installation: *794 + organization: *795 + pusher_type: *802 + ref: *803 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *795 + repository: *796 sender: *4 required: - ref @@ -128181,11 +128227,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128265,11 +128311,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128350,11 +128396,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128435,11 +128481,11 @@ x-webhooks: type: string enum: - created - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128518,11 +128564,11 @@ x-webhooks: type: string enum: - dismissed - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128601,11 +128647,11 @@ x-webhooks: type: string enum: - fixed - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128685,11 +128731,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128768,11 +128814,11 @@ x-webhooks: type: string enum: - reopened - alert: *514 - installation: *793 - organization: *794 - enterprise: *792 - repository: *795 + alert: *515 + installation: *794 + organization: *795 + enterprise: *793 + repository: *796 sender: *4 required: - action @@ -128849,9 +128895,9 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - key: &803 + enterprise: *793 + installation: *794 + key: &804 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -128887,8 +128933,8 @@ x-webhooks: - verified - created_at - read_only - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -128965,11 +129011,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - key: *803 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + key: *804 + organization: *795 + repository: *796 sender: *4 required: - action @@ -129525,12 +129571,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: &809 + workflow: &810 title: Workflow type: object nullable: true @@ -130271,15 +130317,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *804 - required: *805 + properties: *805 + required: *806 nullable: true pull_requests: type: array - items: *627 - repository: *795 - organization: *794 - installation: *793 + items: *628 + repository: *796 + organization: *795 + installation: *794 sender: *4 responses: '200': @@ -130350,7 +130396,7 @@ x-webhooks: type: string enum: - approved - approver: &806 + approver: &807 type: object properties: avatar_url: @@ -130393,11 +130439,11 @@ x-webhooks: type: string comment: type: string - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - reviewers: &807 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + reviewers: &808 type: array items: type: object @@ -130476,7 +130522,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &808 + workflow_job_run: &809 type: object properties: conclusion: @@ -131207,18 +131253,18 @@ x-webhooks: type: string enum: - rejected - approver: *806 + approver: *807 comment: type: string - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - reviewers: *807 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + reviewers: *808 sender: *4 since: type: string - workflow_job_run: *808 + workflow_job_run: *809 workflow_job_runs: type: array items: @@ -131922,13 +131968,13 @@ x-webhooks: type: string enum: - requested - enterprise: *792 + enterprise: *793 environment: type: string - installation: *793 - organization: *794 - repository: *795 - requestor: &814 + installation: *794 + organization: *795 + repository: *796 + requestor: &815 title: User type: object nullable: true @@ -133817,12 +133863,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: *809 + workflow: *810 workflow_run: title: Deployment Workflow Run type: object @@ -134502,7 +134548,7 @@ x-webhooks: type: string enum: - answered - answer: &812 + answer: &813 type: object properties: author_association: @@ -134659,11 +134705,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -134790,11 +134836,11 @@ x-webhooks: - from required: - category - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -134877,11 +134923,11 @@ x-webhooks: type: string enum: - closed - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -134963,7 +135009,7 @@ x-webhooks: type: string enum: - created - comment: &811 + comment: &812 type: object properties: author_association: @@ -135120,11 +135166,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135207,12 +135253,12 @@ x-webhooks: type: string enum: - deleted - comment: *811 - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + comment: *812 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135307,12 +135353,12 @@ x-webhooks: - from required: - body - comment: *811 - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + comment: *812 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135396,11 +135442,11 @@ x-webhooks: type: string enum: - created - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135482,11 +135528,11 @@ x-webhooks: type: string enum: - deleted - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135586,11 +135632,11 @@ x-webhooks: type: string required: - from - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135672,10 +135718,10 @@ x-webhooks: type: string enum: - labeled - discussion: *810 - enterprise: *792 - installation: *793 - label: &813 + discussion: *811 + enterprise: *793 + installation: *794 + label: &814 title: Label type: object properties: @@ -135707,8 +135753,8 @@ x-webhooks: - color - default - description - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135791,11 +135837,11 @@ x-webhooks: type: string enum: - locked - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135877,11 +135923,11 @@ x-webhooks: type: string enum: - pinned - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -135963,11 +136009,11 @@ x-webhooks: type: string enum: - reopened - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136052,16 +136098,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *810 - new_repository: *795 + new_discussion: *811 + new_repository: *796 required: - new_discussion - new_repository - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136144,10 +136190,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *810 - old_answer: *812 - organization: *794 - repository: *795 + discussion: *811 + old_answer: *813 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136229,12 +136275,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *810 - enterprise: *792 - installation: *793 - label: *813 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136317,11 +136363,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136403,11 +136449,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *810 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + discussion: *811 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -136480,7 +136526,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *792 + enterprise: *793 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -137140,9 +137186,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *793 - organization: *794 - repository: *795 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - forkee @@ -137288,9 +137334,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pages: description: The pages that were updated. type: array @@ -137327,7 +137373,7 @@ x-webhooks: - action - sha - html_url - repository: *795 + repository: *796 sender: *4 required: - pages @@ -137403,10 +137449,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: &815 + organization: *795 + repositories: &816 description: An array of repository objects that the installation can access. type: array @@ -137432,8 +137478,8 @@ x-webhooks: - name - full_name - private - repository: *795 - requester: *814 + repository: *796 + requester: *815 sender: *4 required: - action @@ -137508,11 +137554,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: *815 - repository: *795 + organization: *795 + repositories: *816 + repository: *796 requester: nullable: true sender: *4 @@ -137588,11 +137634,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: *815 - repository: *795 + organization: *795 + repositories: *816 + repository: *796 requester: nullable: true sender: *4 @@ -137668,10 +137714,10 @@ x-webhooks: type: string enum: - added - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories_added: &816 + organization: *795 + repositories_added: &817 description: An array of repository objects, which were added to the installation. type: array @@ -137717,15 +137763,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *795 - repository_selection: &817 + repository: *796 + repository_selection: &818 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *814 + requester: *815 sender: *4 required: - action @@ -137804,10 +137850,10 @@ x-webhooks: type: string enum: - removed - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories_added: *816 + organization: *795 + repositories_added: *817 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -137834,9 +137880,9 @@ x-webhooks: - name - full_name - private - repository: *795 - repository_selection: *817 - requester: *814 + repository: *796 + repository_selection: *818 + requester: *815 sender: *4 required: - action @@ -137915,11 +137961,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: *815 - repository: *795 + organization: *795 + repositories: *816 + repository: *796 requester: nullable: true sender: *4 @@ -138097,10 +138143,10 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 target_type: type: string @@ -138179,11 +138225,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *792 + enterprise: *793 installation: *22 - organization: *794 - repositories: *815 - repository: *795 + organization: *795 + repositories: *816 + repository: *796 requester: nullable: true sender: *4 @@ -138307,8 +138353,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 reactions: title: Reactions type: object @@ -138450,8 +138496,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139240,8 +139286,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139257,7 +139303,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -139590,8 +139636,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -139671,7 +139717,7 @@ x-webhooks: type: string enum: - deleted - comment: &818 + comment: &819 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -139851,8 +139897,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140637,8 +140683,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140654,7 +140700,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -140989,8 +141035,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -141070,7 +141116,7 @@ x-webhooks: type: string enum: - edited - changes: &847 + changes: &848 description: The changes to the comment. type: object properties: @@ -141082,9 +141128,9 @@ x-webhooks: type: string required: - from - comment: *818 - enterprise: *792 - installation: *793 + comment: *819 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141872,8 +141918,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141889,7 +141935,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -142222,8 +142268,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -142304,9 +142350,9 @@ x-webhooks: type: string enum: - pinned - comment: *818 - enterprise: *792 - installation: *793 + comment: *819 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143096,8 +143142,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143113,7 +143159,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -143448,8 +143494,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -143529,9 +143575,9 @@ x-webhooks: type: string enum: - unpinned - comment: *818 - enterprise: *792 - installation: *793 + comment: *819 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144321,8 +144367,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144338,7 +144384,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -144673,8 +144719,8 @@ x-webhooks: - state - locked - assignee - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -144757,15 +144803,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 + blocked_issue: *89 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - blocking_issue_repo: *82 - installation: *793 - organization: *794 - repository: *795 + blocking_issue: *89 + blocking_issue_repo: *83 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -144848,15 +144894,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 + blocked_issue: *89 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - blocking_issue_repo: *82 - installation: *793 - organization: *794 - repository: *795 + blocking_issue: *89 + blocking_issue_repo: *83 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -144938,15 +144984,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 - blocked_issue_repo: *82 + blocked_issue: *89 + blocked_issue_repo: *83 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - installation: *793 - organization: *794 - repository: *795 + blocking_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -145029,15 +145075,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 - blocked_issue_repo: *82 + blocked_issue: *89 + blocked_issue_repo: *83 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - installation: *793 - organization: *794 - repository: *795 + blocking_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -145117,10 +145163,10 @@ x-webhooks: type: string enum: - assigned - assignee: *814 - enterprise: *792 - installation: *793 - issue: &819 + assignee: *815 + enterprise: *793 + installation: *794 + issue: &820 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -145909,11 +145955,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -145932,7 +145978,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -146033,8 +146079,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -146114,8 +146160,8 @@ x-webhooks: type: string enum: - closed - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -146909,11 +146955,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -146932,7 +146978,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -147168,8 +147214,8 @@ x-webhooks: required: - state - closed_at - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -147248,8 +147294,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148034,11 +148080,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -148057,7 +148103,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -148157,8 +148203,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -148237,8 +148283,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149045,11 +149091,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -149068,7 +149114,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -149147,7 +149193,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &820 + milestone: &821 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149285,8 +149331,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -149385,8 +149431,8 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150175,11 +150221,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -150195,7 +150241,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *257 + type: *258 title: description: Title of the issue type: string @@ -150299,9 +150345,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *813 - organization: *794 - repository: *795 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -150381,9 +150427,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *792 - installation: *793 - issue: *819 + enterprise: *793 + installation: *794 + issue: *820 issue_field: type: object description: The issue field whose value was set or updated on the @@ -150537,8 +150583,8 @@ x-webhooks: - id required: - from - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -150618,9 +150664,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *792 - installation: *793 - issue: *819 + enterprise: *793 + installation: *794 + issue: *820 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -150701,8 +150747,8 @@ x-webhooks: nullable: true required: - id - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -150782,8 +150828,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151571,11 +151617,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -151591,7 +151637,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *257 + type: *258 title: description: Title of the issue type: string @@ -151695,9 +151741,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *813 - organization: *794 - repository: *795 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -151777,8 +151823,8 @@ x-webhooks: type: string enum: - locked - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152590,11 +152636,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -152610,7 +152656,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *257 + type: *258 title: description: Title of the issue type: string @@ -152691,8 +152737,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -152771,8 +152817,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153578,11 +153624,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -153601,7 +153647,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -153679,9 +153725,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *820 - organization: *794 - repository: *795 + milestone: *821 + organization: *795 + repository: *796 sender: *4 required: - action @@ -154544,8 +154590,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -154576,8 +154622,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true user: title: User @@ -154649,7 +154695,7 @@ x-webhooks: required: - login - id - type: *257 + type: *258 required: - id - number @@ -155129,8 +155175,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155914,8 +155960,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -155934,7 +155980,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -155947,8 +155993,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true user: title: User @@ -156042,8 +156088,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -156123,9 +156169,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *792 - installation: *793 - issue: &821 + enterprise: *793 + installation: *794 + issue: &822 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -156908,11 +156954,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -156931,7 +156977,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -157031,8 +157077,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -157111,8 +157157,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157922,11 +157968,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -158023,9 +158069,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *257 - organization: *794 - repository: *795 + type: *258 + organization: *795 + repository: *796 sender: *4 required: - action @@ -158891,11 +158937,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -158914,7 +158960,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -159493,11 +159539,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *792 - installation: *793 - issue: *821 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *822 + organization: *795 + repository: *796 sender: *4 required: - action @@ -159577,12 +159623,12 @@ x-webhooks: type: string enum: - typed - enterprise: *792 - installation: *793 - issue: *819 - type: *257 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *820 + type: *258 + organization: *795 + repository: *796 sender: *4 required: - action @@ -159663,7 +159709,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &850 + assignee: &851 title: User type: object nullable: true @@ -159733,11 +159779,11 @@ x-webhooks: required: - login - id - enterprise: *792 - installation: *793 - issue: *819 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *820 + organization: *795 + repository: *796 sender: *4 required: - action @@ -159816,12 +159862,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *792 - installation: *793 - issue: *819 - label: *813 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *820 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -159901,8 +159947,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -160712,11 +160758,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *725 - issue_dependencies_summary: *726 + sub_issues_summary: *726 + issue_dependencies_summary: *727 issue_field_values: type: array items: *575 @@ -160735,7 +160781,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *257 + type: *258 updated_at: type: string format: date-time @@ -160813,8 +160859,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -160894,11 +160940,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *792 - installation: *793 - issue: *821 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *822 + organization: *795 + repository: *796 sender: *4 required: - action @@ -160977,12 +161023,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *792 - installation: *793 - issue: *819 - type: *257 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + issue: *820 + type: *258 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161062,11 +161108,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - label: *813 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161144,11 +161190,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - label: *813 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161258,11 +161304,11 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - label: *813 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + label: *814 + organization: *795 + repository: *796 sender: *4 required: - action @@ -161344,9 +161390,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *792 - installation: *793 - marketplace_purchase: &822 + enterprise: *793 + installation: *794 + marketplace_purchase: &823 title: Marketplace Purchase type: object required: @@ -161429,8 +161475,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *794 - previous_marketplace_purchase: &823 + organization: *795 + previous_marketplace_purchase: &824 title: Marketplace Purchase type: object properties: @@ -161510,7 +161556,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *795 + repository: *796 sender: *4 required: - action @@ -161590,10 +161636,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *792 - installation: *793 - marketplace_purchase: *822 - organization: *794 + enterprise: *793 + installation: *794 + marketplace_purchase: *823 + organization: *795 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161676,7 +161722,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *795 + repository: *796 sender: *4 required: - action @@ -161758,10 +161804,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *792 - installation: *793 - marketplace_purchase: *822 - organization: *794 + enterprise: *793 + installation: *794 + marketplace_purchase: *823 + organization: *795 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161843,7 +161889,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *795 + repository: *796 sender: *4 required: - action @@ -161924,8 +161970,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 marketplace_purchase: title: Marketplace Purchase type: object @@ -162007,9 +162053,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *794 - previous_marketplace_purchase: *823 - repository: *795 + organization: *795 + previous_marketplace_purchase: *824 + repository: *796 sender: *4 required: - action @@ -162089,12 +162135,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *792 - installation: *793 - marketplace_purchase: *822 - organization: *794 - previous_marketplace_purchase: *823 - repository: *795 + enterprise: *793 + installation: *794 + marketplace_purchase: *823 + organization: *795 + previous_marketplace_purchase: *824 + repository: *796 sender: *4 required: - action @@ -162196,11 +162242,11 @@ x-webhooks: type: string required: - to - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 sender: *4 required: - action @@ -162300,11 +162346,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 sender: *4 required: - action @@ -162383,11 +162429,11 @@ x-webhooks: type: string enum: - removed - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 sender: *4 required: - action @@ -162465,11 +162511,11 @@ x-webhooks: type: string enum: - added - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162545,7 +162591,7 @@ x-webhooks: required: - login - id - team: &824 + team: &825 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162768,11 +162814,11 @@ x-webhooks: type: string enum: - removed - enterprise: *792 - installation: *793 - member: *814 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + member: *815 + organization: *795 + repository: *796 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162849,7 +162895,7 @@ x-webhooks: required: - login - id - team: *824 + team: *825 required: - action - scope @@ -162931,8 +162977,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *793 - merge_group: &826 + installation: *794 + merge_group: &827 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -162951,15 +162997,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *825 + head_commit: *826 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163045,10 +163091,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *793 - merge_group: *826 - organization: *794 - repository: *795 + installation: *794 + merge_group: *827 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163121,7 +163167,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 + enterprise: *793 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163230,16 +163276,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *793 - organization: *794 + installation: *794 + organization: *795 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: *827 - required: *828 + properties: *828 + required: *829 nullable: true sender: *4 required: @@ -163320,11 +163366,11 @@ x-webhooks: type: string enum: - closed - enterprise: *792 - installation: *793 - milestone: *820 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + milestone: *821 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163403,9 +163449,9 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - milestone: &829 + enterprise: *793 + installation: *794 + milestone: &830 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163542,8 +163588,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163622,11 +163668,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - milestone: *820 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + milestone: *821 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163736,11 +163782,11 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - milestone: *820 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + milestone: *821 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163820,11 +163866,11 @@ x-webhooks: type: string enum: - opened - enterprise: *792 - installation: *793 - milestone: *829 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + milestone: *830 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163903,11 +163949,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *814 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + blocked_user: *815 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -163986,11 +164032,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *814 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + blocked_user: *815 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164069,9 +164115,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - membership: &830 + enterprise: *793 + installation: *794 + membership: &831 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164178,8 +164224,8 @@ x-webhooks: - role - organization_url - user - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164257,11 +164303,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *792 - installation: *793 - membership: *830 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + membership: *831 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164340,8 +164386,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164457,10 +164503,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 - user: *814 + user: *815 required: - action - invitation @@ -164538,11 +164584,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *792 - installation: *793 - membership: *830 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + membership: *831 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164629,11 +164675,11 @@ x-webhooks: properties: from: type: string - enterprise: *792 - installation: *793 - membership: *830 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + membership: *831 + organization: *795 + repository: *796 sender: *4 required: - action @@ -164710,9 +164756,9 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 package: description: Information about the package. type: object @@ -165211,7 +165257,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &831 + items: &832 title: Ruby Gems metadata type: object properties: @@ -165306,7 +165352,7 @@ x-webhooks: - owner - package_version - registry - repository: *795 + repository: *796 sender: *4 required: - action @@ -165382,9 +165428,9 @@ x-webhooks: type: string enum: - updated - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 package: description: Information about the package. type: object @@ -165737,7 +165783,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *831 + items: *832 source_url: type: string format: uri @@ -165807,7 +165853,7 @@ x-webhooks: - owner - package_version - registry - repository: *795 + repository: *796 sender: *4 required: - action @@ -165983,12 +166029,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *792 + enterprise: *793 id: type: integer - installation: *793 - organization: *794 - repository: *795 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - id @@ -166065,7 +166111,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &832 + personal_access_token_request: &833 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166211,10 +166257,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *792 - organization: *794 + enterprise: *793 + organization: *795 sender: *4 - installation: *793 + installation: *794 required: - action - personal_access_token_request @@ -166291,11 +166337,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *832 - enterprise: *792 - organization: *794 + personal_access_token_request: *833 + enterprise: *793 + organization: *795 sender: *4 - installation: *793 + installation: *794 required: - action - personal_access_token_request @@ -166371,11 +166417,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *832 - enterprise: *792 - organization: *794 + personal_access_token_request: *833 + enterprise: *793 + organization: *795 sender: *4 - installation: *793 + installation: *794 required: - action - personal_access_token_request @@ -166450,11 +166496,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *832 - organization: *794 - enterprise: *792 + personal_access_token_request: *833 + organization: *795 + enterprise: *793 sender: *4 - installation: *793 + installation: *794 required: - action - personal_access_token_request @@ -166559,7 +166605,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *833 + last_response: *834 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -166591,8 +166637,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 zen: description: Random string of GitHub zen. @@ -166837,10 +166883,10 @@ x-webhooks: - from required: - note - enterprise: *792 - installation: *793 - organization: *794 - project_card: &834 + enterprise: *793 + installation: *794 + organization: *795 + project_card: &835 title: Project Card type: object properties: @@ -166959,7 +167005,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *795 + repository: *796 sender: *4 required: - action @@ -167040,11 +167086,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - project_card: *834 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project_card: *835 + repository: *796 sender: *4 required: - action @@ -167124,9 +167170,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 project_card: title: Project Card type: object @@ -167254,8 +167300,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: *827 - required: *828 + properties: *828 + required: *829 nullable: true sender: *4 required: @@ -167349,11 +167395,11 @@ x-webhooks: - from required: - note - enterprise: *792 - installation: *793 - organization: *794 - project_card: *834 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project_card: *835 + repository: *796 sender: *4 required: - action @@ -167447,9 +167493,9 @@ x-webhooks: - from required: - column_id - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 project_card: allOf: - title: Project Card @@ -167639,7 +167685,7 @@ x-webhooks: type: string required: - after_id - repository: *795 + repository: *796 sender: *4 required: - action @@ -167719,10 +167765,10 @@ x-webhooks: type: string enum: - closed - enterprise: *792 - installation: *793 - organization: *794 - project: &836 + enterprise: *793 + installation: *794 + organization: *795 + project: &837 title: Project type: object properties: @@ -167846,7 +167892,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *795 + repository: *796 sender: *4 required: - action @@ -167926,10 +167972,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - project_column: &835 + enterprise: *793 + installation: *794 + organization: *795 + project_column: &836 title: Project Column type: object properties: @@ -167968,7 +168014,7 @@ x-webhooks: - name - created_at - updated_at - repository: *795 + repository: *796 sender: *4 required: - action @@ -168047,18 +168093,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - project_column: *835 + enterprise: *793 + installation: *794 + organization: *795 + project_column: *836 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: *827 - required: *828 + properties: *828 + required: *829 nullable: true sender: *4 required: @@ -168148,11 +168194,11 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 - project_column: *835 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project_column: *836 + repository: *796 sender: *4 required: - action @@ -168232,11 +168278,11 @@ x-webhooks: type: string enum: - moved - enterprise: *792 - installation: *793 - organization: *794 - project_column: *835 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project_column: *836 + repository: *796 sender: *4 required: - action @@ -168316,11 +168362,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - project: *836 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project: *837 + repository: *796 sender: *4 required: - action @@ -168400,18 +168446,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - project: *836 + enterprise: *793 + installation: *794 + organization: *795 + project: *837 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: *827 - required: *828 + properties: *828 + required: *829 nullable: true sender: *4 required: @@ -168513,11 +168559,11 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 - project: *836 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project: *837 + repository: *796 sender: *4 required: - action @@ -168596,11 +168642,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *792 - installation: *793 - organization: *794 - project: *836 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + project: *837 + repository: *796 sender: *4 required: - action @@ -168681,9 +168727,9 @@ x-webhooks: type: string enum: - closed - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -168764,9 +168810,9 @@ x-webhooks: type: string enum: - created - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -168847,9 +168893,9 @@ x-webhooks: type: string enum: - deleted - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -168966,9 +169012,9 @@ x-webhooks: type: string to: type: string - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -169051,7 +169097,7 @@ x-webhooks: type: string enum: - archived - changes: &840 + changes: &841 type: object properties: archived_at: @@ -169065,9 +169111,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *793 - organization: *794 - projects_v2_item: &837 + installation: *794 + organization: *795 + projects_v2_item: &838 title: Projects v2 Item description: An item belonging to a project type: object @@ -169085,7 +169131,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *298 + content_type: *299 creator: *4 created_at: type: string @@ -169202,9 +169248,9 @@ x-webhooks: nullable: true to: type: string - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169286,9 +169332,9 @@ x-webhooks: type: string enum: - created - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169369,9 +169415,9 @@ x-webhooks: type: string enum: - deleted - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169477,7 +169523,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &838 + - &839 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -169499,7 +169545,7 @@ x-webhooks: required: - id - name - - &839 + - &840 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -169533,8 +169579,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *838 - *839 + - *840 required: - field_value - type: object @@ -169550,9 +169596,9 @@ x-webhooks: nullable: true required: - body - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169647,9 +169693,9 @@ x-webhooks: to: type: string nullable: true - installation: *793 - organization: *794 - projects_v2_item: *837 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169732,10 +169778,10 @@ x-webhooks: type: string enum: - restored - changes: *840 - installation: *793 - organization: *794 - projects_v2_item: *837 + changes: *841 + installation: *794 + organization: *795 + projects_v2_item: *838 sender: *4 required: - action @@ -169817,9 +169863,9 @@ x-webhooks: type: string enum: - reopened - installation: *793 - organization: *794 - projects_v2: *291 + installation: *794 + organization: *795 + projects_v2: *292 sender: *4 required: - action @@ -169900,14 +169946,14 @@ x-webhooks: type: string enum: - created - installation: *793 - organization: *794 - projects_v2_status_update: &843 + installation: *794 + organization: *795 + projects_v2_status_update: &844 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *841 - required: *842 + properties: *842 + required: *843 sender: *4 required: - action @@ -169988,9 +170034,9 @@ x-webhooks: type: string enum: - deleted - installation: *793 - organization: *794 - projects_v2_status_update: *843 + installation: *794 + organization: *795 + projects_v2_status_update: *844 sender: *4 required: - action @@ -170126,9 +170172,9 @@ x-webhooks: type: string format: date nullable: true - installation: *793 - organization: *794 - projects_v2_status_update: *843 + installation: *794 + organization: *795 + projects_v2_status_update: *844 sender: *4 required: - action @@ -170199,10 +170245,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - repository @@ -170279,13 +170325,13 @@ x-webhooks: type: string enum: - assigned - assignee: *814 - enterprise: *792 - installation: *793 - number: &844 + assignee: *815 + enterprise: *793 + installation: *794 + number: &845 description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -172447,6 +172493,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -172572,7 +172619,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -172654,11 +172701,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -174813,6 +174860,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -174940,7 +174988,7 @@ x-webhooks: - draft reason: type: string - repository: *795 + repository: *796 sender: *4 required: - action @@ -175022,11 +175070,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -177181,6 +177229,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -177308,7 +177357,7 @@ x-webhooks: - draft reason: type: string - repository: *795 + repository: *796 sender: *4 required: - action @@ -177390,13 +177439,13 @@ x-webhooks: type: string enum: - closed - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: &845 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: &846 allOf: - - *627 + - *628 - type: object properties: allow_auto_merge: @@ -177458,7 +177507,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *795 + repository: *796 sender: *4 required: - action @@ -177539,12 +177588,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -177624,11 +177673,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *792 + enterprise: *793 milestone: *611 - number: *844 - organization: *794 - pull_request: &846 + number: *845 + organization: *795 + pull_request: &847 title: Pull Request type: object properties: @@ -179784,6 +179833,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -179909,7 +179959,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -179988,11 +180038,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -182152,6 +182202,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -182292,7 +182343,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *795 + repository: *796 sender: *4 required: - action @@ -182416,12 +182467,12 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -182501,11 +182552,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -184665,6 +184716,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -184790,7 +184842,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -184870,11 +184922,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *792 - installation: *793 - label: *813 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + label: *814 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -187035,6 +187087,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -187160,7 +187213,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -187241,10 +187294,10 @@ x-webhooks: type: string enum: - locked - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -189403,6 +189456,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -189528,7 +189582,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -189608,12 +189662,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *792 + enterprise: *793 milestone: *611 - number: *844 - organization: *794 - pull_request: *846 - repository: *795 + number: *845 + organization: *795 + pull_request: *847 + repository: *796 sender: *4 required: - action @@ -189692,12 +189746,12 @@ x-webhooks: type: string enum: - opened - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -189778,12 +189832,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -189863,12 +189917,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *792 - installation: *793 - number: *844 - organization: *794 - pull_request: *845 - repository: *795 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 + pull_request: *846 + repository: *796 sender: *4 required: - action @@ -190234,9 +190288,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: type: object properties: @@ -192290,6 +192344,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -192410,7 +192465,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *795 + repository: *796 sender: *4 required: - action @@ -192490,7 +192545,7 @@ x-webhooks: type: string enum: - deleted - comment: &848 + comment: &849 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -192775,9 +192830,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: type: object properties: @@ -194819,6 +194874,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -194939,7 +194995,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *795 + repository: *796 sender: *4 required: - action @@ -195019,11 +195075,11 @@ x-webhooks: type: string enum: - edited - changes: *847 - comment: *848 - enterprise: *792 - installation: *793 - organization: *794 + changes: *848 + comment: *849 + enterprise: *793 + installation: *794 + organization: *795 pull_request: type: object properties: @@ -197068,6 +197124,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -197188,7 +197245,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *795 + repository: *796 sender: *4 required: - action @@ -197269,9 +197326,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -199326,6 +199383,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -199448,7 +199506,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 + repository: *796 review: description: The review that was affected. type: object @@ -199695,9 +199753,9 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -201747,8 +201805,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 - review: &849 + repository: *796 + review: &850 description: The review that was affected. type: object properties: @@ -201981,12 +202039,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -204148,6 +204206,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. @@ -204273,7 +204332,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 requested_reviewer: title: User type: object @@ -204357,12 +204416,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -206531,6 +206590,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. @@ -206656,7 +206716,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 requested_team: title: Team description: Groups of organization members that gives permissions @@ -206848,12 +206908,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -209016,6 +209076,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. @@ -209142,7 +209203,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 requested_reviewer: title: User type: object @@ -209227,12 +209288,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *792 - installation: *793 + enterprise: *793 + installation: *794 number: description: The pull request number. type: integer - organization: *794 + organization: *795 pull_request: title: Pull Request type: object @@ -211386,6 +211447,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. @@ -211512,7 +211574,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211693,9 +211755,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -213752,6 +213814,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -213874,8 +213937,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 - review: *849 + repository: *796 + review: *850 sender: *4 required: - action @@ -213955,9 +214018,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -215923,6 +215986,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -216045,7 +216109,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 + repository: *796 sender: *4 thread: type: object @@ -216432,9 +216496,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 pull_request: title: Simple Pull Request type: object @@ -218387,6 +218451,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: type: string enum: @@ -218508,7 +218573,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *795 + repository: *796 sender: *4 thread: type: object @@ -218892,10 +218957,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + stack: *625 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -221056,6 +221122,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -221181,7 +221248,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -221267,10 +221334,10 @@ x-webhooks: type: string before: type: string - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -223420,6 +223487,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -223545,7 +223613,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -223627,11 +223695,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *850 - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + assignee: *851 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -225793,6 +225861,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -225918,7 +225987,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -225997,11 +226066,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *792 - installation: *793 - label: *813 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + label: *814 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -228153,6 +228222,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -228278,7 +228348,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -228359,10 +228429,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *792 - installation: *793 - number: *844 - organization: *794 + enterprise: *793 + installation: *794 + number: *845 + organization: *795 pull_request: title: Pull Request type: object @@ -230507,6 +230577,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *625 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -230631,7 +230702,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *795 + repository: *796 sender: *4 required: - action @@ -230831,7 +230902,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *792 + enterprise: *793 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -230923,8 +230994,8 @@ x-webhooks: - url - author - committer - installation: *793 - organization: *794 + installation: *794 + organization: *795 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -231510,9 +231581,9 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 registry_package: type: object properties: @@ -231958,7 +232029,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *831 + items: *832 summary: type: string tag_name: @@ -232012,7 +232083,7 @@ x-webhooks: - owner - package_version - registry - repository: *795 + repository: *796 sender: *4 required: - action @@ -232090,9 +232161,9 @@ x-webhooks: type: string enum: - updated - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 registry_package: type: object properties: @@ -232400,7 +232471,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *831 + items: *832 summary: type: string tag_name: @@ -232449,7 +232520,7 @@ x-webhooks: - owner - package_version - registry - repository: *795 + repository: *796 sender: *4 required: - action @@ -232526,10 +232597,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - release: &851 + enterprise: *793 + installation: *794 + organization: *795 + release: &852 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -232847,7 +232918,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *795 + repository: *796 sender: *4 required: - action @@ -232924,11 +232995,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - release: *851 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + release: *852 + repository: *796 sender: *4 required: - action @@ -233045,11 +233116,11 @@ x-webhooks: type: boolean required: - to - enterprise: *792 - installation: *793 - organization: *794 - release: *851 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + release: *852 + repository: *796 sender: *4 required: - action @@ -233127,9 +233198,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -233451,7 +233522,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *795 + repository: *796 sender: *4 required: - action @@ -233527,10 +233598,10 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 - release: &852 + enterprise: *793 + installation: *794 + organization: *795 + release: &853 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -233849,7 +233920,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *795 + repository: *796 sender: *4 required: - action @@ -233925,11 +233996,11 @@ x-webhooks: type: string enum: - released - enterprise: *792 - installation: *793 - organization: *794 - release: *851 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + release: *852 + repository: *796 sender: *4 required: - action @@ -234005,11 +234076,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *792 - installation: *793 - organization: *794 - release: *852 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + release: *853 + repository: *796 sender: *4 required: - action @@ -234085,11 +234156,11 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_advisory: *712 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_advisory: *713 sender: *4 required: - action @@ -234165,11 +234236,11 @@ x-webhooks: type: string enum: - reported - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_advisory: *712 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_advisory: *713 sender: *4 required: - action @@ -234245,10 +234316,10 @@ x-webhooks: type: string enum: - archived - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -234325,10 +234396,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -234406,10 +234477,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -234493,10 +234564,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -234608,10 +234679,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -234683,10 +234754,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 status: type: string @@ -234767,10 +234838,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -234847,10 +234918,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -234944,10 +235015,10 @@ x-webhooks: - name required: - repository - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235027,11 +235098,11 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_ruleset: *339 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_ruleset: *340 sender: *4 required: - action @@ -235109,11 +235180,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_ruleset: *339 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_ruleset: *340 sender: *4 required: - action @@ -235191,11 +235262,11 @@ x-webhooks: type: string enum: - edited - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - repository_ruleset: *339 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + repository_ruleset: *340 changes: type: object properties: @@ -235214,16 +235285,16 @@ x-webhooks: properties: added: type: array - items: *313 + items: *314 deleted: type: array - items: *313 + items: *314 updated: type: array items: type: object properties: - condition: *313 + condition: *314 changes: type: object properties: @@ -235256,16 +235327,16 @@ x-webhooks: properties: added: type: array - items: *648 + items: *649 deleted: type: array - items: *648 + items: *649 updated: type: array items: type: object properties: - rule: *648 + rule: *649 changes: type: object properties: @@ -235499,10 +235570,10 @@ x-webhooks: - from required: - owner - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235580,10 +235651,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235661,7 +235732,7 @@ x-webhooks: type: string enum: - create - alert: &853 + alert: &854 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -235783,10 +235854,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -235992,10 +236063,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236073,11 +236144,11 @@ x-webhooks: type: string enum: - reopen - alert: *853 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *854 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236276,10 +236347,10 @@ x-webhooks: enum: - fixed - open - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236357,11 +236428,11 @@ x-webhooks: type: string enum: - assigned - alert: &855 + alert: &856 type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -236369,8 +236440,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri @@ -236421,6 +236492,14 @@ x-webhooks: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` + covers specific provider patterns and custom patterns; `generic` + covers non-specific patterns and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -236499,12 +236578,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *854 + metadata: *855 assignee: *4 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236582,11 +236661,11 @@ x-webhooks: type: string enum: - created - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236667,11 +236746,11 @@ x-webhooks: type: string enum: - created - alert: *855 - installation: *793 - location: *856 - organization: *794 - repository: *795 + alert: *856 + installation: *794 + location: *857 + organization: *795 + repository: *796 sender: *4 required: - location @@ -236909,11 +236988,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -236990,11 +237069,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237071,11 +237150,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237153,11 +237232,11 @@ x-webhooks: type: string enum: - reopened - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237235,11 +237314,11 @@ x-webhooks: type: string enum: - resolved - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237317,12 +237396,12 @@ x-webhooks: type: string enum: - unassigned - alert: *855 + alert: *856 assignee: *4 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237400,11 +237479,11 @@ x-webhooks: type: string enum: - validated - alert: *855 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + alert: *856 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -237530,10 +237609,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *795 - enterprise: *792 - installation: *793 - organization: *794 + repository: *796 + enterprise: *793 + installation: *794 + organization: *795 sender: *4 required: - action @@ -237611,16 +237690,16 @@ x-webhooks: type: string enum: - published - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - security_advisory: &857 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + security_advisory: &858 description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *64 + cvss_severities: *65 cwes: type: array items: @@ -237786,11 +237865,11 @@ x-webhooks: type: string enum: - updated - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 - security_advisory: *857 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 + security_advisory: *858 sender: *4 required: - action @@ -237863,16 +237942,16 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 security_advisory: description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *64 + cvss_severities: *65 cwes: type: array items: @@ -238038,11 +238117,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *312 - enterprise: *792 - installation: *793 - organization: *794 - repository: *359 + security_and_analysis: *313 + enterprise: *793 + installation: *794 + organization: *795 + repository: *360 sender: *4 required: - changes @@ -238120,12 +238199,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: &858 + sponsorship: &859 type: object properties: created_at: @@ -238426,12 +238505,12 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - sponsorship @@ -238519,12 +238598,12 @@ x-webhooks: type: string required: - from - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - changes @@ -238601,17 +238680,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &859 + effective_date: &860 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: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - sponsorship @@ -238685,7 +238764,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &860 + changes: &861 type: object properties: tier: @@ -238729,13 +238808,13 @@ x-webhooks: - from required: - tier - effective_date: *859 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + effective_date: *860 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - changes @@ -238812,13 +238891,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *860 - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + changes: *861 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - sponsorship: *858 + sponsorship: *859 required: - action - changes @@ -238892,10 +238971,10 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -238978,10 +239057,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -239401,15 +239480,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *792 + enterprise: *793 id: description: The unique identifier of the status. type: integer - installation: *793 + installation: *794 name: type: string - organization: *794 - repository: *795 + organization: *795 + repository: *796 sender: *4 sha: description: The Commit SHA. @@ -239518,15 +239597,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - parent_issue_repo: *82 + parent_issue: *89 + parent_issue_repo: *83 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - installation: *793 - organization: *794 - repository: *795 + sub_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -239609,15 +239688,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - parent_issue_repo: *82 + parent_issue: *89 + parent_issue_repo: *83 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - installation: *793 - organization: *794 - repository: *795 + sub_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -239700,15 +239779,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - sub_issue_repo: *82 + sub_issue: *89 + sub_issue_repo: *83 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - installation: *793 - organization: *794 - repository: *795 + parent_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -239791,15 +239870,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - sub_issue_repo: *82 + sub_issue: *89 + sub_issue_repo: *83 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - installation: *793 - organization: *794 - repository: *795 + parent_issue: *89 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -239875,12 +239954,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - team: &861 + team: &862 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -240103,9 +240182,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -240563,7 +240642,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - team @@ -240639,9 +240718,9 @@ x-webhooks: type: string enum: - created - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -241099,7 +241178,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - team @@ -241176,9 +241255,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -241636,7 +241715,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - team @@ -241780,9 +241859,9 @@ x-webhooks: - from required: - permissions - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -242240,7 +242319,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - changes @@ -242318,9 +242397,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *792 - installation: *793 - organization: *794 + enterprise: *793 + installation: *794 + organization: *795 repository: title: Repository description: A git repository @@ -242778,7 +242857,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *861 + team: *862 required: - action - team @@ -242854,10 +242933,10 @@ x-webhooks: type: string enum: - started - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 required: - action @@ -242930,16 +243009,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *792 + enterprise: *793 inputs: type: object nullable: true additionalProperties: true - installation: *793 - organization: *794 + installation: *794 + organization: *795 ref: type: string - repository: *795 + repository: *796 sender: *4 workflow: type: string @@ -243021,10 +243100,10 @@ x-webhooks: type: string enum: - completed - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 workflow_job: allOf: @@ -243261,7 +243340,7 @@ x-webhooks: type: string required: - conclusion - deployment: *521 + deployment: *522 required: - action - repository @@ -243340,10 +243419,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 workflow_job: allOf: @@ -243603,7 +243682,7 @@ x-webhooks: required: - status - steps - deployment: *521 + deployment: *522 required: - action - repository @@ -243682,10 +243761,10 @@ x-webhooks: type: string enum: - queued - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 workflow_job: type: object @@ -243820,7 +243899,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *521 + deployment: *522 required: - action - repository @@ -243899,10 +243978,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 workflow_job: type: object @@ -244038,7 +244117,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *521 + deployment: *522 required: - action - repository @@ -244118,12 +244197,12 @@ x-webhooks: type: string enum: - completed - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: *809 + workflow: *810 workflow_run: title: Workflow Run type: object @@ -245122,12 +245201,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: *809 + workflow: *810 workflow_run: title: Workflow Run type: object @@ -246111,12 +246190,12 @@ x-webhooks: type: string enum: - requested - enterprise: *792 - installation: *793 - organization: *794 - repository: *795 + enterprise: *793 + installation: *794 + organization: *795 + repository: *796 sender: *4 - workflow: *809 + workflow: *810 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 4917aaf29c..704224b010 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -16887,6 +16887,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17273,6 +17299,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17439,6 +17491,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17536,6 +17614,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17697,6 +17801,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17940,6 +18070,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -192396,6 +192552,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -202406,6 +202606,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -343957,6 +344201,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -533074,6 +533362,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -537186,6 +537518,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -544231,6 +544607,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -548598,6 +549018,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -559983,6 +560447,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -564185,6 +564693,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -700210,6 +700762,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -760111,6 +760707,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -881671,6 +882311,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1200509,6 +1201193,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1205167,6 +1205895,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1209828,6 +1210600,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1214953,6 +1215769,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1220271,6 +1221131,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1225323,6 +1226227,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1229988,6 +1230936,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1235175,6 +1236167,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1240019,6 +1241055,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1244710,6 +1245790,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1249372,6 +1250496,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1254228,6 +1255396,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1259367,6 +1260579,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1264685,6 +1265941,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1270003,6 +1271303,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1275077,6 +1276421,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1279937,6 +1281325,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1284819,6 +1286251,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1289335,6 +1290811,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1298810,6 +1300330,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1303453,6 +1305017,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1308274,6 +1309882,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1312904,6 +1314556,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1317574,6 +1319270,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1322214,6 +1323954,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1327004,6 +1328788,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1329132,6 +1330960,50 @@ "node_id" ] }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "number": { "description": "The pull request number.", "type": "integer" @@ -1332027,6 +1333899,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1336694,6 +1338610,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1341457,6 +1343417,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1346160,6 +1348164,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1350808,6 +1352856,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1417553,6 +1419645,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1420111,6 +1422211,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1422545,6 +1424653,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1425449,6 +1427565,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1427882,6 +1430006,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1430315,6 +1432447,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1432749,6 +1434889,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1435183,6 +1437331,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1437617,6 +1439773,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1440175,6 +1442339,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 7b64983389..5cc74b0d9c 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -471,7 +471,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &47 + - &48 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 results before this cursor. For @@ -480,7 +480,7 @@ paths: required: false schema: type: string - - &48 + - &49 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 results after this cursor. For @@ -489,7 +489,7 @@ paths: required: false schema: type: string - - &62 + - &63 name: direction description: The direction to sort the results by. in: query @@ -710,7 +710,7 @@ paths: required: - vector_string - score - cvss_severities: &64 + cvss_severities: &65 type: object nullable: true properties: @@ -750,7 +750,7 @@ paths: required: - vector_string - score - epss: &65 + epss: &66 type: object nullable: true readOnly: true @@ -888,7 +888,7 @@ paths: - subscriptions_url - type - url - type: &349 + type: &350 type: string description: The type of credit the user is receiving. enum: @@ -1048,7 +1048,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &133 + schema: &134 title: Validation Error Simple description: Validation Error Simple type: object @@ -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: - - &717 + - &718 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3731,7 +3731,7 @@ paths: GitHub. type: object nullable: true - properties: &83 + properties: &84 id: description: Unique identifier of the GitHub app example: 37 @@ -3864,7 +3864,7 @@ paths: about itself. example: 5 type: integer - required: &84 + required: &85 - id - node_id - owner @@ -4169,7 +4169,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 @@ -4178,7 +4178,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 @@ -4198,7 +4198,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. @@ -4278,7 +4278,7 @@ paths: - installation_id - repository_id examples: - default: &235 + default: &236 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4337,7 +4337,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &132 + schema: &133 title: Validation Error description: Validation Error type: object @@ -4406,7 +4406,7 @@ paths: description: Response content: application/json: - schema: &236 + schema: &237 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4520,7 +4520,7 @@ paths: - request - response examples: - default: &237 + default: &238 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4580,7 +4580,7 @@ paths: parameters: - *16 responses: - '202': &39 + '202': &40 description: Accepted content: application/json: @@ -4693,7 +4693,7 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &37 + '304': &38 description: Not modified '401': &25 description: Requires authentication @@ -4721,7 +4721,7 @@ paths: parameters: - *17 - *19 - - &95 + - &96 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -5313,7 +5313,7 @@ paths: suspended_at: suspended_by: headers: - Link: &70 + Link: &71 example: ; rel="next", ; rel="last" schema: @@ -5513,11 +5513,11 @@ paths: - selected repositories: type: array - items: &82 + items: &83 title: Repository description: A repository on GitHub. type: object - properties: &311 + properties: &312 id: description: Unique identifier of the repository example: 42 @@ -5537,7 +5537,7 @@ paths: title: License Simple description: License Simple type: object - properties: &91 + properties: &92 key: type: string example: mit @@ -5559,7 +5559,7 @@ paths: html_url: type: string format: uri - required: &92 + required: &93 - key - name - url @@ -5968,7 +5968,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &312 + required: &313 - archive_url - assignees_url - blobs_url @@ -6042,7 +6042,7 @@ paths: - watchers_count - created_at - updated_at - x-github-breaking-changes: &313 + x-github-breaking-changes: &314 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -6997,7 +6997,7 @@ paths: - node_id - private - default_branch - classroom: &34 + classroom: &35 title: Classroom description: A GitHub Classroom classroom type: object @@ -7109,6 +7109,11 @@ paths: archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': &33 + description: Gone + content: + application/json: + schema: *3 x-github: enabledForGitHubApps: true category: classroom @@ -7194,7 +7199,7 @@ paths: - avatar_url - html_url repository: *32 - assignment: &36 + assignment: &37 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -7283,7 +7288,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &33 + classroom: &34 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -7378,6 +7383,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7485,6 +7491,7 @@ paths: points_available: 15 group_name: monalisa-and-friends '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7517,7 +7524,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -7525,6 +7532,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7548,7 +7556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#closing-down---get-a-classroom parameters: - - &35 + - &36 name: classroom_id description: The unique identifier of the classroom. in: path @@ -7560,7 +7568,7 @@ paths: description: Response content: application/json: - schema: *34 + schema: *35 examples: default: value: @@ -7576,6 +7584,7 @@ paths: avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7599,7 +7608,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#closing-down---list-assignments-for-a-classroom parameters: - - *35 + - *36 - *19 - *17 responses: @@ -7609,7 +7618,7 @@ paths: application/json: schema: type: array - items: *36 + items: *37 examples: default: value: @@ -7635,6 +7644,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7660,7 +7670,7 @@ paths: application/json: schema: type: array - items: &38 + items: &39 title: Code Of Conduct description: Code Of Conduct type: object @@ -7743,7 +7753,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7770,7 +7780,7 @@ paths: description: Response content: application/json: - schema: *38 + schema: *39 examples: default: value: @@ -7825,7 +7835,7 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7885,9 +7895,9 @@ paths: - ghu_1234567890abcdef1234567890abcdef12345678 - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: - '202': *39 + '202': *40 '422': *7 - '500': &55 + '500': &56 description: Internal Error content: application/json: @@ -9796,7 +9806,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9817,7 +9827,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-enterprise parameters: - - &40 + - &41 name: enterprise description: The slug version of the enterprise name. in: path @@ -9829,7 +9839,7 @@ paths: description: Response content: application/json: - schema: &41 + schema: &42 title: Actions cache retention limit for an enterprise description: GitHub Actions cache retention policy for an enterprise. type: object @@ -9841,7 +9851,7 @@ paths: type: integer example: 14 examples: - default: &42 + default: &43 value: max_cache_retention_days: 80 '403': *29 @@ -9865,14 +9875,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -9899,13 +9909,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &43 + schema: &44 title: Actions cache storage limit for an enterprise description: GitHub Actions cache storage policy for an enterprise. type: object @@ -9917,7 +9927,7 @@ paths: type: integer example: 10 examples: - default: &44 + default: &45 value: max_cache_size_gb: 150 '403': *29 @@ -9941,14 +9951,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -9974,7 +9984,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -9982,7 +9992,7 @@ paths: application/json: schema: type: array - items: &45 + items: &46 title: Actions OIDC Custom Property Inclusion description: An OIDC custom property inclusion for repository properties type: object @@ -10029,12 +10039,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: application/json: - schema: &145 + schema: &146 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -10046,7 +10056,7 @@ paths: required: - custom_property_name examples: - default: &46 + default: &47 value: custom_property_name: environment responses: @@ -10054,9 +10064,9 @@ paths: description: OIDC custom property inclusion created content: application/json: - schema: *45 + schema: *46 examples: - default: *46 + default: *47 '400': description: Invalid input '403': *29 @@ -10081,7 +10091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *40 + - *41 - name: custom_property_name in: path required: true @@ -10117,7 +10127,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-enterprise parameters: - - *40 + - *41 - name: per_page in: query description: The number of results per page (max 100). For more information, @@ -10126,8 +10136,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 responses: '200': description: Response @@ -10135,7 +10145,7 @@ paths: application/json: schema: type: array - items: &49 + items: &50 type: object description: A code security configuration properties: @@ -10455,7 +10465,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -10533,7 +10543,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &53 + code_scanning_options: &54 type: object description: Security Configuration feature options for code scanning nullable: true @@ -10550,7 +10560,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &52 + code_scanning_default_setup_options: &53 type: object description: Feature options for code scanning default setup nullable: true @@ -10674,9 +10684,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *49 + schema: *50 examples: - default: &50 + default: &51 value: id: 1325 target_type: enterprise @@ -10728,13 +10738,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations-for-an-enterprise parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 type: array description: A list of default code security configurations items: @@ -10748,9 +10758,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *49 + configuration: *50 examples: - default: &200 + default: &201 value: - default_for_new_repos: public configuration: @@ -10833,8 +10843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - - *40 - - &51 + - *41 + - &52 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -10846,10 +10856,10 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *50 - '304': *37 + default: *51 + '304': *38 '403': *29 '404': *6 x-github: @@ -10872,8 +10882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -10952,8 +10962,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *52 - code_scanning_options: *53 + code_scanning_default_setup_options: *53 + code_scanning_options: *54 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -11049,13 +11059,13 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *50 - '304': *37 + default: *51 + '304': *38 '403': *29 '404': *6 - '409': &54 + '409': &55 description: Conflict content: application/json: @@ -11082,15 +11092,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 responses: - '204': &61 + '204': &62 description: A header with no content is returned. '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11114,8 +11124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -11139,10 +11149,10 @@ paths: value: scope: all responses: - '202': *39 + '202': *40 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11166,8 +11176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - - *40 - - *51 + - *41 + - *52 requestBody: required: true content: @@ -11207,12 +11217,12 @@ paths: - none - private_and_internal - public - configuration: *49 + configuration: *50 examples: default: value: default_for_new_repos: all - configuration: &198 + configuration: &199 value: id: 1325 target_type: organization @@ -11273,8 +11283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - - *40 - - *51 + - *41 + - *52 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -11283,8 +11293,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -11302,7 +11312,7 @@ paths: application/json: schema: type: array - items: &201 + items: &202 type: object description: Repositories associated with a code security configuration and attachment status @@ -11320,11 +11330,11 @@ paths: - failed - updating - removed_by_enterprise - repository: &67 + repository: &68 title: Simple Repository description: A GitHub repository. type: object - properties: &68 + properties: &69 id: type: integer format: int64 @@ -11551,7 +11561,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &69 + required: &70 - archive_url - assignees_url - blobs_url @@ -11603,7 +11613,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &202 + repository: &203 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -11696,8 +11706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day parameters: - - *40 - - &56 + - *41 + - &57 name: day description: The day to request data for, in `YYYY-MM-DD` format. in: query @@ -11711,7 +11721,7 @@ paths: description: Response content: application/json: - schema: &57 + schema: &58 type: object title: Copilot Metrics 1 Day Report description: Links to download the Copilot usage metrics report for @@ -11732,13 +11742,13 @@ paths: - download_links - report_day examples: - default: &58 + default: &59 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_day: '2025-07-01' - '500': *55 + '500': *56 '403': *29 '404': *6 x-github: @@ -11764,13 +11774,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: &59 + schema: &60 type: object title: Copilot Metrics 28 Day Report description: Links to download the latest Copilot usage metrics report @@ -11798,14 +11808,14 @@ paths: - report_start_day - report_end_day examples: - default: &60 + default: &61 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_start_day: '2025-07-01' report_end_day: '2025-07-28' - '500': *55 + '500': *56 '403': *29 '404': *6 x-github: @@ -11831,17 +11841,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-user-teams-report-for-a-specific-day parameters: - - *40 - - *56 + - *41 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '500': *55 + default: *59 + '500': *56 '403': *29 '404': *6 x-github: @@ -11867,17 +11877,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day parameters: - - *40 - - *56 + - *41 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '500': *55 + default: *59 + '500': *56 '403': *29 '404': *6 x-github: @@ -11903,16 +11913,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics parameters: - - *40 + - *41 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -11940,7 +11950,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-the-coding-agent-policy-for-an-enterprise parameters: - - *40 + - *41 requestBody: description: The coding agent policy configuration required: true @@ -11967,7 +11977,7 @@ paths: value: policy_state: enabled_for_all_orgs responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -11994,7 +12004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#add-organizations-to-the-enterprise-coding-agent-policy parameters: - - *40 + - *41 requestBody: description: The organizations to enable Copilot cloud agent for required: true @@ -12043,7 +12053,7 @@ paths: - engineering - security responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -12069,7 +12079,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#remove-organizations-from-the-enterprise-coding-agent-policy parameters: - - *40 + - *41 requestBody: description: The organizations to disable Copilot cloud agent for required: true @@ -12119,7 +12129,7 @@ paths: - engineering - security responses: - '204': *61 + '204': *62 '400': *14 x-github: enabledForGitHubApps: false @@ -12143,8 +12153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *40 - - &212 + - *41 + - &213 name: classification in: query description: |- @@ -12153,7 +12163,7 @@ paths: Can be: `malware`, `general` schema: type: string - - &213 + - &214 name: state in: query description: |- @@ -12162,7 +12172,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &214 + - &215 name: severity in: query description: |- @@ -12171,7 +12181,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &215 + - &216 name: ecosystem in: query description: |- @@ -12180,14 +12190,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &216 + - &217 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &217 + - &218 name: epss_percentage in: query description: |- @@ -12199,7 +12209,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 - - &512 + - &513 name: has in: query description: |- @@ -12213,7 +12223,7 @@ paths: type: string enum: - patch - - &218 + - &219 name: assignee in: query description: |- @@ -12222,7 +12232,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &219 + - &220 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -12232,7 +12242,7 @@ paths: enum: - development - runtime - - &220 + - &221 name: sort in: query description: |- @@ -12247,9 +12257,9 @@ paths: - updated - epss_percentage default: created - - *62 - - *47 + - *63 - *48 + - *49 - *17 responses: '200': @@ -12258,11 +12268,11 @@ paths: application/json: schema: type: array - items: &221 + items: &222 type: object description: A Dependabot alert. properties: - number: &188 + number: &189 type: integer description: The security alert number. readOnly: true @@ -12280,7 +12290,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &63 + package: &64 type: object description: Details for the vulnerable package. readOnly: true @@ -12325,7 +12335,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &513 + security_advisory: &514 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12355,13 +12365,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &66 + items: &67 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *63 + package: *64 severity: type: string description: The severity of the vulnerability. @@ -12434,8 +12444,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *64 - epss: *65 + cvss_severities: *65 + epss: *66 cwes: type: array description: Details for the advisory pertaining to Common @@ -12553,30 +12563,30 @@ paths: - updated_at - withdrawn_at version: '2026-03-10' - security_vulnerability: *66 - url: &191 + security_vulnerability: *67 + url: &192 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &192 + html_url: &193 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &189 + created_at: &190 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &190 + updated_at: &191 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &194 + dismissed_at: &195 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -12606,21 +12616,21 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &193 + fixed_at: &194 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &514 + auto_dismissed_at: &515 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: &515 + dismissal_request: &516 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12663,7 +12673,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *67 + repository: *68 required: - number - state @@ -12682,7 +12692,7 @@ paths: - repository additionalProperties: false examples: - default: &222 + default: &223 value: - number: 2 state: dismissed @@ -13020,7 +13030,7 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *37 + '304': *38 '403': *29 '404': *6 '422': *7 @@ -13044,7 +13054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-enterprise parameters: - - *40 + - *41 - name: page in: query description: The page number of results to fetch. @@ -13067,7 +13077,7 @@ paths: description: Response content: application/json: - schema: &223 + schema: &224 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -13088,12 +13098,12 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *68 - required: *69 + properties: *69 + required: *70 nullable: true additionalProperties: false examples: - default: &224 + default: &225 value: default_level: public accessible_repositories: @@ -13193,7 +13203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -13257,7 +13267,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot-in-an-enterprise parameters: - - *40 + - *41 requestBody: required: true content: @@ -13301,7 +13311,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#list-enterprise-teams parameters: - - *40 + - *41 - *17 - *19 responses: @@ -13311,7 +13321,7 @@ paths: application/json: schema: type: array - items: &71 + items: &72 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -13390,7 +13400,7 @@ paths: created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -13408,7 +13418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#create-an-enterprise-team parameters: - - *40 + - *41 requestBody: required: true content: @@ -13475,9 +13485,9 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: &79 + default: &80 value: id: 1 name: Justice League @@ -13505,8 +13515,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - - *40 - - &72 + - *41 + - &73 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -13525,7 +13535,7 @@ paths: type: array items: *4 examples: - default: &73 + default: &74 value: - login: octocat id: 1 @@ -13546,7 +13556,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13563,8 +13573,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13595,7 +13605,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13612,8 +13622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13644,7 +13654,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13661,9 +13671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - - *40 - - *72 - - &74 + - *41 + - *73 + - &75 name: username description: The handle for the GitHub user account. in: path @@ -13677,7 +13687,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &75 + exampleKey1: &76 value: login: octocat id: 1 @@ -13712,9 +13722,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - - *40 - - *72 - - *74 + - *41 + - *73 + - *75 responses: '201': description: Successfully added team member @@ -13722,7 +13732,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *75 + exampleKey1: *76 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13739,9 +13749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - - *40 - - *72 - - *74 + - *41 + - *73 + - *75 responses: '204': description: Response @@ -13762,8 +13772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 - *17 - *19 responses: @@ -13773,11 +13783,11 @@ paths: application/json: schema: type: array - items: &76 + items: &77 title: Organization Simple description: A GitHub organization. type: object - properties: &208 + properties: &209 login: type: string example: github @@ -13818,7 +13828,7 @@ paths: type: string example: A great organization nullable: true - required: &209 + required: &210 - login - url - id @@ -13832,7 +13842,7 @@ paths: - avatar_url - description examples: - default: &77 + default: &78 value: login: github id: 1 @@ -13862,8 +13872,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13891,9 +13901,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &119 + default: &120 value: - login: github id: 1 @@ -13923,8 +13933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - - *40 - - *72 + - *41 + - *73 requestBody: required: true content: @@ -13964,9 +13974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - - *40 - - *72 - - &78 + - *41 + - *73 + - &79 name: org description: The organization name. The name is not case sensitive. in: path @@ -13978,9 +13988,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 '404': description: The team is not assigned to the organization x-github: @@ -13998,17 +14008,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - - *40 - - *72 - - *78 + - *41 + - *73 + - *79 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14024,9 +14034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - - *40 - - *72 - - *78 + - *41 + - *73 + - *79 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -14049,8 +14059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - - *40 - - &80 + - *41 + - &81 name: team_slug description: The slug of the team name. in: path @@ -14062,11 +14072,11 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: *79 + default: *80 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -14083,8 +14093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - - *40 - - *80 + - *41 + - *81 requestBody: required: true content: @@ -14149,11 +14159,11 @@ paths: description: Response content: application/json: - schema: *71 + schema: *72 examples: - default: *79 + default: *80 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -14173,8 +14183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - - *40 - - *80 + - *41 + - *81 responses: '204': description: Response @@ -14212,7 +14222,7 @@ paths: application/json: schema: type: array - items: &114 + items: &115 title: Event description: Event type: object @@ -14222,7 +14232,7 @@ paths: type: type: string nullable: true - actor: &81 + actor: &82 title: Actor description: Actor type: object @@ -14262,7 +14272,7 @@ paths: - id - name - url - org: *81 + org: *82 payload: oneOf: - title: CreateEvent @@ -14308,7 +14318,7 @@ paths: properties: action: type: string - discussion: &813 + discussion: &814 title: Discussion description: A Discussion in a repository. type: object @@ -14595,7 +14605,7 @@ paths: - id labels: type: array - items: &87 + items: &88 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -14670,7 +14680,7 @@ paths: properties: action: type: string - issue: &88 + issue: &89 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -14788,7 +14798,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &295 + properties: &296 url: type: string format: uri @@ -14858,7 +14868,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &296 + required: &297 - closed_issues - creator - description @@ -14937,7 +14947,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 @@ -14989,7 +14999,7 @@ paths: - node_id - name - description - repository: *82 + repository: *83 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -15000,9 +15010,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - author_association: &85 + properties: *84 + required: *85 + author_association: &86 title: author_association type: string example: OWNER @@ -15017,7 +15027,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &86 + reactions: &87 title: Reaction Rollup type: object properties: @@ -15053,7 +15063,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &728 + sub_issues_summary: &729 title: Sub-issues Summary type: object properties: @@ -15078,7 +15088,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &89 + properties: &90 id: description: Unique identifier of the issue comment example: 42 @@ -15121,7 +15131,7 @@ paths: issue_url: type: string format: uri - author_association: *85 + author_association: *86 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -15132,9 +15142,9 @@ paths: class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - reactions: *86 + properties: *84 + required: *85 + reactions: *87 pin: title: Pinned Issue Comment description: Context around who pinned an issue @@ -15170,7 +15180,7 @@ paths: required: &597 - reason nullable: true - required: &90 + required: &91 - id - node_id - html_url @@ -15180,7 +15190,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &729 + issue_dependencies_summary: &730 title: Issue Dependencies Summary type: object properties: @@ -15359,10 +15369,10 @@ paths: assignees: type: array items: *4 - label: *87 + label: *88 labels: type: array - items: *87 + items: *88 required: - action - issue @@ -15371,14 +15381,14 @@ paths: properties: action: type: string - issue: *88 + issue: *89 comment: &563 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 required: - action - issue @@ -15551,8 +15561,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true allow_forking: type: boolean @@ -15641,7 +15651,7 @@ paths: type: string number: type: integer - pull_request: &93 + pull_request: &94 title: Pull Request Minimal type: object properties: @@ -15712,10 +15722,10 @@ paths: assignees: type: array items: *4 - label: *87 + label: *88 labels: type: array - items: *87 + items: *88 required: - action - number @@ -15725,7 +15735,7 @@ paths: properties: action: type: string - pull_request: *93 + pull_request: *94 comment: type: object properties: @@ -15976,7 +15986,7 @@ paths: - pull_request updated_at: type: string - pull_request: *93 + pull_request: *94 required: - action - review @@ -16025,7 +16035,7 @@ paths: updated_at: type: string format: date-time - reactions: *86 + reactions: *87 required: - action - comment @@ -16036,7 +16046,7 @@ paths: type: string release: allOf: - - &641 + - &642 title: Release description: A release. type: object @@ -16107,7 +16117,7 @@ paths: author: *4 assets: type: array - items: &642 + items: &643 title: Release Asset description: Data related to a release. type: object @@ -16182,7 +16192,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *86 + reactions: *87 required: - assets_url - upload_url @@ -16272,9 +16282,9 @@ paths: before: 883efe034920928c47fe18598c01249d1a9fdabd public: true created_at: '2022-06-07T07:50:26Z' - '304': *37 + '304': *38 '403': *29 - '503': &122 + '503': &123 description: Service unavailable content: application/json: @@ -16367,7 +16377,7 @@ paths: _links: type: object properties: - timeline: &94 + timeline: &95 title: Link With Type description: Hypermedia Link with Type type: object @@ -16379,17 +16389,17 @@ paths: required: - href - type - user: *94 - security_advisories: *94 - current_user: *94 - current_user_public: *94 - current_user_actor: *94 - current_user_organization: *94 + user: *95 + security_advisories: *95 + current_user: *95 + current_user_public: *95 + current_user_actor: *95 + current_user_organization: *95 current_user_organizations: type: array - items: *94 - repository_discussions: *94 - repository_discussions_category: *94 + items: *95 + repository_discussions: *95 + repository_discussions_category: *95 required: - timeline - user @@ -16451,7 +16461,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *95 + - *96 - *17 - *19 responses: @@ -16461,7 +16471,7 @@ paths: application/json: schema: type: array - items: &96 + items: &97 title: Base Gist description: Base Gist type: object @@ -16589,7 +16599,7 @@ paths: path: "/properties/history" version: '2026-03-10' examples: - default: &97 + default: &98 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -16634,8 +16644,8 @@ paths: site_admin: false truncated: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -16710,7 +16720,7 @@ paths: description: Response content: application/json: - schema: &98 + schema: &99 title: Gist Simple description: Gist Simple type: object @@ -16727,7 +16737,7 @@ paths: url: type: string format: uri - user: &737 + user: &738 title: Public User description: Public User type: object @@ -17097,7 +17107,7 @@ paths: path: "/properties/history" version: '2026-03-10' examples: - default: &99 + default: &100 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -17179,7 +17189,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17201,7 +17211,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *95 + - *96 - *17 - *19 responses: @@ -17211,13 +17221,13 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17235,7 +17245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *95 + - *96 - *17 - *19 responses: @@ -17245,13 +17255,13 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17274,7 +17284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &100 + - &101 name: gist_id description: The unique identifier of the gist. in: path @@ -17286,10 +17296,10 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *99 - '403': &103 + default: *100 + '403': &104 description: Forbidden Gist content: application/json: @@ -17311,7 +17321,7 @@ paths: documentation_url: type: string '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17336,7 +17346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *100 + - *101 requestBody: required: true content: @@ -17396,9 +17406,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - updateGist: *99 + updateGist: *100 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -17556,12 +17566,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *100 + - *101 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17584,7 +17594,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17594,7 +17604,7 @@ paths: application/json: schema: type: array - items: &101 + items: &102 title: Gist Comment description: A comment made to a gist. type: object @@ -17629,7 +17639,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *85 + author_association: *86 required: - url - id @@ -17669,8 +17679,8 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 x-github: @@ -17693,7 +17703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *100 + - *101 requestBody: required: true content: @@ -17718,9 +17728,9 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: &102 + default: &103 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -17753,7 +17763,7 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17777,8 +17787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *100 - - &104 + - *101 + - &105 name: comment_id description: The unique identifier of the comment. in: path @@ -17791,12 +17801,12 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: *102 - '304': *37 + default: *103 + '304': *38 '404': *6 - '403': *103 + '403': *104 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17817,8 +17827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *100 - - *104 + - *101 + - *105 requestBody: required: true content: @@ -17843,9 +17853,9 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: - default: *102 + default: *103 '404': *6 x-github: githubCloudOnly: false @@ -17862,12 +17872,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *100 - - *104 + - *101 + - *105 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -17886,7 +17896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17969,7 +17979,7 @@ paths: schema: type: string '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -17987,7 +17997,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *100 + - *101 - *17 - *19 responses: @@ -17997,7 +18007,7 @@ paths: application/json: schema: type: array - items: *98 + items: *99 examples: default: value: @@ -18043,9 +18053,9 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -18062,13 +18072,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *100 + - *101 responses: '201': description: Response content: application/json: - schema: *96 + schema: *97 examples: default: value: @@ -18127,7 +18137,7 @@ paths: type: string '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -18145,7 +18155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *100 + - *101 responses: '204': description: Response if gist is starred @@ -18157,7 +18167,7 @@ paths: type: object properties: {} additionalProperties: false - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -18175,12 +18185,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *100 + - *101 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -18197,11 +18207,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *100 + - *101 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -18225,7 +18235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *100 + - *101 - name: sha in: path required: true @@ -18236,9 +18246,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *99 + default: *100 '422': *15 '404': *6 '403': *29 @@ -18278,7 +18288,7 @@ paths: - Bancha - C - C++ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18363,7 +18373,7 @@ paths: *.exe *.out *.app - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18399,7 +18409,7 @@ paths: type: array items: allOf: - - *82 + - *83 - type: object properties: custom_properties: @@ -18534,9 +18544,9 @@ paths: environment: production service: web headers: - Link: *70 + Link: *71 '403': *29 - '304': *37 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -18618,7 +18628,7 @@ paths: - closed - all default: open - - &261 + - &262 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -18636,8 +18646,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - name: collab in: query required: false @@ -18667,9 +18677,9 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: &262 + default: &263 value: - id: 1 node_id: MDU6SXNzdWUx @@ -18914,9 +18924,9 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -18953,8 +18963,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 examples: default: value: @@ -18993,7 +19003,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19178,7 +19188,7 @@ paths: featured: true '403': *29 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19239,7 +19249,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &105 + X-CommonMarker-Version: &106 example: 0.17.4 schema: type: string @@ -19251,7 +19261,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19294,7 +19304,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *105 + X-CommonMarker-Version: *106 content: text/html: schema: @@ -19303,7 +19313,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19323,7 +19333,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &108 + - &109 name: account_id description: account_id parameter in: path @@ -19335,7 +19345,7 @@ paths: description: Response content: application/json: - schema: &107 + schema: &108 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -19365,7 +19375,7 @@ paths: nullable: true id: type: integer - plan: &106 + plan: &107 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -19454,7 +19464,7 @@ paths: nullable: true updated_at: type: string - plan: *106 + plan: *107 required: - url - id @@ -19462,7 +19472,7 @@ paths: - login - marketplace_purchase examples: - default: &109 + default: &110 value: url: https://api.github.com/orgs/github type: Organization @@ -19547,9 +19557,9 @@ paths: application/json: schema: type: array - items: *106 + items: *107 examples: - default: &110 + default: &111 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -19567,7 +19577,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 + Link: *71 '404': *6 '401': *25 x-github: @@ -19589,14 +19599,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &111 + - &112 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &112 + - &113 name: sort description: The property to sort the results by. in: query @@ -19626,9 +19636,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: &113 + default: &114 value: - url: https://api.github.com/orgs/github type: Organization @@ -19679,7 +19689,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 + Link: *71 '404': *6 '422': *15 '401': *25 @@ -19702,15 +19712,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *108 + - *109 responses: '200': description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *109 + default: *110 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -19742,11 +19752,11 @@ paths: application/json: schema: type: array - items: *106 + items: *107 examples: - default: *110 + default: *111 headers: - Link: *70 + Link: *71 '401': *25 x-github: githubCloudOnly: false @@ -19767,8 +19777,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *111 - *112 + - *113 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -19788,11 +19798,11 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *113 + default: *114 headers: - Link: *70 + Link: *71 '401': *25 x-github: githubCloudOnly: false @@ -20035,7 +20045,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20054,14 +20064,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &358 + - &359 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &359 + - &360 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20078,7 +20088,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -20122,8 +20132,8 @@ paths: created_at: '2022-06-08T23:29:25Z' '404': *6 '403': *29 - '304': *37 - '301': &362 + '304': *38 + '301': &363 description: Moved permanently content: application/json: @@ -20162,7 +20172,7 @@ paths: schema: type: boolean default: false - - *95 + - *96 - &619 name: before description: 'Only show notifications updated before the given time. This @@ -20188,18 +20198,18 @@ paths: application/json: schema: type: array - items: &115 + items: &116 title: Thread description: Thread type: object properties: id: type: string - repository: &163 + repository: &164 title: Minimal Repository description: Minimal Repository type: object - properties: &226 + properties: &227 id: type: integer format: int64 @@ -20455,7 +20465,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *38 + code_of_conduct: *39 license: type: object properties: @@ -20485,7 +20495,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &314 + security_and_analysis: &315 nullable: true type: object properties: @@ -20605,7 +20615,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &227 + required: &228 - archive_url - assignees_url - blobs_url @@ -20652,7 +20662,7 @@ paths: - teams_url - trees_url - url - x-github-breaking-changes: &228 + x-github-breaking-changes: &229 - changeset: remove_has_downloads patch: properties: @@ -20781,8 +20791,8 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -20846,7 +20856,7 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20865,7 +20875,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &116 + - &117 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -20879,7 +20889,7 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: default: value: @@ -20962,7 +20972,7 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -20981,11 +20991,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *116 + - *117 responses: '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -21003,7 +21013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *116 + - *117 responses: '204': description: No content @@ -21026,13 +21036,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *116 + - *117 responses: '200': description: Response content: application/json: - schema: &117 + schema: &118 title: Thread Subscription description: Thread Subscription type: object @@ -21069,7 +21079,7 @@ paths: - url - subscribed examples: - default: &118 + default: &119 value: subscribed: true ignored: false @@ -21077,7 +21087,7 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -21100,7 +21110,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *116 + - *117 requestBody: required: false content: @@ -21121,10 +21131,10 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *118 - '304': *37 + default: *119 + '304': *38 '403': *29 '401': *25 x-github: @@ -21146,11 +21156,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *116 + - *117 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -21241,15 +21251,15 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21270,13 +21280,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &120 + schema: &121 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -21287,7 +21297,7 @@ paths: type: integer example: 14 examples: - default: *42 + default: *43 '403': *29 '404': *6 x-github: @@ -21309,14 +21319,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *120 + schema: *121 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -21343,13 +21353,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &121 + schema: &122 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -21360,7 +21370,7 @@ paths: type: integer example: 10 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -21382,14 +21392,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *121 + schema: *122 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -21415,8 +21425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-ai-credit-usage-report-for-an-organization parameters: - - *78 - - &124 + - *79 + - &125 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -21425,7 +21435,7 @@ paths: required: false schema: type: integer - - &125 + - &126 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -21434,7 +21444,7 @@ paths: required: false schema: type: integer - - &126 + - &127 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -21443,21 +21453,21 @@ paths: required: false schema: type: integer - - &127 + - &128 name: user description: The user name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &128 + - &129 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &129 + - &130 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -21573,8 +21583,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21593,7 +21603,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *78 + - *79 - name: page description: The page number of the results to fetch. in: query @@ -21826,7 +21836,7 @@ paths: total_count: 2 '404': *6 '403': *29 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21844,7 +21854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#create-a-budget-for-an-organization parameters: - - *78 + - *79 requestBody: required: false content: @@ -22073,8 +22083,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *78 - - &123 + - *79 + - &124 name: budget_id description: The ID corresponding to the budget. in: path @@ -22178,8 +22188,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22196,8 +22206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *78 - - *123 + - *79 + - *124 requestBody: required: true content: @@ -22426,8 +22436,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *78 - - *123 + - *79 + - *124 responses: '200': description: Response when deleting a budget @@ -22453,8 +22463,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22474,13 +22484,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *78 - - *124 + - *79 - *125 - *126 - *127 - *128 - *129 + - *130 responses: '200': description: Response when getting a billing premium request usage report @@ -22590,8 +22600,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22611,9 +22621,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *78 - - *124 - - &789 + - *79 + - *125 + - &790 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 @@ -22622,7 +22632,7 @@ paths: required: false schema: type: integer - - *126 + - *127 responses: '200': description: Billing usage report response for an organization @@ -22697,8 +22707,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22721,19 +22731,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *78 - - *124 + - *79 - *125 - *126 - - &790 + - *127 + - &791 name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *129 - - &791 + - *130 + - &792 name: sku description: The SKU to query for usage. in: query @@ -22843,8 +22853,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22870,13 +22880,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &130 + schema: &131 title: Organization Full description: Organization Full type: object @@ -23201,7 +23211,7 @@ paths: path: "/properties/secret_scanning_push_protection_custom_link_enabled" version: '2026-03-10' examples: - default-response: &131 + default-response: &132 value: login: github id: 1 @@ -23307,7 +23317,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *78 + - *79 requestBody: required: false content: @@ -23523,18 +23533,18 @@ paths: description: Response content: application/json: - schema: *130 + schema: *131 examples: - default: *131 + default: *132 '422': description: Validation failed content: application/json: schema: oneOf: - - *132 - *133 - '409': *54 + - *134 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23567,9 +23577,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *78 + - *79 responses: - '202': *39 + '202': *40 '404': *6 '403': *29 x-github: @@ -23598,7 +23608,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -23624,7 +23634,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23645,7 +23655,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -23663,7 +23673,7 @@ paths: type: integer repository_cache_usages: type: array - items: &369 + items: &370 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23698,7 +23708,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23718,7 +23728,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -23736,7 +23746,7 @@ paths: type: integer runners: type: array - items: &134 + items: &135 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -23790,7 +23800,7 @@ paths: - display_name - source nullable: true - machine_size_details: &142 + machine_size_details: &143 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -23886,7 +23896,7 @@ paths: - public_ip_enabled - platform examples: - default: &162 + default: &163 value: total_count: 2 runners: @@ -23928,7 +23938,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23946,7 +23956,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -24023,9 +24033,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: &143 + default: &144 value: id: 5 name: My hosted ubuntu runner @@ -24066,7 +24076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24082,7 +24092,7 @@ paths: type: integer images: type: array - items: &135 + items: &136 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -24133,7 +24143,7 @@ paths: - latest_version - state examples: - default: &137 + default: &138 value: total_count: 2 image_versions: @@ -24164,8 +24174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *78 - - &136 + - *79 + - &137 name: image_definition_id description: Image definition ID of custom image in: path @@ -24177,7 +24187,7 @@ paths: description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -24207,8 +24217,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *78 - - *136 + - *79 + - *137 responses: '204': description: Response @@ -24231,8 +24241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *136 - - *78 + - *137 + - *79 responses: '200': description: Response @@ -24248,7 +24258,7 @@ paths: type: integer image_versions: type: array - items: &138 + items: &139 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -24281,7 +24291,7 @@ paths: - created_on - state_details examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24301,9 +24311,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *78 - - *136 - - &139 + - *79 + - *137 + - &140 name: version description: Version of a custom image in: path @@ -24316,7 +24326,7 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: value: @@ -24342,9 +24352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *78 - - *136 - - *139 + - *79 + - *137 + - *140 responses: '204': description: Response @@ -24365,7 +24375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24381,7 +24391,7 @@ paths: type: integer images: type: array - items: &140 + items: &141 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -24417,7 +24427,7 @@ paths: - display_name - source examples: - default: &141 + default: &142 value: id: ubuntu-20.04 platform: linux-x64 @@ -24441,7 +24451,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24457,9 +24467,9 @@ paths: type: integer images: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24476,7 +24486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24529,7 +24539,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24545,7 +24555,7 @@ paths: type: integer machine_specs: type: array - items: *142 + items: *143 examples: default: value: @@ -24570,7 +24580,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24614,8 +24624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *78 - - &144 + - *79 + - &145 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -24627,11 +24637,11 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24649,8 +24659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *78 - - *144 + - *79 + - *145 requestBody: required: true content: @@ -24716,9 +24726,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -24734,16 +24744,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *78 - - *144 + - *79 + - *145 responses: '202': description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *143 + default: *144 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24763,7 +24773,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -24771,7 +24781,7 @@ paths: application/json: schema: type: array - items: *45 + items: *46 examples: default: value: @@ -24796,22 +24806,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: *145 + schema: *146 examples: - default: *46 + default: *47 responses: '201': description: OIDC custom property inclusion created content: application/json: - schema: *45 + schema: *46 examples: - default: *46 + default: *47 '400': description: Invalid input '403': *29 @@ -24835,7 +24845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *78 + - *79 - name: custom_property_name in: path required: true @@ -24868,7 +24878,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *78 + - *79 responses: '200': description: A JSON serialized template for OIDC subject claim customization @@ -24894,7 +24904,7 @@ paths: required: - include_claim_keys examples: - default: &146 + default: &147 value: include_claim_keys: - repo @@ -24916,7 +24926,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -24939,13 +24949,13 @@ paths: format. type: boolean examples: - default: *146 + default: *147 responses: '201': description: Empty response content: application/json: - schema: &172 + schema: &173 title: Empty Object description: An object without any properties. type: object @@ -24975,7 +24985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -24984,7 +24994,7 @@ paths: schema: type: object properties: - enabled_repositories: &147 + enabled_repositories: &148 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -24997,7 +25007,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &148 + allowed_actions: &149 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -25005,12 +25015,12 @@ paths: - all - local_only - selected - selected_actions_url: &374 + selected_actions_url: &375 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` is set to `selected`. - sha_pinning_required: &149 + sha_pinning_required: &150 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -25041,7 +25051,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -25052,9 +25062,9 @@ paths: schema: type: object properties: - enabled_repositories: *147 - allowed_actions: *148 - sha_pinning_required: *149 + enabled_repositories: *148 + allowed_actions: *149 + sha_pinning_required: *150 required: - enabled_repositories examples: @@ -25082,13 +25092,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &378 + schema: &379 type: object properties: days: @@ -25125,12 +25135,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &379 + schema: &380 type: object properties: days: @@ -25147,7 +25157,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25167,13 +25177,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &150 + schema: &151 type: object properties: approval_policy: @@ -25187,7 +25197,7 @@ paths: required: - approval_policy examples: - default: &380 + default: &381 value: approval_policy: first_time_contributors '404': *6 @@ -25208,7 +25218,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -25218,7 +25228,7 @@ paths: required: true content: application/json: - schema: *150 + schema: *151 examples: default: summary: Set approval policy to first time contributors @@ -25240,13 +25250,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &381 + schema: &382 type: object required: - run_workflows_from_fork_pull_requests @@ -25272,7 +25282,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &151 + default: &152 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -25295,12 +25305,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &382 + schema: &383 type: object required: - run_workflows_from_fork_pull_requests @@ -25323,7 +25333,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *151 + default: *152 responses: '204': description: Empty response for successful settings update @@ -25353,7 +25363,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -25371,9 +25381,9 @@ paths: type: number repositories: type: array - items: *82 + items: *83 examples: - default: &155 + default: &156 value: total_count: 1 repositories: @@ -25513,7 +25523,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -25557,8 +25567,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *78 - - &152 + - *79 + - &153 name: repository_id description: The unique identifier of the repository. in: path @@ -25586,8 +25596,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -25610,13 +25620,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &153 + schema: &154 type: object properties: github_owned_allowed: @@ -25638,7 +25648,7 @@ paths: items: type: string examples: - default: &154 + default: &155 value: github_owned_allowed: true verified_allowed: false @@ -25663,7 +25673,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -25671,9 +25681,9 @@ paths: required: false content: application/json: - schema: *153 + schema: *154 examples: - selected_actions: *154 + selected_actions: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -25693,7 +25703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -25741,7 +25751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -25768,7 +25778,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25788,7 +25798,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -25803,9 +25813,9 @@ paths: type: integer repositories: type: array - items: *82 + items: *83 examples: - default: *155 + default: *156 '403': *29 '404': *6 x-github: @@ -25825,7 +25835,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -25873,14 +25883,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25900,14 +25910,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No content '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: enabledForGitHubApps: true @@ -25929,23 +25939,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &383 + schema: &384 type: object properties: - default_workflow_permissions: &156 + default_workflow_permissions: &157 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &157 + can_approve_pull_request_reviews: &158 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -25953,7 +25963,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &158 + default: &159 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -25978,7 +25988,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Success response @@ -25986,13 +25996,13 @@ paths: required: false content: application/json: - schema: &384 + schema: &385 type: object properties: - default_workflow_permissions: *156 - can_approve_pull_request_reviews: *157 + default_workflow_permissions: *157 + can_approve_pull_request_reviews: *158 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26012,7 +26022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *78 + - *79 - *17 - *19 - name: visible_to_repository @@ -26037,7 +26047,7 @@ paths: type: number runner_groups: type: array - items: &159 + items: &160 type: object properties: id: @@ -26153,7 +26163,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -26225,9 +26235,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: &161 + default: &162 value: id: 2 name: octo-runner-group @@ -26262,8 +26272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *78 - - &160 + - *79 + - &161 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -26275,7 +26285,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -26311,8 +26321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -26366,9 +26376,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *161 + default: *162 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26387,8 +26397,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *78 - - *160 + - *79 + - *161 responses: '204': description: Response @@ -26411,8 +26421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *17 - *19 responses: @@ -26430,11 +26440,11 @@ paths: type: number runners: type: array - items: *134 + items: *135 examples: - default: *162 + default: *163 headers: - Link: *70 + Link: *71 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26454,8 +26464,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *19 - *17 responses: @@ -26473,9 +26483,9 @@ paths: type: number repositories: type: array - items: *163 + items: *164 examples: - default: &211 + default: &212 value: total_count: 1 repositories: @@ -26727,8 +26737,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -26772,9 +26782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 - - *152 + - *79 + - *161 + - *153 responses: '204': description: Response @@ -26796,9 +26806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *78 - - *160 - - *152 + - *79 + - *161 + - *153 responses: '204': description: Response @@ -26821,8 +26831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 - *17 - *19 responses: @@ -26840,7 +26850,7 @@ paths: type: number runners: type: array - items: &165 + items: &166 title: Self hosted runners description: A self hosted runner type: object @@ -26869,7 +26879,7 @@ paths: type: boolean labels: type: array - items: &168 + items: &169 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -26906,7 +26916,7 @@ paths: - busy - labels examples: - default: &166 + default: &167 value: total_count: 2 runners: @@ -26948,7 +26958,7 @@ paths: name: no-gpu type: custom headers: - Link: *70 + Link: *71 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26967,8 +26977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *78 - - *160 + - *79 + - *161 requestBody: required: true content: @@ -27012,9 +27022,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *78 - - *160 - - &164 + - *79 + - *161 + - &165 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -27042,9 +27052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *78 - - *160 - - *164 + - *79 + - *161 + - *165 responses: '204': description: Response @@ -27074,7 +27084,7 @@ paths: in: query schema: type: string - - *78 + - *79 - *17 - *19 responses: @@ -27092,11 +27102,11 @@ paths: type: integer runners: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27118,7 +27128,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -27126,7 +27136,7 @@ paths: application/json: schema: type: array - items: &385 + items: &386 title: Runner Application description: Runner Application type: object @@ -27151,7 +27161,7 @@ paths: - download_url - filename examples: - default: &386 + default: &387 value: - os: osx architecture: x64 @@ -27194,7 +27204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -27237,7 +27247,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &387 + '201': &388 description: Response content: application/json: @@ -27247,7 +27257,7 @@ paths: - runner - encoded_jit_config properties: - runner: *165 + runner: *166 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -27276,7 +27286,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27304,13 +27314,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *78 + - *79 responses: '201': description: Response content: application/json: - schema: &167 + schema: &168 title: Authentication Token description: Authentication Token type: object @@ -27332,7 +27342,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *82 + items: *83 single_file: type: string example: config.yaml @@ -27348,7 +27358,7 @@ paths: - token - expires_at examples: - default: &388 + default: &389 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -27379,15 +27389,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *78 + - *79 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: &389 + default: &390 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -27412,16 +27422,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: &390 + default: &391 value: id: 23 name: MBP @@ -27463,8 +27473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: '204': description: Response @@ -27490,10 +27500,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: - '200': &169 + '200': &170 description: Response content: application/json: @@ -27507,7 +27517,7 @@ paths: type: integer labels: type: array - items: *168 + items: *169 examples: default: value: @@ -27546,8 +27556,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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 requestBody: required: true content: @@ -27571,7 +27581,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -27595,8 +27605,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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 requestBody: required: true content: @@ -27621,7 +27631,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -27645,10 +27655,10 @@ 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-an-organization parameters: - - *78 - - *164 + - *79 + - *165 responses: - '200': &391 + '200': &392 description: Response content: application/json: @@ -27662,7 +27672,7 @@ paths: type: integer labels: type: array - items: *168 + items: *169 examples: default: value: @@ -27703,9 +27713,9 @@ 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-an-organization parameters: - - *78 - - *164 - - &392 + - *79 + - *165 + - &393 name: name description: The name of a self-hosted runner's custom label. in: path @@ -27713,7 +27723,7 @@ paths: schema: type: string responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -27738,7 +27748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -27756,7 +27766,7 @@ paths: type: integer secrets: type: array - items: &170 + items: &171 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -27788,7 +27798,7 @@ paths: - updated_at - visibility examples: - default: &176 + default: &177 value: total_count: 3 secrets: @@ -27806,7 +27816,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27829,13 +27839,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &177 + schema: &178 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27864,7 +27874,7 @@ paths: - key_id - key examples: - default: &178 + default: &179 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27889,8 +27899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *78 - - &171 + - *79 + - &172 name: secret_name description: The name of the secret. in: path @@ -27902,9 +27912,9 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: &179 + default: &180 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -27932,8 +27942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -27990,7 +28000,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -28016,8 +28026,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -28043,8 +28053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -28062,9 +28072,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: &175 + default: &176 value: total_count: 1 repositories: @@ -28156,8 +28166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -28209,8 +28219,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -28243,8 +28253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -28276,8 +28286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *78 - - &180 + - *79 + - &181 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -28301,7 +28311,7 @@ paths: type: integer variables: type: array - items: &173 + items: &174 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -28344,7 +28354,7 @@ paths: - updated_at - visibility examples: - default: &181 + default: &182 value: total_count: 3 variables: @@ -28365,7 +28375,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28386,7 +28396,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *78 + - *79 requestBody: required: true content: @@ -28434,7 +28444,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -28459,8 +28469,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *78 - - &174 + - *79 + - &175 name: name description: The name of the variable. in: path @@ -28472,9 +28482,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: &182 + default: &183 value: name: USERNAME value: octocat @@ -28502,8 +28512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -28565,8 +28575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '204': description: Response @@ -28592,8 +28602,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - *19 - *17 responses: @@ -28611,9 +28621,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '409': description: Response when the visibility of the variable is not set to `selected` @@ -28639,8 +28649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -28689,8 +28699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -28724,8 +28734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -28759,7 +28769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -28777,11 +28787,11 @@ paths: type: integer secrets: type: array - items: *170 + items: *171 examples: - default: *176 + default: *177 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28804,15 +28814,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28834,16 +28844,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *179 + default: *180 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28865,8 +28875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -28923,7 +28933,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -28949,8 +28959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -28976,8 +28986,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -28995,9 +29005,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29020,8 +29030,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -29073,8 +29083,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -29107,8 +29117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -29141,8 +29151,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-organization-variables parameters: - - *78 - - *180 + - *79 + - *181 - *19 responses: '200': @@ -29159,11 +29169,11 @@ paths: type: integer variables: type: array - items: *173 + items: *174 examples: - default: *181 + default: *182 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29184,7 +29194,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-an-organization-variable parameters: - - *78 + - *79 requestBody: required: true content: @@ -29232,7 +29242,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -29257,16 +29267,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '200': description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *182 + default: *183 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29287,8 +29297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -29350,8 +29360,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 responses: '204': description: Response @@ -29377,8 +29387,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - *19 - *17 responses: @@ -29396,9 +29406,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '409': description: Response when the visibility of the variable is not set to `selected` @@ -29424,8 +29434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#set-selected-repositories-for-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 requestBody: required: true content: @@ -29474,8 +29484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#add-selected-repository-to-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -29509,8 +29519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#remove-selected-repository-from-an-organization-variable parameters: - - *78 - - *174 + - *79 + - *175 - name: repository_id in: path required: true @@ -29551,7 +29561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *78 + - *79 requestBody: required: true content: @@ -29674,7 +29684,7 @@ paths: type: integer deployment_records: type: array - items: &183 + items: &184 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -29720,7 +29730,7 @@ paths: required: - total_count examples: - default: &184 + default: &185 value: total_count: 1 deployment_records: @@ -29761,7 +29771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *78 + - *79 - name: cluster in: path description: The cluster name. @@ -29900,11 +29910,11 @@ paths: type: integer deployment_records: type: array - items: *183 + items: *184 required: - total_count examples: - default: *184 + default: *185 '403': description: Forbidden content: @@ -29951,7 +29961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *78 + - *79 requestBody: required: true content: @@ -30118,7 +30128,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *78 + - *79 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -30143,9 +30153,9 @@ paths: type: integer deployment_records: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30165,7 +30175,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *78 + - *79 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -30248,9 +30258,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 requestBody: required: true content: @@ -30274,12 +30284,12 @@ paths: required: - subject_digests examples: - default: &770 + default: &771 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &771 + withPredicateType: &772 value: subject_digests: - sha256:abc123 @@ -30337,7 +30347,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &772 + default: &773 value: attestations_subject_digests: - sha256:abc: @@ -30461,7 +30471,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *78 + - *79 requestBody: required: true content: @@ -30526,7 +30536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *78 + - *79 - name: subject_digest description: Subject Digest in: path @@ -30559,9 +30569,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestation-repositories parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -30609,7 +30619,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *78 + - *79 - name: attestation_id description: Attestation ID in: path @@ -30645,9 +30655,9 @@ paths: url: https://docs.github.com/rest/orgs/attestations#list-attestations parameters: - *17 - - *47 - *48 - - *78 + - *49 + - *79 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -30702,7 +30712,7 @@ paths: initiator: type: string examples: - default: &418 + default: &419 value: attestations: - bundle: @@ -30823,7 +30833,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -30835,7 +30845,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30854,8 +30864,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: If the user is blocked @@ -30880,8 +30890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -30901,8 +30911,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -30927,15 +30937,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *78 + - *79 - *19 - *17 - - *62 + - *63 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &185 + schema: &186 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -30961,7 +30971,7 @@ paths: application/json: schema: type: array - items: &186 + items: &187 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -30992,7 +31002,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &210 + items: &211 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -31078,7 +31088,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 @@ -31150,7 +31160,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &274 + required: &275 - id - node_id - url @@ -31193,7 +31203,7 @@ paths: type: string format: date-time nullable: true - state: *185 + state: *186 contact_link: description: The contact link of the campaign. type: string @@ -31288,9 +31298,9 @@ paths: closed_at: state: open headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31314,7 +31324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -31413,9 +31423,9 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: &187 + default: &188 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -31464,7 +31474,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31486,7 +31496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -31498,16 +31508,16 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31528,7 +31538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -31577,7 +31587,7 @@ paths: type: string format: uri nullable: true - state: *185 + state: *186 examples: default: value: @@ -31587,9 +31597,9 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 '400': description: Bad Request content: @@ -31601,7 +31611,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31622,7 +31632,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *78 + - *79 - name: campaign_number description: The campaign number. in: path @@ -31633,7 +31643,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31655,18 +31665,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *78 - - &445 + - *79 + - &446 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`, but not both. in: query required: false - schema: &195 + schema: &196 type: string description: The name of the tool used to generate the code scanning analysis. - - &446 + - &447 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 @@ -31674,22 +31684,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &196 + schema: &197 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *47 - *48 + - *49 - *19 - *17 - - *62 + - *63 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &448 + schema: &449 type: string description: State of a code scanning alert. enum: @@ -31712,7 +31722,7 @@ paths: be returned. in: query required: false - schema: &449 + schema: &450 type: string description: Severity of a code scanning alert. enum: @@ -31741,18 +31751,18 @@ paths: items: type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: &450 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: &451 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &197 + state: &198 type: string description: State of a code scanning alert. nullable: true @@ -31760,7 +31770,7 @@ paths: - open - dismissed - fixed - fixed_at: *193 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -31768,8 +31778,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: &451 + dismissed_at: *195 + dismissed_reason: &452 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -31778,13 +31788,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &452 + dismissed_comment: &453 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &453 + rule: &454 type: object properties: id: @@ -31837,42 +31847,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &454 + tool: &455 type: object properties: - name: *195 + name: *196 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *196 - most_recent_instance: &455 + guid: *197 + most_recent_instance: &456 type: object properties: - ref: &447 + ref: &448 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 analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *197 + state: *198 commit_sha: type: string message: @@ -31886,7 +31896,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: @@ -31907,7 +31917,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. @@ -31917,7 +31927,7 @@ paths: - generated - test - library - repository: *67 + repository: *68 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -32172,9 +32182,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32196,7 +32206,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *78 + - *79 - name: target_type in: query description: The target type of the code security configuration @@ -32215,8 +32225,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 responses: '200': description: Response @@ -32224,7 +32234,7 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: value: @@ -32302,7 +32312,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *78 + - *79 requestBody: required: true content: @@ -32389,7 +32399,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *53 + code_scanning_options: *54 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -32398,7 +32408,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *52 + code_scanning_default_setup_options: *53 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -32543,9 +32553,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *49 + schema: *50 examples: - default: *198 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32567,16 +32577,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 - '304': *37 + default: *201 + '304': *38 '403': *29 '404': *6 x-github: @@ -32601,7 +32611,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *78 + - *79 requestBody: required: true content: @@ -32629,11 +32639,11 @@ paths: - 32 - 91 responses: - '204': *61 + '204': *62 '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32655,17 +32665,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 responses: '200': description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *198 - '304': *37 + default: *199 + '304': *38 '403': *29 '404': *6 x-github: @@ -32688,8 +32698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -32776,8 +32786,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *52 - code_scanning_options: *53 + code_scanning_default_setup_options: *53 + code_scanning_options: *54 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -32909,7 +32919,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *49 + schema: *50 examples: default: value: @@ -32968,14 +32978,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 responses: - '204': *61 + '204': *62 '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32999,8 +33009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -33039,7 +33049,7 @@ paths: - 32 - 91 responses: - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33063,8 +33073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *78 - - *51 + - *79 + - *52 requestBody: required: true content: @@ -33104,12 +33114,12 @@ paths: - none - private_and_internal - public - configuration: *49 + configuration: *50 examples: default: value: default_for_new_repos: all - configuration: *198 + configuration: *199 '403': *29 '404': *6 x-github: @@ -33133,8 +33143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *78 - - *51 + - *79 + - *52 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -33143,8 +33153,8 @@ paths: schema: type: integer default: 30 - - *47 - *48 + - *49 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -33162,13 +33172,13 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *202 + repository: *203 '403': *29 '404': *6 x-github: @@ -33192,7 +33202,7 @@ paths: parameters: - *17 - *19 - - *78 + - *79 responses: '200': description: Response @@ -33208,7 +33218,7 @@ paths: type: integer codespaces: type: array - items: &263 + items: &264 type: object title: Codespace description: A codespace. @@ -33233,12 +33243,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *163 + repository: *164 machine: 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. @@ -33280,7 +33290,7 @@ paths: - ready - in_progress nullable: true - required: &482 + required: &483 - name - display_name - operating_system @@ -33485,7 +33495,7 @@ paths: - pulls_url - recent_folders examples: - default: &264 + default: &265 value: total_count: 3 codespaces: @@ -33894,8 +33904,8 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -33917,7 +33927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *78 + - *79 deprecated: true requestBody: required: true @@ -33956,12 +33966,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33984,7 +33994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *78 + - *79 deprecated: true requestBody: required: true @@ -34011,12 +34021,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34039,7 +34049,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *78 + - *79 requestBody: required: true content: @@ -34065,12 +34075,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34091,7 +34101,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -34109,7 +34119,7 @@ paths: type: integer secrets: type: array - items: &203 + items: &204 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -34148,7 +34158,7 @@ paths: - updated_at - visibility examples: - default: &483 + default: &484 value: total_count: 2 secrets: @@ -34161,7 +34171,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34180,13 +34190,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &484 + schema: &485 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34215,7 +34225,7 @@ paths: - key_id - key examples: - default: &485 + default: &486 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34238,23 +34248,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *203 + schema: *204 examples: - default: &487 + default: &488 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34274,8 +34284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -34330,7 +34340,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -34356,8 +34366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -34382,8 +34392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -34401,9 +34411,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 '404': *6 x-github: githubCloudOnly: false @@ -34425,8 +34435,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -34476,8 +34486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -34510,8 +34520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -34547,7 +34557,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-organization-copilot-spaces parameters: - - *78 + - *79 - name: per_page description: The number of results per page (max 100). in: query @@ -34581,7 +34591,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: &204 + items: &205 title: Space description: A GitHub Copilot Space represents an interactive AI workspace where users can ask questions and get assistance. @@ -34629,7 +34639,7 @@ paths: owner: anyOf: - *4 - - *76 + - *77 description: The user or organization that owns this space. creator: *4 created_at: @@ -34844,7 +34854,7 @@ paths: html_url: https://github.com/copilot/spaces/octo-org/4 api_url: https://api.github.com/organizations/1/copilot-spaces/4 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -34868,7 +34878,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#create-an-organization-copilot-space parameters: - - *78 + - *79 requestBody: required: true content: @@ -34962,9 +34972,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: &205 + default: &206 summary: Example response for an organization copilot space value: id: 84 @@ -35057,7 +35067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#get-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35069,9 +35079,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '403': *29 '404': *6 x-github: @@ -35095,7 +35105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#set-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35197,9 +35207,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '403': *29 '404': *6 '422': *15 @@ -35226,7 +35236,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#delete-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35262,7 +35272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#list-collaborators-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35282,7 +35292,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: &206 + items: &207 title: Copilot Space Collaborator description: A collaborator (user or team) of a Copilot Space type: object @@ -35454,7 +35464,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#add-a-collaborator-to-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35505,7 +35515,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: user: value: @@ -35585,7 +35595,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35635,7 +35645,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: user: value: @@ -35717,7 +35727,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#remove-a-collaborator-from-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35766,7 +35776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#list-resources-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35786,7 +35796,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: &207 + items: &208 title: Copilot Space Resource description: A resource attached to a Copilot Space. type: object @@ -35875,7 +35885,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#create-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -35929,7 +35939,7 @@ paths: description: Resource created content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35945,7 +35955,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -35982,7 +35992,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#get-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -36000,7 +36010,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -36034,7 +36044,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#set-a-resource-for-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -36069,7 +36079,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -36104,7 +36114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#delete-a-resource-from-an-organization-copilot-space parameters: - - *78 + - *79 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -36147,7 +36157,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: OK @@ -36256,7 +36266,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36288,7 +36298,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *78 + - *79 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -36311,7 +36321,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. @@ -36328,15 +36338,15 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *208 - required: *209 + properties: *209 + required: *210 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *210 - - *71 + - *211 + - *72 nullable: true pending_cancellation_date: type: string @@ -36460,8 +36470,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '500': *55 + Link: *71 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36494,7 +36504,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36536,7 +36546,7 @@ paths: default: value: seats_created: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36572,7 +36582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36614,7 +36624,7 @@ paths: default: value: seats_cancelled: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36652,7 +36662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36693,7 +36703,7 @@ paths: default: value: seats_created: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36729,7 +36739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *78 + - *79 requestBody: content: application/json: @@ -36771,7 +36781,7 @@ paths: default: value: seats_cancelled: 5 - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36807,7 +36817,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#get-copilot-cloud-agent-permissions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -36844,7 +36854,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36872,7 +36882,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-copilot-cloud-agent-permissions-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -36897,7 +36907,7 @@ paths: responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -36927,7 +36937,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-cloud-agent-in-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -36942,17 +36952,17 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 required: - total_count - repositories examples: - default: *211 - '500': *55 + default: *212 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36976,7 +36986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-cloud-agent-in-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -37002,11 +37012,11 @@ paths: responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: githubCloudOnly: false @@ -37032,16 +37042,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 x-github: githubCloudOnly: false @@ -37066,16 +37076,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: No Content - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37106,7 +37116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *78 + - *79 responses: '200': description: OK @@ -37126,7 +37136,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -37159,7 +37169,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *78 + - *79 requestBody: description: The content exclusion rules to set required: true @@ -37211,7 +37221,7 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -37246,18 +37256,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -37285,16 +37295,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -37322,18 +37332,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-user-teams-report-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -37361,18 +37371,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day parameters: - - *78 - - *56 + - *79 + - *57 responses: '200': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *58 - '204': *61 - '500': *55 + default: *59 + '204': *62 + '500': *56 '403': *29 '404': *6 x-github: @@ -37400,16 +37410,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *59 + schema: *60 examples: - default: *60 - '500': *55 + default: *61 + '500': *56 '403': *29 '404': *6 x-github: @@ -37433,13 +37443,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *78 - - *212 + - *79 - *213 - *214 - *215 - *216 - *217 + - *218 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -37469,7 +37479,7 @@ paths: enum: - patch - deployment - - *218 + - *219 - name: runtime_risk in: query description: |- @@ -37478,11 +37488,11 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *219 - *220 - - *62 - - *47 + - *221 + - *63 - *48 + - *49 - *17 responses: '200': @@ -37491,10 +37501,10 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: - default: *222 - '304': *37 + default: *223 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -37519,7 +37529,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *78 + - *79 - name: page in: query description: The page number of results to fetch. @@ -37542,9 +37552,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '403': *29 '404': *6 x-github: @@ -37575,7 +37585,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -37641,7 +37651,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *78 + - *79 requestBody: required: true content: @@ -37689,7 +37699,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *78 + - *79 - *17 - *19 responses: @@ -37707,7 +37717,7 @@ paths: type: integer secrets: type: array - items: &225 + items: &226 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -37757,7 +37767,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37778,13 +37788,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &518 + schema: &519 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -37801,7 +37811,7 @@ paths: - key_id - key examples: - default: &519 + default: &520 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37824,14 +37834,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': description: Response content: application/json: - schema: *225 + schema: *226 examples: default: value: @@ -37859,8 +37869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -37917,7 +37927,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -37949,8 +37959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -37974,8 +37984,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - *19 - *17 responses: @@ -37993,9 +38003,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38016,8 +38026,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -38067,8 +38077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -38099,8 +38109,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *78 - - *171 + - *79 + - *172 - name: repository_id in: path required: true @@ -38130,7 +38140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -38138,7 +38148,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Package description: A software package type: object @@ -38188,9 +38198,9 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *226 - required: *227 - x-github-breaking-changes: *228 + properties: *227 + required: *228 + x-github-breaking-changes: *229 nullable: true created_at: type: string @@ -38209,7 +38219,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: - id: 197 name: hello_docker @@ -38287,7 +38297,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *78 + - *79 - *17 - *19 responses: @@ -38297,7 +38307,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: 200-response: value: @@ -38369,7 +38379,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *78 + - *79 - *17 - *19 responses: @@ -38379,7 +38389,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Organization Invitation description: Organization Invitation type: object @@ -38426,7 +38436,7 @@ paths: - invitation_teams_url - node_id examples: - default: &253 + default: &254 value: - id: 1 login: monalisa @@ -38459,7 +38469,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -38483,7 +38493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *78 + - *79 - *17 - *19 responses: @@ -38493,7 +38503,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 title: Org Hook description: Org Hook type: object @@ -38581,7 +38591,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -38604,7 +38614,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *78 + - *79 requestBody: required: true content: @@ -38664,9 +38674,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 @@ -38713,8 +38723,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *78 - - &231 + - *79 + - &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. @@ -38727,9 +38737,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 '404': *6 x-github: githubCloudOnly: false @@ -38756,8 +38766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *78 - - *231 + - *79 + - *232 requestBody: required: false content: @@ -38802,7 +38812,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -38843,8 +38853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *78 - - *231 + - *79 + - *232 responses: '204': description: Response @@ -38871,8 +38881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *78 - - *231 + - *79 + - *232 responses: '200': description: Response @@ -38902,8 +38912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *78 - - *231 + - *79 + - *232 requestBody: required: false content: @@ -38953,11 +38963,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *78 - - *231 - - *17 + - *79 - *232 + - *17 - *233 + - *234 responses: '200': description: Response @@ -38965,9 +38975,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '400': *14 '422': *15 x-github: @@ -38992,17 +39002,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *78 - - *231 + - *79 + - *232 - *16 responses: '200': description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '400': *14 '422': *15 x-github: @@ -39027,11 +39037,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *78 - - *231 + - *79 + - *232 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -39057,8 +39067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *78 - - *231 + - *79 + - *232 responses: '204': description: Response @@ -39080,8 +39090,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *78 - - &242 + - *79 + - &243 name: actor_type in: path description: The type of the actor @@ -39094,14 +39104,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`.' @@ -39109,7 +39119,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) @@ -39120,7 +39130,7 @@ paths: type: string - *19 - *17 - - *62 + - *63 - name: sort description: The property to sort the results by. in: query @@ -39202,13 +39212,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *78 - - *238 + - *79 - *239 + - *240 - *19 - *17 - - *62 - - &248 + - *63 + - &249 name: sort description: The property to sort the results by. in: query @@ -39285,15 +39295,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *78 - - *238 + - *79 - *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 @@ -39309,7 +39319,7 @@ paths: type: integer format: int64 examples: - default: &241 + default: &242 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -39329,24 +39339,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *78 - - &244 + - *79 + - &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 @@ -39364,19 +39374,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *78 - - *238 + - *79 - *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 @@ -39393,10 +39403,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *78 - - *238 + - *79 - *239 - - &245 + - *240 + - &246 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -39409,7 +39419,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 @@ -39425,7 +39435,7 @@ paths: type: integer format: int64 examples: - default: &247 + default: &248 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -39461,19 +39471,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *78 - - *244 - - *238 - - *239 + - *79 - *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 @@ -39490,20 +39500,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *78 - - *242 + - *79 - *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 @@ -39520,14 +39530,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *78 - - *244 - - *238 + - *79 + - *245 - *239 + - *240 - *19 - *17 - - *62 - - *248 + - *63 + - *249 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39600,7 +39610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *78 + - *79 responses: '200': description: Response @@ -39608,7 +39618,7 @@ paths: application/json: schema: *22 examples: - default: &556 + default: &557 value: id: 1 account: @@ -39677,7 +39687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -39747,7 +39757,7 @@ paths: suspended_at: suspended_by: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39766,7 +39776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -39774,12 +39784,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 @@ -39804,7 +39814,7 @@ paths: properties: {} additionalProperties: false examples: - default: &251 + default: &252 value: limit: collaborators_only origin: organization @@ -39828,18 +39838,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: application/json: - schema: &557 + schema: &558 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: @@ -39863,9 +39873,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 x-github: githubCloudOnly: false @@ -39883,7 +39893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -39907,7 +39917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *78 + - *79 - *17 - *19 - name: role @@ -39941,11 +39951,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -39966,7 +39976,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *78 + - *79 requestBody: required: false content: @@ -40020,7 +40030,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -40074,8 +40084,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *78 - - &254 + - *79 + - &255 name: invitation_id description: The unique identifier of the invitation. in: path @@ -40105,8 +40115,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *78 - - *254 + - *79 + - *255 - *17 - *19 responses: @@ -40116,9 +40126,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: &275 + default: &276 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -40134,7 +40144,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -40153,7 +40163,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -40161,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. @@ -40323,7 +40333,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -40414,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 @@ -40471,8 +40481,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *78 - - &257 + - *79 + - &258 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -40580,9 +40590,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 '404': *6 '422': *7 x-github: @@ -40606,10 +40616,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *78 - - *257 + - *79 + - *258 responses: - '204': *61 + '204': *62 '404': *6 '422': *7 x-github: @@ -40629,7 +40639,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -40637,9 +40647,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: &561 + default: &562 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -40675,7 +40685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -40722,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 @@ -40756,8 +40766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *78 - - &260 + - *79 + - &261 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -40810,9 +40820,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *6 '422': *7 x-github: @@ -40836,8 +40846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *78 - - *260 + - *79 + - *261 responses: '204': description: Response @@ -40870,7 +40880,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *78 + - *79 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -40900,7 +40910,7 @@ paths: - closed - all default: open - - *261 + - *262 - name: type description: Can be the name of an issue type. in: query @@ -40918,8 +40928,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -40929,11 +40939,11 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *262 + default: *263 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -40953,7 +40963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *78 + - *79 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -40991,9 +41001,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -41011,8 +41021,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response if requester is an organization member and user is @@ -41046,8 +41056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -41079,8 +41089,8 @@ paths: parameters: - *17 - *19 - - *78 - - *74 + - *79 + - *75 responses: '200': description: Response @@ -41096,11 +41106,11 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: - default: *264 - '304': *37 - '500': *55 + default: *265 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -41123,9 +41133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *78 - - *74 - - &265 + - *79 + - *75 + - &266 name: codespace_name in: path required: true @@ -41133,9 +41143,9 @@ paths: schema: type: string responses: - '202': *39 - '304': *37 - '500': *55 + '202': *40 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -41158,17 +41168,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *78 - - *74 - - *265 + - *79 + - *75 + - *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 @@ -41309,8 +41319,8 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -41341,14 +41351,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *266 + schema: *267 examples: default: value: @@ -41392,7 +41402,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -41417,14 +41427,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '200': description: Response content: application/json: - schema: &267 + schema: &268 title: Org Membership description: Org Membership type: object @@ -41468,7 +41478,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *76 + organization: *77 user: title: Simple User description: A GitHub user. @@ -41491,7 +41501,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 @@ -41563,8 +41573,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 requestBody: required: false content: @@ -41592,9 +41602,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: @@ -41624,8 +41634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -41650,7 +41660,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *78 + - *79 - *17 - *19 - name: exclude @@ -41671,7 +41681,7 @@ paths: application/json: schema: type: array - items: &269 + items: &270 title: Migration description: A migration. type: object @@ -41712,7 +41722,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *82 + items: *83 url: type: string format: uri @@ -41765,7 +41775,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *67 + items: *68 version: '2026-03-10' examples: default: @@ -41919,7 +41929,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -41935,7 +41945,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *78 + - *79 requestBody: required: true content: @@ -42011,7 +42021,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -42189,8 +42199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *78 - - &270 + - *79 + - &271 name: migration_id description: The unique identifier of the migration. in: path @@ -42217,7 +42227,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -42386,8 +42396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *78 - - *270 + - *79 + - *271 responses: '302': description: Response @@ -42408,8 +42418,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *78 - - *270 + - *79 + - *271 responses: '204': description: Response @@ -42432,9 +42442,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *78 - - *270 - - &753 + - *79 + - *271 + - &754 name: repo_name description: repo_name parameter in: path @@ -42461,8 +42471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *78 - - *270 + - *79 + - *271 - *17 - *19 responses: @@ -42472,9 +42482,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: &282 + default: &283 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42587,7 +42597,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -42602,7 +42612,7 @@ paths: content: application/json: schema: - items: *67 + items: *68 version: '2026-03-10' - changeset: restrict_repo_fields_in_migration_resource patch: @@ -42631,7 +42641,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response - list of organization roles @@ -42647,7 +42657,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 @@ -42794,8 +42804,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -42820,9 +42830,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *78 - - *80 - - &271 + - *79 + - *81 + - &272 name: role_id description: The unique identifier of the role. in: path @@ -42857,9 +42867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *78 - - *80 - - *271 + - *79 + - *81 + - *272 responses: '204': description: Response @@ -42884,8 +42894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -42910,9 +42920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *78 - - *74 - - *271 + - *79 + - *75 + - *272 responses: '204': description: Response @@ -42942,9 +42952,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *78 - - *74 - - *271 + - *79 + - *75 + - *272 responses: '204': description: Response @@ -42972,14 +42982,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *78 - - *271 + - *79 + - *272 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -43029,8 +43039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *78 - - *271 + - *79 + - *272 - *17 - *19 responses: @@ -43108,8 +43118,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 @@ -43141,9 +43151,9 @@ paths: - type - parent examples: - default: *275 + default: *276 headers: - Link: *70 + Link: *71 '404': description: Response if the organization or role does not exist. '422': @@ -43170,8 +43180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *78 - - *271 + - *79 + - *272 - *17 - *19 responses: @@ -43199,13 +43209,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &350 + items: &351 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 @@ -43300,9 +43310,9 @@ paths: - type - url examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '404': description: Response if the organization or role does not exist. '422': @@ -43324,7 +43334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *78 + - *79 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -43351,9 +43361,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43376,8 +43386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *78 - - *74 + - *79 + - *75 requestBody: required: false content: @@ -43434,8 +43444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -43492,8 +43502,8 @@ paths: - docker - nuget - container - - *78 - - &754 + - *79 + - &755 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43529,12 +43539,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 '403': *29 '401': *25 - '400': &756 + '400': &757 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43556,7 +43566,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 @@ -43574,20 +43584,20 @@ paths: - docker - nuget - container - - &279 + - &280 name: package_name description: The name of the package. in: path required: true schema: type: string - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -43639,9 +43649,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *278 - *279 - - *78 + - *280 + - *79 responses: '204': description: Response @@ -43673,9 +43683,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *278 - *279 - - *78 + - *280 + - *79 - name: token description: package token schema: @@ -43707,9 +43717,9 @@ 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 - - *78 + - *280 + - *79 - *19 - *17 - name: state @@ -43729,7 +43739,7 @@ paths: application/json: schema: type: array - items: &280 + items: &281 title: Package Version description: A version of a software package type: object @@ -43854,10 +43864,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *278 - *279 - - *78 - - &281 + - *280 + - *79 + - &282 name: package_version_id description: Unique identifier of the package version. in: path @@ -43869,7 +43879,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -43905,10 +43915,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *278 - *279 - - *78 - - *281 + - *280 + - *79 + - *282 responses: '204': description: Response @@ -43940,10 +43950,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *278 - *279 - - *78 - - *281 + - *280 + - *79 + - *282 responses: '204': description: Response @@ -43970,10 +43980,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *78 + - *79 - *17 - *19 - - &283 + - &284 name: sort description: The property by which to sort the results. in: query @@ -43983,8 +43993,8 @@ paths: enum: - created_at default: created_at - - *62 - - &284 + - *63 + - &285 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43995,7 +44005,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 @@ -44003,7 +44013,7 @@ paths: schema: type: string example: Hello-World - - &286 + - &287 name: permission description: The permission to use to filter the results. in: query @@ -44011,7 +44021,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) @@ -44021,7 +44031,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) @@ -44031,7 +44041,7 @@ paths: schema: type: string format: date-time - - &289 + - &290 name: token_id description: The ID of the token in: query @@ -44043,7 +44053,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 @@ -44175,7 +44185,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44195,7 +44205,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *78 + - *79 requestBody: required: true content: @@ -44236,11 +44246,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44261,7 +44271,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *78 + - *79 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -44297,11 +44307,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 - '204': *61 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44322,7 +44332,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *78 + - *79 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -44333,7 +44343,7 @@ paths: - *17 - *19 responses: - '500': *55 + '500': *56 '404': *6 '403': *29 '200': @@ -44342,11 +44352,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44367,19 +44377,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *78 + - *79 - *17 - *19 - - *283 - - *62 - *284 + - *63 - *285 - *286 - *287 - *288 - *289 + - *290 responses: - '500': *55 + '500': *56 '422': *15 '404': *6 '403': *29 @@ -44506,7 +44516,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44526,7 +44536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *78 + - *79 requestBody: required: true content: @@ -44561,9 +44571,9 @@ paths: - 1296269 - 1296280 responses: - '500': *55 + '500': *56 '404': *6 - '202': *39 + '202': *40 '403': *29 '422': *15 x-github: @@ -44586,7 +44596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *78 + - *79 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -44614,9 +44624,9 @@ paths: value: action: revoke responses: - '500': *55 + '500': *56 '404': *6 - '204': *61 + '204': *62 '403': *29 '422': *15 x-github: @@ -44638,7 +44648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *78 + - *79 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -44648,7 +44658,7 @@ paths: - *17 - *19 responses: - '500': *55 + '500': *56 '404': *6 '403': *29 '200': @@ -44657,11 +44667,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44683,7 +44693,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -44701,7 +44711,7 @@ paths: type: integer configurations: type: array - items: &290 + items: &291 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44840,7 +44850,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *70 + Link: *71 '400': *14 '404': *6 x-github: @@ -44863,7 +44873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -45212,7 +45222,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 @@ -45253,7 +45263,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -45279,7 +45289,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -45301,16 +45311,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 responses: '200': 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 @@ -45332,8 +45342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 requestBody: required: true content: @@ -45520,8 +45530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *78 - - *171 + - *79 + - *172 responses: '204': description: Response @@ -45544,15 +45554,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *78 + - *79 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -45561,7 +45571,7 @@ paths: application/json: schema: type: array - items: &292 + items: &293 title: Projects v2 Project description: A projects v2 project type: object @@ -45631,7 +45641,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &845 + properties: &846 id: type: number description: The unique identifier of the status update. @@ -45679,7 +45689,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &846 + required: &847 - id - node_id - created_at @@ -45704,7 +45714,7 @@ paths: - deleted_at - deleted_by examples: - default: &293 + default: &294 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -45787,8 +45797,8 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -45807,25 +45817,25 @@ 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 required: true schema: type: integer - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -45844,8 +45854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *78 - - *294 + - *79 + - *295 requestBody: required: true description: Details of the draft item to create in the project. @@ -45879,7 +45889,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Projects v2 Item description: An item belonging to a project type: object @@ -45892,8 +45902,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *88 - - &497 + - *89 + - &498 title: Pull Request Simple description: Pull Request Simple type: object @@ -45999,8 +46009,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 @@ -46043,7 +46053,7 @@ paths: items: *4 requested_teams: type: array - items: *210 + items: *211 head: type: object properties: @@ -46051,7 +46061,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: @@ -46074,7 +46084,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: @@ -46093,7 +46103,7 @@ paths: _links: type: object properties: - comments: &297 + comments: &298 title: Link description: Hypermedia Link type: object @@ -46102,13 +46112,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 @@ -46118,7 +46128,7 @@ paths: - review_comments - review_comment - self - author_association: *85 + author_association: *86 auto_merge: &627 title: Auto merge description: The status of auto merging a pull request. @@ -46144,6 +46154,45 @@ paths: - commit_title - commit_message nullable: true + stack: &628 + title: Pull Request Stack + description: The stack information associated with a pull + request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull + request belongs to. + sha: + type: string + description: The base SHA of the stack this pull + request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the + stack. + position: + type: integer + description: The one-based position of this pull request + within the stack, where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request + belongs to. + number: + type: integer + description: The number of the stack that this pull + request belongs to. + required: + - base + nullable: true draft: description: Indicates whether or not the pull request is a draft. @@ -46293,7 +46342,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 @@ -46333,7 +46382,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &301 + draft_issue: &302 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -46388,7 +46437,7 @@ paths: archived_at: project_url: https://api.github.com/users/octocat/projectsV2/1 item_url: https://api.github.com/users/octocat/projectsV2/items/17 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -46407,11 +46456,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *294 - - *78 + - *295 + - *79 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -46419,7 +46468,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 @@ -46569,7 +46618,7 @@ paths: - updated_at - project_url examples: - default: &776 + default: &777 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46680,8 +46729,8 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -46699,8 +46748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *294 - - *78 + - *295 + - *79 requestBody: required: true content: @@ -46746,7 +46795,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &777 + items: &778 type: object properties: name: @@ -46783,7 +46832,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &778 + iteration_configuration: &779 type: object description: The configuration for iteration fields. properties: @@ -46833,7 +46882,7 @@ paths: value: name: Due date data_type: date - single_select_field: &779 + single_select_field: &780 summary: Create a single select field value: name: Priority @@ -46860,7 +46909,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &780 + iteration_field: &781 summary: Create an iteration field value: name: Sprint @@ -46884,9 +46933,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *298 + schema: *299 examples: - text_field: &781 + text_field: &782 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46895,7 +46944,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: &782 + number_field: &783 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46904,7 +46953,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: &783 + date_field: &784 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46913,7 +46962,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: &784 + single_select_field: &785 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46947,7 +46996,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &785 + iteration_field: &786 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46972,7 +47021,7 @@ paths: duration: 14 created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' - '304': *37 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -46992,23 +47041,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *294 - - &786 + - *295 + - &787 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: &787 + default: &788 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47043,8 +47092,8 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -47064,8 +47113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *294 - - *78 + - *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) for more information. @@ -47087,8 +47136,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -47097,7 +47146,7 @@ paths: application/json: schema: type: array - items: &302 + items: &303 title: Projects v2 Item description: An item belonging to a project type: object @@ -47113,7 +47162,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 @@ -47156,7 +47205,7 @@ paths: - updated_at - archived_at examples: - default: &303 + default: &304 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -47833,8 +47882,8 @@ paths: data_type: sub_issues_progress value: headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -47853,8 +47902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *78 - - *294 + - *79 + - *295 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -47924,23 +47973,23 @@ 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 - '304': *37 + value: *302 + '304': *38 '403': *29 '401': *25 x-github: @@ -47959,9 +48008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *294 - - *78 - - &304 + - *295 + - *79 + - &305 name: item_id description: The unique identifier of the project item. in: path @@ -47987,12 +48036,12 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -48010,9 +48059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *294 - - *78 - - *304 + - *295 + - *79 + - *305 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -48082,13 +48131,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 @@ -48108,9 +48157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *294 - - *78 - - *304 + - *295 + - *79 + - *305 responses: '204': description: Response @@ -48133,8 +48182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *78 - - *294 + - *79 + - *295 requestBody: required: true content: @@ -48205,7 +48254,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &767 + schema: &768 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48303,7 +48352,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &305 + value: &306 value: id: 1 number: 1 @@ -48349,11 +48398,11 @@ 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 - '304': *37 + value: *306 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -48380,9 +48429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *294 - - *78 - - &788 + - *295 + - *79 + - &789 name: view_number description: The number that identifies the project view. in: path @@ -48404,8 +48453,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -48414,12 +48463,12 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -48441,7 +48490,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Response @@ -48449,7 +48498,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -48517,7 +48566,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 @@ -48566,7 +48615,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -48577,7 +48626,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *306 + items: *307 minItems: 1 maxItems: 100 required: @@ -48607,9 +48656,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *307 + default: *308 '403': *29 '404': *6 x-github: @@ -48630,8 +48679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *78 - - &308 + - *79 + - &309 name: custom_property_name description: The custom property name in: path @@ -48643,9 +48692,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 @@ -48679,8 +48728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *78 - - *308 + - *79 + - *309 requestBody: required: true content: @@ -48751,9 +48800,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *309 + default: *310 '403': *29 '404': *6 x-github: @@ -48776,10 +48825,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *78 - - *308 + - *79 + - *309 responses: - '204': *61 + '204': *62 '403': *29 '404': *6 x-github: @@ -48800,7 +48849,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *78 + - *79 - *17 - *19 - name: repository_query @@ -48838,7 +48887,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 @@ -48877,7 +48926,7 @@ paths: - property_name: team value: octocat headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -48905,7 +48954,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *78 + - *79 requestBody: required: true content: @@ -48925,7 +48974,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 @@ -48966,7 +49015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *78 + - *79 - *17 - *19 responses: @@ -48978,9 +49027,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48997,8 +49046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response if user is a public member @@ -49022,8 +49071,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -49044,8 +49093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *78 - - *74 + - *79 + - *75 responses: '204': description: Response @@ -49069,7 +49118,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *78 + - *79 - name: type description: Specifies the types of repositories you want returned. in: query @@ -49115,11 +49164,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49138,7 +49187,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *78 + - *79 requestBody: required: true content: @@ -49319,7 +49368,7 @@ paths: description: Response content: application/json: - schema: &361 + schema: &362 title: Full Repository description: Full Repository type: object @@ -49607,9 +49656,9 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *311 - required: *312 - x-github-breaking-changes: *313 + properties: *312 + required: *313 + x-github-breaking-changes: *314 nullable: true temp_clone_token: type: string @@ -49696,8 +49745,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true organization: title: Simple User @@ -49706,8 +49755,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *82 - source: *82 + parent: *83 + source: *83 forks: type: integer master_branch: @@ -49724,7 +49773,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &502 + properties: &503 url: type: string format: uri @@ -49740,12 +49789,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &503 + required: &504 - url - key - name - html_url - security_and_analysis: *314 + security_and_analysis: *315 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -49840,7 +49889,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &363 + default: &364 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -50370,10 +50419,10 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - *17 - *19 - - &650 + - &651 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50391,7 +50440,7 @@ paths: application/json: schema: type: array - items: &341 + items: &342 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -50426,7 +50475,7 @@ paths: source: type: string description: The name of the source - enforcement: &317 + enforcement: &318 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -50439,7 +50488,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &318 + items: &319 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -50510,7 +50559,7 @@ paths: conditions: nullable: true anyOf: - - &315 + - &316 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -50534,7 +50583,7 @@ paths: match. items: type: string - - &319 + - &320 title: Organization ruleset conditions type: object description: |- @@ -50548,7 +50597,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *315 + - *316 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -50582,7 +50631,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *315 + - *316 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -50604,7 +50653,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *315 + - *316 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -50617,7 +50666,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &316 + items: &317 title: Repository ruleset property targeting definition type: object @@ -50650,17 +50699,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *316 + items: *317 required: - repository_property rules: type: array - items: &651 + items: &652 title: Repository Rule type: object description: A repository rule. oneOf: - - &320 + - &321 title: creation description: Only allow users with bypass permission to create matching refs. @@ -50672,7 +50721,7 @@ paths: type: string enum: - creation - - &321 + - &322 title: update description: Only allow users with bypass permission to update matching refs. @@ -50693,7 +50742,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &322 + - &323 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -50705,7 +50754,7 @@ paths: type: string enum: - deletion - - &323 + - &324 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -50717,7 +50766,7 @@ paths: type: string enum: - required_linear_history - - &648 + - &649 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -50795,7 +50844,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &324 + - &325 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -50819,7 +50868,7 @@ paths: type: string required: - required_deployment_environments - - &325 + - &326 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -50831,7 +50880,7 @@ paths: type: string enum: - required_signatures - - &326 + - &327 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -50974,7 +51023,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &327 + - &328 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -51022,7 +51071,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &328 + - &329 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -51034,7 +51083,7 @@ paths: type: string enum: - non_fast_forward - - &329 + - &330 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -51071,7 +51120,7 @@ paths: required: - operator - pattern - - &330 + - &331 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -51108,7 +51157,7 @@ paths: required: - operator - pattern - - &331 + - &332 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -51145,7 +51194,7 @@ paths: required: - operator - pattern - - &332 + - &333 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -51182,7 +51231,7 @@ paths: required: - operator - pattern - - &333 + - &334 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -51219,7 +51268,7 @@ paths: required: - operator - pattern - - &338 + - &339 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -51269,7 +51318,7 @@ paths: - repository_id required: - workflows - - &339 + - &340 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -51330,7 +51379,7 @@ paths: - tool required: - code_scanning_tools - - &340 + - &341 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -51356,7 +51405,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &649 + - &650 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -51368,7 +51417,7 @@ paths: type: string enum: - license_compliance_scanning - - &334 + - &335 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -51393,7 +51442,7 @@ paths: type: string required: - restricted_file_paths - - &335 + - &336 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -51417,7 +51466,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &336 + - &337 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -51440,7 +51489,7 @@ paths: type: string required: - restricted_file_extensions - - &337 + - &338 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -51501,7 +51550,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -51517,7 +51566,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 requestBody: description: Request body required: true @@ -51538,21 +51587,20 @@ paths: - push - repository default: branch - enforcement: *317 + enforcement: *318 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *318 - conditions: *319 + items: *319 + conditions: *320 rules: type: array description: An array of rules within the ruleset. - items: &343 + items: &344 title: Repository Rule type: object description: A repository rule. oneOf: - - *320 - *321 - *322 - *323 @@ -51573,6 +51621,7 @@ paths: - *338 - *339 - *340 + - *341 required: - name - enforcement @@ -51610,9 +51659,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: &342 + default: &343 value: id: 21 name: super cool ruleset @@ -51653,7 +51702,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *55 + '500': *56 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -51667,8 +51716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *78 - - &652 + - *79 + - &653 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 @@ -51683,7 +51732,7 @@ paths: in: query schema: type: string - - &653 + - &654 name: time_period description: |- The time period to filter by. @@ -51699,14 +51748,14 @@ paths: - week - month default: day - - &654 + - &655 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 - - &655 + - &656 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51719,7 +51768,7 @@ paths: - bypass - all default: all - - &656 + - &657 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. @@ -51742,7 +51791,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Rule Suites description: Response type: array @@ -51797,7 +51846,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &658 + default: &659 value: - id: 21 actor_id: 12 @@ -51821,7 +51870,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51840,8 +51889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *78 - - &659 + - *79 + - &660 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51857,7 +51906,7 @@ paths: description: Response content: application/json: - schema: &660 + schema: &661 title: Rule Suite description: Response type: object @@ -51956,7 +52005,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &661 + default: &662 value: id: 21 actor_id: 12 @@ -51991,7 +52040,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52017,7 +52066,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -52029,11 +52078,11 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 '404': *6 - '500': *55 + '500': *56 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -52049,7 +52098,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -52075,16 +52124,16 @@ paths: - tag - push - repository - enforcement: *317 + enforcement: *318 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *318 - conditions: *319 + items: *319 + conditions: *320 rules: description: An array of rules within the ruleset. type: array - items: *343 + items: *344 examples: default: value: @@ -52119,12 +52168,12 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 '404': *6 '422': *15 - '500': *55 + '500': *56 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -52140,7 +52189,7 @@ paths: category: orgs subcategory: rules parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -52151,7 +52200,7 @@ paths: '204': description: Response '404': *6 - '500': *55 + '500': *56 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -52163,7 +52212,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *78 + - *79 - *17 - *19 - name: ruleset_id @@ -52179,7 +52228,7 @@ paths: application/json: schema: type: array - items: &344 + items: &345 title: Ruleset version type: object description: The historical version of a ruleset @@ -52203,7 +52252,7 @@ paths: type: string format: date-time examples: - default: &663 + default: &664 value: - version_id: 3 actor: @@ -52221,7 +52270,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52238,7 +52287,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *78 + - *79 - name: ruleset_id description: The ID of the ruleset. in: path @@ -52256,9 +52305,9 @@ paths: description: Response content: application/json: - schema: &664 + schema: &665 allOf: - - *344 + - *345 - type: object required: - state @@ -52305,7 +52354,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52327,8 +52376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *78 - - &665 + - *79 + - &666 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52339,7 +52388,7 @@ paths: enum: - open - resolved - - &666 + - &667 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52349,7 +52398,7 @@ paths: required: false schema: type: string - - &667 + - &668 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52360,7 +52409,7 @@ paths: required: false schema: type: string - - &668 + - &669 name: exclude_providers in: query description: |- @@ -52371,7 +52420,7 @@ paths: required: false schema: type: string - - &669 + - &670 name: providers in: query description: |- @@ -52382,7 +52431,7 @@ paths: required: false schema: type: string - - &670 + - &671 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52391,7 +52440,7 @@ paths: required: false schema: type: string - - &671 + - &672 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52410,7 +52459,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &672 + - &673 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. @@ -52422,10 +52471,10 @@ paths: - created - updated default: created - - *62 + - *63 - *19 - *17 - - &673 + - &674 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 @@ -52435,7 +52484,7 @@ paths: required: false schema: type: string - - &674 + - &675 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 @@ -52445,7 +52494,7 @@ paths: required: false schema: type: string - - &675 + - &676 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52454,7 +52503,7 @@ paths: required: false schema: type: string - - &676 + - &677 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52463,7 +52512,7 @@ paths: schema: type: boolean default: false - - &677 + - &678 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52472,7 +52521,7 @@ paths: schema: type: boolean default: false - - &678 + - &679 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52481,7 +52530,7 @@ paths: schema: type: boolean default: false - - &679 + - &680 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52492,7 +52541,7 @@ paths: required: false schema: type: boolean - - &680 + - &681 name: included_metadata in: query description: |- @@ -52503,7 +52552,7 @@ paths: required: false schema: type: string - - &681 + - &682 name: owner_email_hash in: query description: |- @@ -52525,8 +52574,8 @@ paths: items: type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -52534,21 +52583,21 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &682 + state: &683 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: &683 + resolution: &684 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52592,7 +52641,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *67 + repository: *68 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -52665,8 +52714,8 @@ paths: pull request. ' - oneOf: &684 - - &686 + oneOf: &685 + - &687 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52724,7 +52773,7 @@ paths: - blob_url - commit_sha - commit_url - - &687 + - &688 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. @@ -52779,7 +52828,7 @@ paths: - page_url - commit_sha - commit_url - - &688 + - &689 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52799,7 +52848,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &689 + - &690 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52819,7 +52868,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &690 + - &691 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52839,7 +52888,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &691 + - &692 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52853,7 +52902,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &692 + - &693 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52867,7 +52916,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &693 + - &694 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52881,7 +52930,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &694 + - &695 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. @@ -52901,7 +52950,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &695 + - &696 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. @@ -52921,7 +52970,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &696 + - &697 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. @@ -52941,7 +52990,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &697 + - &698 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. @@ -52961,7 +53010,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &698 + - &699 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. @@ -53185,9 +53234,9 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53212,8 +53261,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 - - &699 + - *79 + - &700 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -53224,7 +53273,7 @@ paths: enum: - published - unpublished - - &700 + - &701 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -53235,7 +53284,7 @@ paths: enum: - enabled - disabled - - &701 + - &702 name: sort description: The property to sort the results by. in: query @@ -53247,7 +53296,7 @@ paths: - updated - name default: created - - *62 + - *63 - *19 - *17 responses: @@ -53257,7 +53306,7 @@ paths: application/json: schema: type: array - items: &345 + items: &346 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -53305,7 +53354,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &346 + custom_pattern_version: &347 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -53329,7 +53378,7 @@ paths: - state - push_protection_enabled examples: - default: &702 + default: &703 value: - id: 1 name: Example Custom Pattern @@ -53358,7 +53407,7 @@ paths: created_at: '2024-01-16T14:20:00Z' updated_at: '2024-01-17T09:15:00Z' headers: - Link: *70 + Link: *71 '403': *29 '404': *6 post: @@ -53379,7 +53428,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 requestBody: required: true content: @@ -53392,7 +53441,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &703 + items: &704 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -53429,7 +53478,7 @@ paths: items: type: string examples: - default: &704 + default: &705 value: patterns: - name: Example Custom Pattern @@ -53453,9 +53502,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *345 + items: *346 examples: - default: &705 + default: &706 value: created_patterns: - id: 1 @@ -53507,7 +53556,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &706 + items: &707 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -53550,7 +53599,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 requestBody: required: true content: @@ -53564,7 +53613,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &707 + items: &708 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -53574,7 +53623,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *346 + custom_pattern_version: *347 post_delete_action: type: string description: |- @@ -53587,7 +53636,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &708 + default: &709 value: patterns: - pattern_id: 2 @@ -53598,7 +53647,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &347 + '412': &348 description: Precondition Failed content: application/json: @@ -53622,7 +53671,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *78 + - *79 - name: pattern_id in: path required: true @@ -53633,7 +53682,7 @@ paths: required: true content: application/json: - schema: &709 + schema: &710 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`, @@ -53672,9 +53721,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *346 + custom_pattern_version: *347 examples: - default: &710 + default: &711 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -53689,9 +53738,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *345 + schema: *346 examples: - default: &711 + default: &712 value: id: 1 name: Example Custom Pattern @@ -53711,7 +53760,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *347 + '412': *348 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -53732,7 +53781,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *78 + - *79 responses: '200': description: Response @@ -53744,11 +53793,11 @@ paths: related to push protection. type: object properties: - pattern_config_version: *346 + pattern_config_version: *347 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &348 + items: &349 type: object properties: token_type: @@ -53814,7 +53863,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *348 + items: *349 examples: default: value: @@ -53863,7 +53912,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *78 + - *79 requestBody: required: true content: @@ -53871,7 +53920,7 @@ paths: schema: type: object properties: - pattern_config_version: *346 + pattern_config_version: *347 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -53897,7 +53946,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *346 + custom_pattern_version: *347 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -53933,7 +53982,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *15 "/orgs/{org}/security-advisories": get: @@ -53951,8 +54000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *78 - - *62 + - *79 + - *63 - name: sort description: The property to sort the results by. in: query @@ -53964,8 +54013,8 @@ paths: - updated - published default: created - - *47 - *48 + - *49 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -53995,7 +54044,7 @@ paths: application/json: schema: type: array - items: &715 + items: &716 description: A repository security advisory. type: object properties: @@ -54182,7 +54231,7 @@ paths: required: - vector_string - score - cvss_severities: *64 + cvss_severities: *65 cwes: type: array nullable: true @@ -54215,7 +54264,7 @@ paths: login: type: string description: The username of the user credited. - type: *349 + type: *350 credits_detailed: type: array nullable: true @@ -54225,7 +54274,7 @@ paths: type: object properties: user: *4 - type: *349 + type: *350 state: type: string description: The state of the user's acceptance of the @@ -54249,14 +54298,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *210 + items: *211 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *67 + - *68 required: - ghsa_id - cve_id @@ -54318,7 +54367,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &716 + default: &717 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -54697,7 +54746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *78 + - *79 responses: '200': description: Response @@ -54705,7 +54754,7 @@ paths: application/json: schema: type: array - items: *350 + items: *351 examples: default: value: @@ -54745,8 +54794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -54771,8 +54820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response @@ -54799,7 +54848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *78 + - *79 responses: '200': description: Immutable releases settings response @@ -54848,7 +54897,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *78 + - *79 responses: '204': description: Response @@ -54905,7 +54954,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *78 + - *79 - *19 - *17 responses: @@ -54923,9 +54972,9 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54944,7 +54993,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *78 + - *79 requestBody: required: true content: @@ -54993,8 +55042,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -55016,8 +55065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *78 - - *152 + - *79 + - *153 responses: '204': description: Response @@ -55040,7 +55089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *78 + - *79 - *17 - *19 responses: @@ -55058,7 +55107,7 @@ paths: type: integer network_configurations: type: array - items: &351 + items: &352 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -55129,7 +55178,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55148,7 +55197,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 + - *79 requestBody: required: true content: @@ -55204,9 +55253,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: id: 123456789ABCDEF name: My network configuration @@ -55234,8 +55283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 - - &353 + - *79 + - &354 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -55247,11 +55296,11 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55270,8 +55319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *78 - - *353 + - *79 + - *354 requestBody: required: true content: @@ -55324,9 +55373,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55345,8 +55394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *78 - - *353 + - *79 + - *354 responses: '204': description: Response @@ -55369,7 +55418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *78 + - *79 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -55423,7 +55472,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55441,7 +55490,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *78 + - *79 - *17 - *19 - name: team_type @@ -55463,11 +55512,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *275 + default: *276 headers: - Link: *70 + Link: *71 '403': *29 x-github: githubCloudOnly: false @@ -55487,7 +55536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *78 + - *79 requestBody: required: true content: @@ -55559,7 +55608,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -55622,8 +55671,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 @@ -55886,7 +55935,7 @@ paths: - repos_count - organization examples: - default: &355 + default: &356 value: id: 1 node_id: MDQ6VGVhbTE= @@ -55967,16 +56016,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *78 - - *80 + - *79 + - *81 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 x-github: githubCloudOnly: false @@ -55997,8 +56046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *78 - - *80 + - *79 + - *81 requestBody: required: false content: @@ -56060,16 +56109,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 '403': *29 @@ -56094,12 +56143,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *78 - - *80 + - *79 + - *81 responses: '204': description: Response - '422': &356 + '422': &357 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -56122,8 +56171,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -56133,12 +56182,12 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: - Link: *70 - '422': *356 + Link: *71 + '422': *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56160,8 +56209,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *78 - - *80 + - *79 + - *81 - name: role description: Filters members returned by their role in the team. in: query @@ -56182,7 +56231,7 @@ paths: application/json: schema: type: array - items: &731 + items: &732 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 @@ -56301,7 +56350,7 @@ paths: - type - url examples: - default: &732 + default: &733 value: - login: octocat id: 1 @@ -56324,7 +56373,7 @@ paths: role: member inherited: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56352,15 +56401,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 responses: '200': description: Response content: application/json: - schema: &357 + schema: &358 title: Team Membership description: Team Membership type: object @@ -56387,7 +56436,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &733 + response-if-user-is-a-team-maintainer: &734 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56423,9 +56472,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 requestBody: required: false content: @@ -56450,9 +56499,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - response-if-users-membership-with-team-is-now-pending: &734 + response-if-users-membership-with-team-is-now-pending: &735 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56487,9 +56536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *78 - - *80 - - *74 + - *79 + - *81 + - *75 responses: '204': description: Response @@ -56515,8 +56564,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -56526,11 +56575,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56557,16 +56606,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *78 - - *80 - - *358 + - *79 + - *81 - *359 + - *360 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &735 + schema: &736 title: Team Repository description: A team's access to a repository. type: object @@ -56589,8 +56638,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true forks: type: integer @@ -57220,10 +57269,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *78 - - *80 - - *358 + - *79 + - *81 - *359 + - *360 requestBody: required: false content: @@ -57268,10 +57317,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *78 - - *80 - - *358 + - *79 + - *81 - *359 + - *360 responses: '204': description: Response @@ -57295,8 +57344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *78 - - *80 + - *79 + - *81 - *17 - *19 responses: @@ -57306,9 +57355,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - response-if-child-teams-exist: &736 + response-if-child-teams-exist: &737 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -57336,7 +57385,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57361,7 +57410,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *78 + - *79 - name: security_product in: path description: The security feature to enable or disable. @@ -57461,7 +57510,7 @@ paths: resources: type: object properties: - core: &360 + core: &361 title: Rate Limit type: object properties: @@ -57478,21 +57527,21 @@ paths: - remaining - reset - used - 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 + 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 required: - core - search - rate: *360 + rate: *361 required: - rate - resources @@ -57583,7 +57632,7 @@ paths: schema: type: integer format: timestamp - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -57606,14 +57655,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: default-response: summary: Default response @@ -58124,7 +58173,7 @@ paths: version: '2026-03-10' '403': *29 '404': *6 - '301': *362 + '301': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58142,8 +58191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: false content: @@ -58453,10 +58502,10 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *363 - '307': &364 + default: *364 + '307': &365 description: Temporary Redirect content: application/json: @@ -58485,8 +58534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -58508,9 +58557,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *364 + '307': *365 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58532,11 +58581,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *358 - *359 + - *360 - *17 - *19 - - &396 + - &397 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -58559,7 +58608,7 @@ paths: type: integer artifacts: type: array - items: &365 + items: &366 title: Artifact description: An artifact type: object @@ -58637,7 +58686,7 @@ paths: - expires_at - updated_at examples: - default: &397 + default: &398 value: total_count: 2 artifacts: @@ -58676,7 +58725,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58698,9 +58747,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *358 - *359 - - &366 + - *360 + - &367 name: artifact_id description: The unique identifier of the artifact. in: path @@ -58712,7 +58761,7 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: default: value: @@ -58750,9 +58799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *358 - *359 - - *366 + - *360 + - *367 responses: '204': description: Response @@ -58776,9 +58825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *358 - *359 - - *366 + - *360 + - *367 - name: archive_format in: path required: true @@ -58788,15 +58837,11 @@ paths: '302': description: Response headers: - Location: &521 + Location: &522 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &562 - description: Gone - content: - application/json: - schema: *3 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58817,14 +58862,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: &367 + schema: &368 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -58835,7 +58880,7 @@ paths: type: integer example: 14 examples: - default: *42 + default: *43 '403': *29 '404': *6 x-github: @@ -58857,15 +58902,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: application/json: - schema: *367 + schema: *368 examples: - selected_actions: *42 + selected_actions: *43 responses: '204': description: Response @@ -58892,14 +58937,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: &368 + schema: &369 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -58910,7 +58955,7 @@ paths: type: integer example: 10 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -58932,15 +58977,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: application/json: - schema: *368 + schema: *369 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -58969,14 +59014,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: default: value: @@ -59002,11 +59047,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *358 - *359 + - *360 - *17 - *19 - - &370 + - &371 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 @@ -59034,13 +59079,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *62 + - *63 responses: '200': description: Response content: application/json: - schema: &371 + schema: &372 title: Repository actions caches description: Repository actions caches type: object @@ -59082,7 +59127,7 @@ paths: - total_count - actions_caches examples: - default: &372 + default: &373 value: total_count: 1 actions_caches: @@ -59094,7 +59139,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59114,23 +59159,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: - - *358 - *359 + - *360 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *370 + - *371 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59150,8 +59195,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: - - *358 - *359 + - *360 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -59180,10 +59225,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *358 - *359 + - *360 - *17 - - *48 + - *49 responses: '200': description: Response @@ -59231,7 +59276,7 @@ paths: group_url: https://api.github.com/repos/octocat/Hello-World/actions/concurrency_groups/ci-build last_acquired_at: '2026-01-15T16:13:55Z' headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -59263,8 +59308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#get-a-concurrency-group-for-a-repository parameters: - - *358 - *359 + - *360 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -59416,9 +59461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *358 - *359 - - &373 + - *360 + - &374 name: job_id description: The unique identifier of the job. in: path @@ -59430,7 +59475,7 @@ paths: description: Response content: application/json: - schema: &400 + schema: &401 title: Job description: Information of a job execution in a workflow run type: object @@ -59737,9 +59782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *358 - *359 - - *373 + - *360 + - *374 responses: '302': description: Response @@ -59767,9 +59812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *358 - *359 - - *373 + - *360 + - *374 requestBody: required: false content: @@ -59795,7 +59840,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -59819,8 +59864,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: - - *358 - *359 + - *360 responses: '200': description: Status response @@ -59879,8 +59924,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: - - *358 - *359 + - *360 requestBody: required: true content: @@ -59919,7 +59964,7 @@ paths: description: Empty response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -59948,8 +59993,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -59967,7 +60012,7 @@ paths: type: integer secrets: type: array - items: &402 + items: &403 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -59987,7 +60032,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 secrets: @@ -59998,7 +60043,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60020,9 +60065,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *358 - *359 - - *180 + - *360 + - *181 - *19 responses: '200': @@ -60039,7 +60084,7 @@ paths: type: integer variables: type: array - items: &404 + items: &405 title: Actions Variable type: object properties: @@ -60069,7 +60114,7 @@ paths: - created_at - updated_at examples: - default: &405 + default: &406 value: total_count: 2 variables: @@ -60082,7 +60127,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60102,8 +60147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -60112,12 +60157,12 @@ paths: schema: type: object properties: - enabled: &375 + enabled: &376 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *148 - selected_actions_url: *374 - sha_pinning_required: *149 + allowed_actions: *149 + selected_actions_url: *375 + sha_pinning_required: *150 required: - enabled examples: @@ -60145,8 +60190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -60157,9 +60202,9 @@ paths: schema: type: object properties: - enabled: *375 - allowed_actions: *148 - sha_pinning_required: *149 + enabled: *376 + allowed_actions: *149 + sha_pinning_required: *150 required: - enabled examples: @@ -60189,14 +60234,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: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: &376 + schema: &377 type: object properties: access_level: @@ -60213,7 +60258,7 @@ paths: required: - access_level examples: - default: &377 + default: &378 value: access_level: organization x-github: @@ -60237,15 +60282,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: - - *358 - *359 + - *360 requestBody: required: true content: application/json: - schema: *376 + schema: *377 examples: - default: *377 + default: *378 responses: '204': description: Response @@ -60269,14 +60314,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -60300,8 +60345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *358 - *359 + - *360 responses: '204': description: Empty response for successful settings update @@ -60311,7 +60356,7 @@ paths: required: true content: application/json: - schema: *379 + schema: *380 examples: default: summary: Set retention days @@ -60335,16 +60380,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *380 + default: *381 '404': *6 x-github: enabledForGitHubApps: true @@ -60363,8 +60408,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -60374,7 +60419,7 @@ paths: required: true content: application/json: - schema: *150 + schema: *151 examples: default: summary: Set approval policy to first time contributors @@ -60398,16 +60443,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *151 + default: *152 '403': *29 '404': *6 x-github: @@ -60427,15 +60472,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: application/json: - schema: *382 + schema: *383 examples: - default: *151 + default: *152 responses: '204': description: Empty response for successful settings update @@ -60459,16 +60504,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *154 + default: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -60487,8 +60532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -60496,9 +60541,9 @@ paths: required: false content: application/json: - schema: *153 + schema: *154 examples: - selected_actions: *154 + selected_actions: *155 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -60520,16 +60565,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60550,8 +60595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *358 - *359 + - *360 responses: '204': description: Success response @@ -60562,9 +60607,9 @@ paths: required: true content: application/json: - schema: *384 + schema: *385 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60591,8 +60636,8 @@ paths: in: query schema: type: string - - *358 - *359 + - *360 - *17 - *19 responses: @@ -60610,11 +60655,11 @@ paths: type: integer runners: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60636,8 +60681,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -60645,9 +60690,9 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60669,8 +60714,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: - - *358 - *359 + - *360 requestBody: required: true content: @@ -60713,10 +60758,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *387 + '201': *388 '404': *6 '422': *7 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60744,16 +60789,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *358 - *359 + - *360 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60781,16 +60826,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *358 - *359 + - *360 responses: '201': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60812,17 +60857,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *358 - *359 - - *164 + - *360 + - *165 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *390 + default: *391 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60843,9 +60888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *358 - *359 - - *164 + - *360 + - *165 responses: '204': description: Response @@ -60871,11 +60916,11 @@ 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: - - *358 - *359 - - *164 + - *360 + - *165 responses: - '200': *169 + '200': *170 '404': *6 x-github: githubCloudOnly: false @@ -60897,9 +60942,9 @@ 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: - - *358 - *359 - - *164 + - *360 + - *165 requestBody: required: true content: @@ -60923,7 +60968,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -60947,9 +60992,9 @@ 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: - - *358 - *359 - - *164 + - *360 + - *165 requestBody: required: true content: @@ -60974,7 +61019,7 @@ paths: - gpu - accelerated responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -60998,11 +61043,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: - - *358 - *359 - - *164 + - *360 + - *165 responses: - '200': *391 + '200': *392 '404': *6 x-github: githubCloudOnly: false @@ -61029,12 +61074,12 @@ 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: - - *358 - *359 - - *164 - - *392 + - *360 + - *165 + - *393 responses: - '200': *169 + '200': *170 '404': *6 '422': *7 x-github: @@ -61060,9 +61105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *358 - *359 - - &408 + - *360 + - &409 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. @@ -61070,7 +61115,7 @@ paths: required: false schema: type: string - - &409 + - &410 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -61078,7 +61123,7 @@ paths: required: false schema: type: string - - &410 + - &411 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -61087,7 +61132,7 @@ paths: required: false schema: type: string - - &411 + - &412 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 @@ -61114,7 +61159,7 @@ paths: - pending - *17 - *19 - - &412 + - &413 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)." @@ -61123,7 +61168,7 @@ paths: schema: type: string format: date-time - - &393 + - &394 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -61132,13 +61177,13 @@ paths: schema: type: boolean default: false - - &413 + - &414 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &414 + - &415 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -61161,7 +61206,7 @@ paths: type: integer workflow_runs: type: array - items: &394 + items: &395 title: Workflow Run description: An invocation of a workflow type: object @@ -61256,7 +61301,7 @@ paths: that triggered the run. type: array nullable: true - items: *93 + items: *94 created_at: type: string format: date-time @@ -61309,7 +61354,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &438 + properties: &439 id: type: string description: SHA for the commit @@ -61360,7 +61405,7 @@ paths: - name - email nullable: true - required: &439 + required: &440 - id - tree_id - message @@ -61368,8 +61413,8 @@ paths: - author - committer nullable: true - repository: *163 - head_repository: *163 + repository: *164 + head_repository: *164 head_repository_id: type: integer example: 5 @@ -61407,7 +61452,7 @@ paths: - workflow_url - pull_requests examples: - default: &415 + default: &416 value: total_count: 1 workflow_runs: @@ -61621,7 +61666,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61643,24 +61688,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *358 - *359 - - &395 + - *360 + - &396 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *393 + - *394 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &398 + default: &399 value: id: 30433642 name: Build @@ -61901,9 +61946,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '204': description: Response @@ -61926,9 +61971,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '200': description: Response @@ -62047,15 +62092,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -62082,13 +62127,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *358 - *359 - - *395 + - *360 + - *396 - *17 - *19 - - *396 - - *62 + - *397 + - *63 responses: '200': description: Response @@ -62104,11 +62149,11 @@ paths: type: integer artifacts: type: array - items: *365 + items: *366 examples: - default: *397 + default: *398 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62130,25 +62175,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *358 - *359 - - *395 - - &399 + - *360 + - *396 + - &400 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *393 + - *394 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *398 + default: *399 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62171,10 +62216,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *358 - *359 - - *395 - - *399 + - *360 + - *396 + - *400 - *17 - *19 responses: @@ -62192,9 +62237,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: &401 + default: &402 value: total_count: 1 jobs: @@ -62283,7 +62328,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -62307,10 +62352,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *358 - *359 - - *395 - - *399 + - *360 + - *396 + - *400 responses: '302': description: Response @@ -62338,19 +62383,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '202': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62386,12 +62431,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -62534,7 +62579,7 @@ paths: job_url: https://api.github.com/repos/octocat/Hello-World/actions/jobs/798245260 job_html_url: https://github.com/octocat/Hello-World/actions/runs/30433642/job/798245260 headers: - Link: *70 + Link: *71 '404': *6 '422': *15 x-github: @@ -62559,9 +62604,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: - - *358 - *359 - - *395 + - *360 + - *396 requestBody: required: true content: @@ -62628,19 +62673,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '202': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62663,9 +62708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 - 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 @@ -62695,11 +62740,11 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62722,9 +62767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '302': description: Response @@ -62751,14 +62796,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '204': description: Response '403': *29 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62780,9 +62825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '200': description: Response @@ -62842,7 +62887,7 @@ paths: items: type: object properties: - type: &528 + type: &529 type: string description: The type of reviewer. enum: @@ -62852,7 +62897,7 @@ paths: reviewer: anyOf: - *4 - - *210 + - *211 required: - environment - wait_timer @@ -62927,9 +62972,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 requestBody: required: true content: @@ -62976,12 +63021,12 @@ paths: application/json: schema: type: array - items: &523 + items: &524 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &807 + properties: &808 url: type: string format: uri @@ -63064,9 +63109,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - required: &808 + properties: *84 + required: *85 + required: &809 - id - node_id - sha @@ -63082,7 +63127,7 @@ paths: - created_at - updated_at examples: - default: &524 + default: &525 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -63138,9 +63183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *358 - *359 - - *395 + - *360 + - *396 requestBody: required: false content: @@ -63161,7 +63206,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -63184,9 +63229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *358 - *359 - - *395 + - *360 + - *396 requestBody: required: false content: @@ -63207,7 +63252,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -63239,9 +63284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *358 - *359 - - *395 + - *360 + - *396 responses: '200': description: Response @@ -63378,8 +63423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -63397,11 +63442,11 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63424,16 +63469,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63455,17 +63500,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &416 + default: &417 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -63491,9 +63536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 requestBody: required: true content: @@ -63524,7 +63569,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -63550,9 +63595,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 responses: '204': description: Response @@ -63577,9 +63622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *358 - *359 - - *180 + - *360 + - *181 - *19 responses: '200': @@ -63596,11 +63641,11 @@ paths: type: integer variables: type: array - items: *404 + items: *405 examples: - default: *405 + default: *406 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63621,8 +63666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -63649,7 +63694,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -63674,17 +63719,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *358 - *359 - - *174 + - *360 + - *175 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &417 + default: &418 value: name: USERNAME value: octocat @@ -63710,9 +63755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *358 - *359 - - *174 + - *360 + - *175 requestBody: required: true content: @@ -63754,9 +63799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *358 - *359 - - *174 + - *360 + - *175 responses: '204': description: Response @@ -63781,8 +63826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -63800,7 +63845,7 @@ paths: type: integer workflows: type: array - items: &406 + items: &407 title: Workflow description: A GitHub Actions workflow type: object @@ -63884,7 +63929,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63907,9 +63952,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *358 - *359 - - &407 + - *360 + - &408 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -63924,7 +63969,7 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: default: value: @@ -63957,9 +64002,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *358 - *359 - - *407 + - *360 + - *408 responses: '204': description: Response @@ -63984,9 +64029,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *358 - *359 - - *407 + - *360 + - *408 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -64084,9 +64129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *358 - *359 - - *407 + - *360 + - *408 responses: '204': description: Response @@ -64113,19 +64158,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *358 - *359 - - *407 + - *360 - *408 - *409 - *410 - *411 + - *412 - *17 - *19 - - *412 - - *393 - *413 + - *394 - *414 + - *415 responses: '200': description: Response @@ -64141,11 +64186,11 @@ paths: type: integer workflow_runs: type: array - items: *394 + items: *395 examples: - default: *415 + default: *416 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64175,9 +64220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *358 - *359 - - *407 + - *360 + - *408 responses: '200': description: Response @@ -64238,12 +64283,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *358 - *359 - - *62 + - *360 + - *63 - *17 - - *47 - *48 + - *49 - name: ref description: |- The Git reference for the activities you want to list. @@ -64384,7 +64429,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '422': *7 x-github: githubCloudOnly: false @@ -64408,8 +64453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-organization-secrets parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -64427,11 +64472,11 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64453,9 +64498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-organization-variables parameters: - - *358 - *359 - - *180 + - *360 + - *181 - *19 responses: '200': @@ -64472,11 +64517,11 @@ paths: type: integer variables: type: array - items: *404 + items: *405 examples: - default: *405 + default: *406 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64499,8 +64544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-secrets parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -64518,11 +64563,11 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64545,16 +64590,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-public-key parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64576,17 +64621,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64608,9 +64653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 requestBody: required: true content: @@ -64641,7 +64686,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -64667,9 +64712,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 responses: '204': description: Response @@ -64694,9 +64739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-variables parameters: - - *358 - *359 - - *180 + - *360 + - *181 - *19 responses: '200': @@ -64713,11 +64758,11 @@ paths: type: integer variables: type: array - items: *404 + items: *405 examples: - default: *405 + default: *406 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64738,8 +64783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-a-repository-variable parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -64766,7 +64811,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -64791,17 +64836,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-a-repository-variable parameters: - - *358 - *359 - - *174 + - *360 + - *175 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64822,9 +64867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-a-repository-variable parameters: - - *358 - *359 - - *174 + - *360 + - *175 requestBody: required: true content: @@ -64866,9 +64911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-a-repository-variable parameters: - - *358 - *359 - - *174 + - *360 + - *175 responses: '204': description: Response @@ -64889,8 +64934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -64902,9 +64947,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -64927,8 +64972,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *358 - *359 + - *360 - name: assignee in: path required: true @@ -64964,8 +65009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -65075,11 +65120,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *358 - *359 + - *360 - *17 - - *47 - *48 + - *49 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -65133,7 +65178,7 @@ paths: initiator: type: string examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65167,8 +65212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -65176,7 +65221,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Autolink reference description: An autolink reference. type: object @@ -65230,8 +65275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -65270,9 +65315,9 @@ paths: description: response content: application/json: - schema: *419 + schema: *420 examples: - default: &420 + default: &421 value: id: 1 key_prefix: TICKET- @@ -65303,9 +65348,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *358 - *359 - - &421 + - *360 + - &422 name: autolink_id description: The unique identifier of the autolink. in: path @@ -65317,9 +65362,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *420 + default: *421 '404': *6 x-github: githubCloudOnly: false @@ -65339,9 +65384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *358 - *359 - - *421 + - *360 + - *422 responses: '204': description: Response @@ -65365,8 +65410,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: - - *358 - *359 + - *360 responses: '200': description: Response if Dependabot is enabled @@ -65414,8 +65459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -65436,8 +65481,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -65457,8 +65502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *358 - *359 + - *360 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -65496,7 +65541,7 @@ paths: - url protected: type: boolean - protection: &423 + protection: &424 title: Branch Protection description: Branch Protection type: object @@ -65538,7 +65583,7 @@ paths: required: - contexts - checks - enforce_admins: &426 + enforce_admins: &427 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -65553,7 +65598,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &428 + required_pull_request_reviews: &429 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -65574,7 +65619,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *210 + items: *211 apps: description: The list of apps with review dismissal access. @@ -65603,7 +65648,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *210 + items: *211 apps: description: The list of apps allowed to bypass pull request requirements. @@ -65629,7 +65674,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &425 + restrictions: &426 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -65692,7 +65737,7 @@ paths: type: string teams: type: array - items: *210 + items: *211 apps: type: array items: @@ -65888,7 +65933,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -65906,9 +65951,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *358 - *359 - - &424 + - *360 + - &425 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). @@ -65922,14 +65967,14 @@ paths: description: Response content: application/json: - schema: &434 + schema: &435 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &493 + commit: &494 title: Commit description: Commit type: object @@ -65963,7 +66008,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &422 + properties: &423 name: type: string example: '"Chris Wanstrath"' @@ -65979,7 +66024,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *422 + properties: *423 nullable: true message: type: string @@ -66000,7 +66045,7 @@ paths: required: - sha - url - verification: &546 + verification: &547 title: Verification type: object properties: @@ -66034,12 +66079,12 @@ paths: nullable: true oneOf: - *4 - - *172 + - *173 committer: nullable: true oneOf: - *4 - - *172 + - *173 parents: type: array items: @@ -66070,7 +66115,7 @@ paths: type: integer files: type: array - items: &506 + items: &507 title: Diff Entry description: Diff Entry type: object @@ -66154,7 +66199,7 @@ paths: - self protected: type: boolean - protection: *423 + protection: *424 protection_url: type: string format: uri @@ -66261,7 +66306,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *362 + '301': *363 '404': *6 x-github: githubCloudOnly: false @@ -66283,15 +66328,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -66485,9 +66530,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: true content: @@ -66742,7 +66787,7 @@ paths: url: type: string format: uri - required_status_checks: &431 + required_status_checks: &432 title: Status Check Policy description: Status Check Policy type: object @@ -66818,7 +66863,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 apps: type: array items: *5 @@ -66836,7 +66881,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 apps: type: array items: *5 @@ -66894,7 +66939,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *425 + restrictions: *426 required_conversation_resolution: type: object properties: @@ -67006,9 +67051,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '204': description: Response @@ -67033,17 +67078,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -67065,17 +67110,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67094,9 +67139,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '204': description: Response @@ -67121,17 +67166,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -67227,9 +67272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: false content: @@ -67327,9 +67372,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *429 + default: *430 '422': *15 x-github: githubCloudOnly: false @@ -67350,9 +67395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '204': description: Response @@ -67379,17 +67424,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &430 + default: &431 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -67412,17 +67457,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *430 + default: *431 '404': *6 x-github: githubCloudOnly: false @@ -67442,9 +67487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '204': description: Response @@ -67469,17 +67514,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -67505,9 +67550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: false content: @@ -67559,9 +67604,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 '422': *15 x-github: @@ -67583,9 +67628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '204': description: Response @@ -67609,9 +67654,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response @@ -67645,9 +67690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: false content: @@ -67714,9 +67759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: false content: @@ -67780,9 +67825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: content: application/json: @@ -67848,15 +67893,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: default: value: @@ -67947,9 +67992,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '204': description: Response @@ -67972,9 +68017,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response @@ -67984,7 +68029,7 @@ paths: type: array items: *5 examples: - default: &433 + default: &434 value: - id: 1 slug: octoapp @@ -68041,9 +68086,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: true content: @@ -68077,7 +68122,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -68098,9 +68143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: true content: @@ -68134,7 +68179,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -68155,9 +68200,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: true content: @@ -68191,7 +68236,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -68213,9 +68258,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response @@ -68223,9 +68268,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *275 + default: *276 '404': *6 x-github: githubCloudOnly: false @@ -68245,9 +68290,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: false content: @@ -68283,9 +68328,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -68306,9 +68351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: false content: @@ -68344,9 +68389,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -68367,9 +68412,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: content: application/json: @@ -68404,9 +68449,9 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -68428,9 +68473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *358 - *359 - - *424 + - *360 + - *425 responses: '200': description: Response @@ -68440,7 +68485,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '404': *6 x-github: githubCloudOnly: false @@ -68464,9 +68509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: true content: @@ -68499,7 +68544,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -68524,9 +68569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: true content: @@ -68559,7 +68604,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -68584,9 +68629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: true content: @@ -68619,7 +68664,7 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 '422': *15 x-github: githubCloudOnly: false @@ -68646,9 +68691,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *358 - *359 - - *424 + - *360 + - *425 requestBody: required: true content: @@ -68670,7 +68715,7 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -68786,8 +68831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -69066,7 +69111,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: CheckRun description: A check performed on the code of a given code change type: object @@ -69177,16 +69222,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *93 - deployment: &800 + items: *94 + deployment: &801 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69253,8 +69298,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -69466,9 +69511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *358 - *359 - - &436 + - *360 + - &437 name: check_run_id description: The unique identifier of the check run. in: path @@ -69480,9 +69525,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: &437 + default: &438 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -69582,9 +69627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *358 - *359 - - *436 + - *360 + - *437 requestBody: required: true content: @@ -69824,9 +69869,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69846,9 +69891,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *358 - *359 - - *436 + - *360 + - *437 - *17 - *19 responses: @@ -69923,7 +69968,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69943,15 +69988,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *358 - *359 - - *436 + - *360 + - *437 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -69989,8 +70034,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -70012,7 +70057,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &440 + schema: &441 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -70076,7 +70121,7 @@ paths: nullable: true pull_requests: type: array - items: *93 + items: *94 nullable: true app: title: GitHub app @@ -70087,9 +70132,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - repository: *163 + properties: *84 + required: *85 + repository: *164 created_at: type: string format: date-time @@ -70098,12 +70143,12 @@ paths: type: string format: date-time nullable: true - head_commit: &828 + head_commit: &829 title: Simple Commit description: A commit. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 latest_check_runs_count: type: integer check_runs_url: @@ -70131,7 +70176,7 @@ paths: - check_runs_url - pull_requests examples: - default: &441 + default: &442 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -70422,9 +70467,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70443,8 +70488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -70505,7 +70550,7 @@ paths: required: - app_id - setting - repository: *163 + repository: *164 examples: default: value: @@ -70753,9 +70798,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *358 - *359 - - &442 + - *360 + - &443 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -70767,9 +70812,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70792,17 +70837,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *358 - *359 - - *442 - - &499 + - *360 + - *443 + - &500 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &500 + - &501 name: status description: Returns check runs with the specified `status`. in: query @@ -70841,9 +70886,9 @@ paths: type: integer check_runs: type: array - items: *435 + items: *436 examples: - default: &501 + default: &502 value: total_count: 1 check_runs: @@ -70925,7 +70970,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70945,15 +70990,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *358 - *359 - - *442 + - *360 + - *443 responses: '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -70976,12 +71021,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#list-code-quality-findings-for-a-repository parameters: - - *358 - *359 + - *360 - *17 - - *62 - - *47 + - *63 - *48 + - *49 - name: state description: If specified, only code quality findings with this state will be returned. @@ -70999,7 +71044,7 @@ paths: application/json: schema: type: array - items: &443 + items: &444 description: Code quality finding type: object properties: @@ -71129,14 +71174,14 @@ 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': &444 + '403': &445 description: Response if the user is not authorized to access Code quality for this repository. content: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71156,8 +71201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-finding parameters: - - *358 - *359 + - *360 - name: finding_number in: path description: The number that identifies a finding. @@ -71169,7 +71214,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -71198,9 +71243,9 @@ 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': *444 + '403': *445 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71220,8 +71265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-setup-configuration parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -71285,9 +71330,9 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly - '403': *444 + '403': *445 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71306,8 +71351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#update-a-code-quality-setup-configuration parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -71368,7 +71413,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -71411,7 +71456,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71435,30 +71480,30 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *358 - *359 - - *445 + - *360 - *446 + - *447 - *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: *447 - - &464 + schema: *448 + - &465 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *62 - - *47 + - *63 - *48 + - *49 - name: sort description: The property by which to sort the results. in: query @@ -71474,13 +71519,13 @@ paths: be returned. in: query required: false - schema: *448 + schema: *449 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *449 + schema: *450 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -71499,14 +71544,14 @@ paths: items: type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: *450 - state: *197 - fixed_at: *193 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: *451 + state: *198 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -71514,12 +71559,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: *451 - dismissed_comment: *452 - rule: *453 - tool: *454 - most_recent_instance: *455 + dismissed_at: *195 + dismissed_reason: *452 + dismissed_comment: *453 + rule: *454 + tool: *455 + most_recent_instance: *456 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -71644,15 +71689,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *37 - '403': &456 + '304': *38 + '403': &457 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71672,9 +71717,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *358 - *359 - - &457 + - *360 + - &458 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -71682,23 +71727,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *188 + schema: *189 responses: '200': description: Response content: application/json: - schema: &458 + schema: &459 type: object properties: - number: *188 - created_at: *189 - updated_at: *190 - url: *191 - html_url: *192 - instances_url: *450 - state: *197 - fixed_at: *193 + number: *189 + created_at: *190 + updated_at: *191 + url: *192 + html_url: *193 + instances_url: *451 + state: *198 + fixed_at: *194 dismissed_by: title: Simple User description: A GitHub user. @@ -71706,9 +71751,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *194 - dismissed_reason: *451 - dismissed_comment: *452 + dismissed_at: *195 + dismissed_reason: *452 + dismissed_comment: *453 rule: type: object properties: @@ -71762,8 +71807,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *454 - most_recent_instance: *455 + tool: *455 + most_recent_instance: *456 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -71861,10 +71906,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *37 - '403': *456 + '304': *38 + '403': *457 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71882,9 +71927,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *358 - *359 - - *457 + - *360 + - *458 requestBody: required: true content: @@ -71899,8 +71944,8 @@ paths: enum: - open - dismissed - dismissed_reason: *451 - dismissed_comment: *452 + dismissed_reason: *452 + dismissed_comment: *453 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -71928,7 +71973,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -72004,14 +72049,14 @@ 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: application/json: schema: *3 '404': *6 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72031,15 +72076,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: - - *358 - *359 - - *457 + - *360 + - *458 responses: '200': description: Response content: application/json: - schema: &459 + schema: &460 type: object properties: status: @@ -72065,13 +72110,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: @@ -72082,9 +72127,9 @@ 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': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72107,29 +72152,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: - - *358 - *359 - - *457 + - *360 + - *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 @@ -72139,7 +72184,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72161,9 +72206,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: - - *358 - *359 - - *457 + - *360 + - *458 requestBody: required: false content: @@ -72208,12 +72253,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *461 - '403': *462 + '400': *462 + '403': *463 '404': *6 '422': description: Unprocessable Entity - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72233,13 +72278,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *358 - *359 - - *457 + - *360 + - *458 - *19 - *17 - - *463 - *464 + - *465 responses: '200': description: Response @@ -72250,10 +72295,10 @@ paths: items: type: object properties: - ref: *447 - analysis_key: *465 - environment: *466 - category: *467 + ref: *448 + analysis_key: *466 + environment: *467 + category: *468 state: type: string description: State of a code scanning alert instance. @@ -72268,7 +72313,7 @@ paths: properties: text: type: string - location: *468 + location: *469 html_url: type: string classifications: @@ -72276,7 +72321,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: @@ -72313,9 +72358,9 @@ paths: end_column: 50 classifications: - source - '403': *456 + '403': *457 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72347,29 +72392,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *358 - *359 - - *445 + - *360 - *446 + - *447 - *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: *447 + schema: *448 - 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 - - *62 + - *63 - name: sort description: The property by which to sort the results. in: query @@ -72386,23 +72431,23 @@ paths: application/json: schema: type: array - items: &471 + items: &472 type: object properties: - ref: *447 - commit_sha: &479 + ref: *448 + 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 @@ -72426,8 +72471,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *470 - tool: *454 + sarif_id: *471 + tool: *455 deletable: type: boolean warning: @@ -72488,9 +72533,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *456 + '403': *457 '404': *6 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72524,8 +72569,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: - - *358 - *359 + - *360 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72538,7 +72583,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: response: summary: application/json response @@ -72592,14 +72637,14 @@ 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 content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72679,8 +72724,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: - - *358 - *359 + - *360 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72733,9 +72778,9 @@ 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': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72755,8 +72800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -72764,7 +72809,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: CodeQL Database description: A CodeQL database. type: object @@ -72875,9 +72920,9 @@ 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': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72904,8 +72949,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *358 - *359 + - *360 - name: language in: path description: The language of the CodeQL database. @@ -72917,7 +72962,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -72949,11 +72994,11 @@ 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': &510 + '302': &511 description: Found - '403': *456 + '403': *457 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72973,8 +73018,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *358 - *359 + - *360 - name: language in: path description: The language of the CodeQL database. @@ -72984,9 +73029,9 @@ paths: responses: '204': description: Response - '403': *462 + '403': *463 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73012,8 +73057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -73022,7 +73067,7 @@ paths: type: object additionalProperties: false properties: - language: &473 + language: &474 type: string description: The language targeted by the CodeQL query enum: @@ -73102,7 +73147,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 @@ -73110,9 +73155,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *67 + controller_repo: *68 actor: *4 - query_language: *473 + query_language: *474 query_pack_url: type: string description: The download url for the query pack. @@ -73159,7 +73204,7 @@ paths: items: type: object properties: - repository: &474 + repository: &475 title: Repository Identifier description: Repository Identifier type: object @@ -73195,7 +73240,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. @@ -73227,7 +73272,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: @@ -73241,7 +73286,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 @@ -73263,8 +73308,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 @@ -73280,7 +73325,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &476 + value: &477 summary: Default response value: id: 1 @@ -73426,17 +73471,17 @@ 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 content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73457,8 +73502,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: - - *358 - *359 + - *360 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -73470,11 +73515,11 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *476 + default: *477 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73495,7 +73540,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: - - *358 + - *359 - name: repo in: path description: The name of the controller repository. @@ -73529,8 +73574,8 @@ paths: schema: type: object properties: - repository: *67 - analysis_status: *478 + repository: *68 + analysis_status: *479 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -73634,7 +73679,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73655,8 +73700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -73758,9 +73803,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *456 + '403': *457 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73779,8 +73824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -73847,7 +73892,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -73872,7 +73917,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 @@ -73886,7 +73931,7 @@ paths: content: application/json: schema: *3 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73943,8 +73988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -73952,7 +73997,7 @@ paths: schema: type: object properties: - commit_sha: *479 + commit_sha: *480 ref: type: string description: |- @@ -74010,7 +74055,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. @@ -74024,11 +74069,11 @@ 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 - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -74047,8 +74092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *358 - *359 + - *360 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -74094,10 +74139,10 @@ 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': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -74119,8 +74164,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: - - *358 - *359 + - *360 responses: '200': description: Response @@ -74144,7 +74189,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *49 + configuration: *50 examples: default: value: @@ -74176,8 +74221,8 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *61 - '304': *37 + '204': *62 + '304': *38 '403': *29 '404': *6 x-github: @@ -74201,8 +74246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *358 - *359 + - *360 - 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 @@ -74322,8 +74367,8 @@ paths: parameters: - *17 - *19 - - *358 - *359 + - *360 responses: '200': description: Response @@ -74339,7 +74384,7 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: default: value: @@ -74615,7 +74660,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -74637,8 +74682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -74701,22 +74746,22 @@ 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 '404': *6 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74740,8 +74785,8 @@ paths: parameters: - *17 - *19 - - *358 - *359 + - *360 responses: '200': description: Response @@ -74781,7 +74826,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *55 + '500': *56 '400': *14 '401': *25 '403': *29 @@ -74805,8 +74850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *358 - *359 + - *360 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -74841,14 +74886,14 @@ paths: type: integer machines: type: array - items: &742 + items: &743 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *481 - required: *482 + properties: *482 + required: *483 examples: - default: &743 + default: &744 value: total_count: 2 machines: @@ -74864,8 +74909,8 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *37 - '500': *55 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -74888,8 +74933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *358 - *359 + - *360 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -74973,8 +75018,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: - - *358 - *359 + - *360 - 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 @@ -75019,7 +75064,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75040,8 +75085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -75059,7 +75104,7 @@ paths: type: integer secrets: type: array - items: &486 + items: &487 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -75079,9 +75124,9 @@ paths: - created_at - updated_at examples: - default: *483 + default: *484 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75102,16 +75147,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -75131,17 +75176,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75161,9 +75206,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 requestBody: required: true content: @@ -75191,7 +75236,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -75215,9 +75260,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 responses: '204': description: Response @@ -75245,8 +75290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *358 - *359 + - *360 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -75288,7 +75333,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &488 + properties: &489 login: type: string example: octocat @@ -75381,7 +75426,7 @@ paths: user_view_type: type: string example: public - required: &489 + required: &490 - avatar_url - events_url - followers_url @@ -75430,7 +75475,7 @@ paths: admin: false role_name: write headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -75455,9 +75500,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *358 - *359 - - *74 + - *360 + - *75 responses: '204': description: Response if user is a collaborator @@ -75503,9 +75548,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *358 - *359 - - *74 + - *360 + - *75 requestBody: required: false content: @@ -75531,7 +75576,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &560 + schema: &561 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -75542,7 +75587,7 @@ paths: example: 42 type: integer format: int64 - repository: *163 + repository: *164 invitee: title: Simple User description: A GitHub user. @@ -75720,7 +75765,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *132 + schema: *133 '403': *29 x-github: triggersNotification: true @@ -75760,9 +75805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *358 - *359 - - *74 + - *360 + - *75 responses: '204': description: No Content when collaborator was removed from the repository. @@ -75793,9 +75838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *358 - *359 - - *74 + - *360 + - *75 responses: '200': description: if user has admin permissions @@ -75815,8 +75860,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true required: - permission @@ -75871,8 +75916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -75882,7 +75927,7 @@ paths: application/json: schema: type: array - items: &490 + items: &491 title: Commit Comment description: Commit Comment type: object @@ -75923,8 +75968,8 @@ paths: updated_at: type: string format: date-time - author_association: *85 - reactions: *86 + author_association: *86 + reactions: *87 required: - url - html_url @@ -75940,7 +75985,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 @@ -75974,7 +76019,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75999,17 +76044,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *358 - *359 - - *104 + - *360 + - *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 @@ -76066,9 +76111,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 requestBody: required: true content: @@ -76090,7 +76135,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: default: value: @@ -76141,9 +76186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 responses: '204': description: Response @@ -76164,9 +76209,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 - 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 commit comment. @@ -76192,7 +76237,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. @@ -76261,7 +76306,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -76280,9 +76325,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 requestBody: required: true content: @@ -76314,9 +76359,9 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: &492 + default: &493 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -76345,9 +76390,9 @@ paths: description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -76369,9 +76414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *358 - *359 - - *104 + - *360 + - *105 - &566 name: reaction_id description: The unique identifier of the reaction. @@ -76427,8 +76472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *358 - *359 + - *360 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -76484,9 +76529,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: &634 + default: &635 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76556,11 +76601,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *70 - '500': *55 + Link: *71 + '500': *56 '400': *14 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76580,9 +76625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *358 - *359 - - &494 + - *360 + - &495 name: commit_sha description: The SHA of the commit. in: path @@ -76629,7 +76674,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76654,9 +76699,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *358 - *359 - - *494 + - *360 + - *495 - *17 - *19 responses: @@ -76666,11 +76711,11 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: - default: *495 + default: *496 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76696,9 +76741,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *358 - *359 - - *494 + - *360 + - *495 requestBody: required: true content: @@ -76733,9 +76778,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 @@ -76763,9 +76808,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *358 - *359 - - *494 + - *360 + - *495 - *17 - *19 responses: @@ -76775,7 +76820,7 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: default: &626 value: @@ -77256,8 +77301,8 @@ paths: auto_merge: draft: false headers: - Link: *70 - '409': *54 + Link: *71 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77314,11 +77359,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *358 - *359 + - *360 - *19 - *17 - - &498 + - &499 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)" @@ -77333,7 +77378,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: &613 value: @@ -77423,7 +77468,7 @@ paths: schema: type: string examples: - default: &507 + default: &508 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -77436,7 +77481,7 @@ paths: schema: type: string examples: - default: &508 + default: &509 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -77462,9 +77507,9 @@ paths: value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 - '500': *55 - '503': *122 - '409': *54 + '500': *56 + '503': *123 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77489,11 +77534,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *358 - *359 - - *498 + - *360 - *499 - *500 + - *501 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -77527,11 +77572,11 @@ paths: type: integer check_runs: type: array - items: *435 + items: *436 examples: - default: *501 + default: *502 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77554,9 +77599,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *358 - *359 - - *498 + - *360 + - *499 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -77564,7 +77609,7 @@ paths: schema: type: integer example: 1 - - *499 + - *500 - *17 - *19 responses: @@ -77582,7 +77627,7 @@ paths: type: integer check_suites: type: array - items: *440 + items: *441 examples: default: value: @@ -77757,7 +77802,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77782,9 +77827,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *358 - *359 - - *498 + - *360 + - *499 - *17 - *19 responses: @@ -77851,7 +77896,7 @@ paths: type: string total_count: type: integer - repository: *163 + repository: *164 commit_url: type: string format: uri @@ -77982,9 +78027,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *358 - *359 - - *498 + - *360 + - *499 - *17 - *19 responses: @@ -77994,7 +78039,7 @@ paths: application/json: schema: type: array - items: &720 + items: &721 title: Status description: The status of a commit. type: object @@ -78074,8 +78119,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '301': *362 + Link: *71 + '301': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78103,8 +78148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -78133,20 +78178,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &504 + properties: &505 url: type: string format: uri html_url: type: string format: uri - required: &505 + required: &506 - url - html_url nullable: true @@ -78154,32 +78199,32 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true contributing: title: Community Health File type: object - properties: *504 - required: *505 + properties: *505 + required: *506 nullable: true readme: title: Community Health File type: object - properties: *504 - required: *505 + properties: *505 + required: *506 nullable: true issue_template: title: Community Health File type: object - properties: *504 - required: *505 + properties: *505 + required: *506 nullable: true pull_request_template: title: Community Health File type: object - properties: *504 - required: *505 + properties: *505 + required: *506 nullable: true required: - code_of_conduct @@ -78306,8 +78351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *358 - *359 + - *360 - *19 - *17 - name: basehead @@ -78350,8 +78395,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: @@ -78371,10 +78416,10 @@ paths: example: 6 commits: type: array - items: *493 + items: *494 files: type: array - items: *506 + items: *507 required: - url - html_url @@ -78620,15 +78665,15 @@ paths: schema: type: string examples: - default: *507 + default: *508 application/vnd.github.patch: schema: type: string examples: - default: *508 + default: *509 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78670,8 +78715,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *358 - *359 + - *360 - name: path description: path parameter in: path @@ -78831,7 +78876,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &509 + response-if-content-is-a-file-github-object: &510 summary: Response if content is a file value: type: file @@ -78963,7 +79008,7 @@ paths: - size - type - url - - &639 + - &640 title: Content File description: Content File type: object @@ -79164,7 +79209,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *509 + response-if-content-is-a-file: *510 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -79233,8 +79278,8 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *510 - '304': *37 + '302': *511 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79286,8 +79331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *358 - *359 + - *360 - name: path description: path parameter in: path @@ -79380,7 +79425,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: File Commit description: File Commit type: object @@ -79532,7 +79577,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: example-for-creating-a-file: value: @@ -79586,7 +79631,7 @@ paths: schema: oneOf: - *3 - - &541 + - &542 description: Repository rule violation was detected type: object properties: @@ -79607,7 +79652,7 @@ paths: items: type: object properties: - placeholder_id: &712 + placeholder_id: &713 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -79639,8 +79684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *358 - *359 + - *360 - name: path description: path parameter in: path @@ -79701,7 +79746,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -79735,8 +79780,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *54 - '503': *122 + '409': *55 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79756,8 +79801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *358 - *359 + - *360 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -79857,7 +79902,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *70 + Link: *71 '204': description: Response if repository is empty '403': *29 @@ -79886,8 +79931,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: - - *358 - *359 + - *360 responses: '200': description: Response @@ -79997,7 +80042,7 @@ paths: custom_allowlist: - sentry.io - https://api.example.com - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -80019,27 +80064,27 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *358 - *359 - - *212 + - *360 - *213 - *214 - *215 - *216 + - *217 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *217 - - *512 - *218 + - *513 - *219 - *220 - - *62 - - *47 + - *221 + - *63 - *48 + - *49 - *17 responses: '200': @@ -80048,11 +80093,11 @@ paths: application/json: schema: type: array - items: &516 + items: &517 type: object description: A Dependabot alert. properties: - number: *188 + number: *189 state: type: string description: The state of the Dependabot alert. @@ -80067,7 +80112,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *63 + package: *64 manifest_path: type: string description: The full path to the dependency manifest file, @@ -80095,13 +80140,13 @@ paths: - direct - transitive - inconclusive - security_advisory: *513 - security_vulnerability: *66 - url: *191 - html_url: *192 - created_at: *189 - updated_at: *190 - dismissed_at: *194 + security_advisory: *514 + security_vulnerability: *67 + url: *192 + html_url: *193 + created_at: *190 + updated_at: *191 + dismissed_at: *195 dismissed_by: title: Simple User description: A GitHub user. @@ -80125,9 +80170,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *193 - auto_dismissed_at: *514 - dismissal_request: *515 + fixed_at: *194 + auto_dismissed_at: *515 + dismissal_request: *516 assignees: type: array description: The users assigned to this alert. @@ -80358,7 +80403,7 @@ paths: dismissed_comment: fixed_at: assignees: [] - '304': *37 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -80382,9 +80427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *358 - *359 - - &517 + - *360 + - &518 name: alert_number in: path description: |- @@ -80393,13 +80438,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *188 + schema: *189 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -80509,7 +80554,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '304': *37 + '304': *38 '403': *29 '404': *6 x-github: @@ -80531,9 +80576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *358 - *359 - - *517 + - *360 + - *518 requestBody: required: true content: @@ -80606,7 +80651,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -80713,7 +80758,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *54 + '409': *55 '422': *7 x-github: githubCloudOnly: false @@ -80736,8 +80781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -80755,7 +80800,7 @@ paths: type: integer secrets: type: array - items: &520 + items: &521 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -80786,7 +80831,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80808,16 +80853,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80837,15 +80882,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -80871,9 +80916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 requestBody: required: true content: @@ -80901,7 +80946,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -80925,9 +80970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *358 - *359 - - *171 + - *360 + - *172 responses: '204': description: Response @@ -80949,8 +80994,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: - - *358 - *359 + - *360 - 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 @@ -81086,7 +81131,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *70 + Link: *71 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -81095,8 +81140,8 @@ paths: application/json: schema: *3 '400': *14 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false category: dependency-graph @@ -81113,8 +81158,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: - - *358 - *359 + - *360 responses: '200': description: Response @@ -81330,7 +81375,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *70 + Link: *71 '404': *6 '403': *29 x-github: @@ -81352,8 +81397,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: - - *358 - *359 + - *360 - name: sbom_uuid in: path required: true @@ -81364,7 +81409,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *521 + Location: *522 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -81385,8 +81430,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: - - *358 - *359 + - *360 responses: '201': description: Response @@ -81424,8 +81469,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: - - *358 - *359 + - *360 requestBody: required: true content: @@ -81500,7 +81545,7 @@ paths: - version - url additionalProperties: false - metadata: &522 + metadata: &523 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81533,7 +81578,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *522 + metadata: *523 resolved: type: object description: A collection of resolved package dependencies. @@ -81546,7 +81591,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *522 + metadata: *523 relationship: type: string description: A notation of whether a dependency is requested @@ -81675,8 +81720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *358 - *359 + - *360 - name: sha description: The SHA recorded at creation time. in: query @@ -81716,11 +81761,11 @@ paths: application/json: schema: type: array - items: *523 + items: *524 examples: - default: *524 + default: *525 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81784,8 +81829,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -81866,7 +81911,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: simple-example: summary: Simple example @@ -81939,9 +81984,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *358 - *359 - - &525 + - *360 + - &526 name: deployment_id description: deployment_id parameter in: path @@ -81953,7 +81998,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -82018,9 +82063,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *358 - *359 - - *525 + - *360 + - *526 responses: '204': description: Response @@ -82042,9 +82087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *358 - *359 - - *525 + - *360 + - *526 - *17 - *19 responses: @@ -82054,7 +82099,7 @@ paths: application/json: schema: type: array - items: &526 + items: &527 title: Deployment Status description: The status of a deployment. type: object @@ -82145,8 +82190,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -82195,7 +82240,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -82215,9 +82260,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *358 - *359 - - *525 + - *360 + - *526 requestBody: required: true content: @@ -82292,9 +82337,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: &527 + default: &528 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -82350,9 +82395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *358 - *359 - - *525 + - *360 + - *526 - name: status_id in: path required: true @@ -82363,9 +82408,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '404': *6 x-github: githubCloudOnly: false @@ -82390,8 +82435,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -82448,8 +82493,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -82466,7 +82511,7 @@ paths: type: integer environments: type: array - items: &529 + items: &530 title: Environment description: Details of a deployment environment type: object @@ -82518,7 +82563,7 @@ paths: type: type: string example: wait_timer - wait_timer: &531 + wait_timer: &532 type: integer example: 30 description: The amount of time to delay a job after @@ -82555,11 +82600,11 @@ paths: items: type: object properties: - type: *528 + type: *529 reviewer: anyOf: - *4 - - *210 + - *211 required: - id - node_id @@ -82579,7 +82624,7 @@ paths: - id - node_id - type - deployment_branch_policy: &532 + deployment_branch_policy: &533 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -82695,9 +82740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *358 - *359 - - &530 + - *360 + - &531 name: environment_name in: path required: true @@ -82710,9 +82755,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: &533 + default: &534 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -82796,9 +82841,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *358 - *359 - - *530 + - *360 + - *531 requestBody: required: false content: @@ -82807,7 +82852,7 @@ paths: type: object nullable: true properties: - wait_timer: *531 + wait_timer: *532 prevent_self_review: type: boolean example: false @@ -82824,13 +82869,13 @@ paths: items: type: object properties: - type: *528 + type: *529 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *532 + deployment_branch_policy: *533 additionalProperties: false examples: default: @@ -82850,9 +82895,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *533 + default: *534 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -82876,9 +82921,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *358 - *359 - - *530 + - *360 + - *531 responses: '204': description: Default response @@ -82903,9 +82948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *358 - *359 - - *530 + - *360 + - *531 - *17 - *19 responses: @@ -82923,7 +82968,7 @@ paths: example: 2 branch_policies: type: array - items: &534 + items: &535 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -82980,9 +83025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *358 - *359 - - *530 + - *360 + - *531 requestBody: required: true content: @@ -83028,9 +83073,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - example-wildcard: &535 + example-wildcard: &536 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -83072,10 +83117,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *358 - *359 - - *530 - - &536 + - *360 + - *531 + - &537 name: branch_policy_id in: path required: true @@ -83087,9 +83132,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *535 + default: *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83108,10 +83153,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *358 - *359 - - *530 - - *536 + - *360 + - *531 + - *537 requestBody: required: true content: @@ -83139,9 +83184,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *535 + default: *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83160,10 +83205,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *358 - *359 - - *530 - - *536 + - *360 + - *531 + - *537 responses: '204': description: Response @@ -83188,9 +83233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *530 + - *531 + - *360 - *359 - - *358 responses: '200': description: List of deployment protection rules @@ -83206,7 +83251,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &537 + items: &538 title: Deployment protection rule description: Deployment protection rule type: object @@ -83225,7 +83270,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &538 + app: &539 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -83324,9 +83369,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: - - *530 + - *531 + - *360 - *359 - - *358 requestBody: content: application/json: @@ -83347,9 +83392,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *537 + schema: *538 examples: - default: &539 + default: &540 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -83384,9 +83429,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: - - *530 + - *531 + - *360 - *359 - - *358 - *19 - *17 responses: @@ -83405,7 +83450,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *538 + items: *539 examples: default: value: @@ -83440,10 +83485,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *358 - *359 - - *530 - - &540 + - *360 + - *531 + - &541 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -83455,9 +83500,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83478,10 +83523,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *530 + - *531 + - *360 - *359 - - *358 - - *540 + - *541 responses: '204': description: Response @@ -83507,9 +83552,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *358 - *359 - - *530 + - *360 + - *531 - *17 - *19 responses: @@ -83527,11 +83572,11 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83554,17 +83599,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *358 - *359 - - *530 + - *360 + - *531 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83586,18 +83631,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *358 - *359 - - *530 - - *171 + - *360 + - *531 + - *172 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83619,10 +83664,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *358 - *359 - - *530 - - *171 + - *360 + - *531 + - *172 requestBody: required: true content: @@ -83653,7 +83698,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -83679,10 +83724,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *358 - *359 - - *530 - - *171 + - *360 + - *531 + - *172 responses: '204': description: Default response @@ -83707,10 +83752,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *358 - *359 - - *530 - - *180 + - *360 + - *531 + - *181 - *19 responses: '200': @@ -83727,11 +83772,11 @@ paths: type: integer variables: type: array - items: *404 + items: *405 examples: - default: *405 + default: *406 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83752,9 +83797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *358 - *359 - - *530 + - *360 + - *531 requestBody: required: true content: @@ -83781,7 +83826,7 @@ paths: description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -83806,18 +83851,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *358 - *359 - - *530 - - *174 + - *360 + - *531 + - *175 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83838,10 +83883,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *358 - *359 - - *174 - - *530 + - *360 + - *175 + - *531 requestBody: required: true content: @@ -83883,10 +83928,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *358 - *359 - - *174 - - *530 + - *360 + - *175 + - *531 responses: '204': description: Response @@ -83908,8 +83953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -83919,7 +83964,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: 200-response: value: @@ -83977,8 +84022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *358 - *359 + - *360 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -84000,7 +84045,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: value: @@ -84113,7 +84158,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *70 + Link: *71 '400': *14 x-github: githubCloudOnly: false @@ -84137,8 +84182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *358 - *359 + - *360 requestBody: required: false content: @@ -84170,9 +84215,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *363 + default: *364 '400': *14 '422': *15 '403': *29 @@ -84193,8 +84238,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -84245,7 +84290,7 @@ paths: schema: type: string '404': *6 - '409': *54 + '409': *55 '403': *29 '422': description: Validation failed @@ -84253,8 +84298,8 @@ paths: application/json: schema: oneOf: - - *132 - - *541 + - *133 + - *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84279,8 +84324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *358 - *359 + - *360 - name: file_sha in: path required: true @@ -84331,7 +84376,7 @@ paths: '404': *6 '422': *15 '403': *29 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84379,8 +84424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -84489,7 +84534,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &543 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -84653,7 +84698,7 @@ paths: type: string '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84703,15 +84748,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *358 - *359 - - *494 + - *360 + - *495 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -84742,7 +84787,7 @@ paths: payload: verified_at: '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84767,9 +84812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *358 - *359 - - &543 + - *360 + - &544 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. @@ -84786,7 +84831,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Git Reference description: Git references within a repository type: object @@ -84839,8 +84884,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *70 - '409': *54 + Link: *71 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84861,17 +84906,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *358 - *359 - - *543 + - *360 + - *544 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -84881,7 +84926,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84900,8 +84945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -84930,16 +84975,16 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84958,9 +85003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *358 - *359 - - *543 + - *360 + - *544 requestBody: required: true content: @@ -84989,11 +85034,11 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85009,16 +85054,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *358 - *359 - - *543 + - *360 + - *544 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85066,8 +85111,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -85134,7 +85179,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tag description: Metadata for a Git tag type: object @@ -85185,7 +85230,7 @@ paths: - sha - type - url - verification: *546 + verification: *547 required: - sha - url @@ -85195,7 +85240,7 @@ paths: - tag - message examples: - default: &548 + default: &549 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -85222,7 +85267,7 @@ paths: schema: type: string '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85268,8 +85313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *358 - *359 + - *360 - name: tag_sha in: path required: true @@ -85280,11 +85325,11 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85306,8 +85351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -85380,7 +85425,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -85453,7 +85498,7 @@ paths: '422': *15 '404': *6 '403': *29 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85476,8 +85521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *358 - *359 + - *360 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -85500,7 +85545,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default-response: summary: Default response @@ -85541,7 +85586,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85558,8 +85603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-the-hash-algorithm-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -85602,8 +85647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -85613,7 +85658,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Webhook description: Webhooks for repositories. type: object @@ -85667,7 +85712,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &837 + last_response: &838 title: Hook Response type: object properties: @@ -85722,7 +85767,7 @@ paths: status: unused message: headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -85741,8 +85786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *358 - *359 + - *360 requestBody: required: false content: @@ -85794,9 +85839,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: &551 + default: &552 value: type: Repository id: 12345678 @@ -85844,17 +85889,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *358 - *359 - - *231 + - *360 + - *232 responses: '200': description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -85874,9 +85919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *358 - *359 - - *231 + - *360 + - *232 requestBody: required: true content: @@ -85921,9 +85966,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '422': *15 '404': *6 x-github: @@ -85944,9 +85989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *358 - *359 - - *231 + - *360 + - *232 responses: '204': description: Response @@ -85970,9 +86015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *358 - *359 - - *231 + - *360 + - *232 responses: '200': description: Response @@ -85999,9 +86044,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *358 - *359 - - *231 + - *360 + - *232 requestBody: required: false content: @@ -86045,12 +86090,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *358 - *359 - - *231 - - *17 + - *360 - *232 + - *17 - *233 + - *234 responses: '200': description: Response @@ -86058,9 +86103,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '400': *14 '422': *15 x-github: @@ -86079,18 +86124,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *358 - *359 - - *231 + - *360 + - *232 - *16 responses: '200': description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '400': *14 '422': *15 x-github: @@ -86109,12 +86154,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *358 - *359 - - *231 + - *360 + - *232 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -86134,9 +86179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *358 - *359 - - *231 + - *360 + - *232 responses: '204': description: Response @@ -86161,9 +86206,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *358 - *359 - - *231 + - *360 + - *232 responses: '204': description: Response @@ -86186,8 +86231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response if immutable releases are enabled @@ -86233,11 +86278,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *358 - *359 + - *360 responses: - '204': *61 - '409': *54 + '204': *62 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86254,11 +86299,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *358 - *359 + - *360 responses: - '204': *61 - '409': *54 + '204': *62 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86312,14 +86357,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: &552 + schema: &553 title: Import description: A repository import from an external source. type: object @@ -86418,7 +86463,7 @@ paths: - html_url - authors_url examples: - default: &555 + default: &556 value: vcs: subversion use_lfs: true @@ -86434,7 +86479,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': &553 + '503': &554 description: Unavailable due to service under maintenance. content: application/json: @@ -86463,8 +86508,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -86512,7 +86557,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -86537,7 +86582,7 @@ paths: type: string '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86565,8 +86610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *358 - *359 + - *360 requestBody: required: false content: @@ -86615,7 +86660,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: example-1: summary: Example 1 @@ -86663,7 +86708,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86686,12 +86731,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *358 - *359 + - *360 responses: '204': description: Response - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86717,9 +86762,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *358 - *359 - - &765 + - *360 + - &766 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86733,7 +86778,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Porter Author description: Porter Author type: object @@ -86787,7 +86832,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86812,8 +86857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *358 - *359 + - *360 - name: author_id in: path required: true @@ -86843,7 +86888,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -86856,7 +86901,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86880,8 +86925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -86922,7 +86967,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86950,8 +86995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -86978,11 +87023,11 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *555 + default: *556 '422': *15 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87005,8 +87050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -87014,8 +87059,8 @@ paths: application/json: schema: *22 examples: - default: *556 - '301': *362 + default: *557 + '301': *363 '404': *6 x-github: githubCloudOnly: false @@ -87035,8 +87080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -87044,12 +87089,12 @@ paths: application/json: schema: anyOf: - - *250 + - *251 - type: object properties: {} additionalProperties: false examples: - default: &558 + default: &559 value: limit: collaborators_only origin: repository @@ -87074,13 +87119,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: application/json: - schema: *557 + schema: *558 examples: default: summary: Example request body @@ -87092,9 +87137,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *558 + default: *559 '409': description: Response x-github: @@ -87116,8 +87161,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -87144,8 +87189,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: - - *358 - *359 + - *360 responses: '200': description: Response @@ -87199,13 +87244,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: - - *358 - *359 + - *360 requestBody: required: true content: application/json: - schema: &559 + schema: &560 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. @@ -87255,13 +87300,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: - - *358 - *359 + - *360 requestBody: required: true content: application/json: - schema: *559 + schema: *560 examples: default: summary: Example request body @@ -87294,8 +87339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -87348,8 +87393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#update-pull-request-creation-cap-for-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -87425,8 +87470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -87436,9 +87481,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: &758 + default: &759 value: - id: 1 repository: @@ -87552,7 +87597,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87569,9 +87614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *358 - *359 - - *254 + - *360 + - *255 requestBody: required: false content: @@ -87600,7 +87645,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -87731,9 +87776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *358 - *359 - - *254 + - *360 + - *255 responses: '204': description: Response @@ -87756,8 +87801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -87765,9 +87810,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *561 + default: *562 '404': *6 x-github: githubCloudOnly: false @@ -87796,8 +87841,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *358 - *359 + - *360 - 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 @@ -87859,7 +87904,7 @@ paths: required: false schema: type: string - - *261 + - *262 - name: sort description: What to sort results by. in: query @@ -87871,8 +87916,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -87882,7 +87927,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: &577 value: @@ -88032,8 +88077,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *70 - '301': *362 + Link: *71 + '301': *363 '422': *15 '404': *6 x-github: @@ -88062,8 +88107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -88170,7 +88215,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: &574 value: @@ -88333,9 +88378,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *122 + '503': *123 '404': *6 - '410': *562 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -88373,9 +88418,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *358 - *359 - - *112 + - *360 + - *113 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -88385,7 +88430,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -88429,7 +88474,7 @@ paths: author_association: COLLABORATOR minimized: headers: - Link: *70 + Link: *71 '422': *15 '404': *6 x-github: @@ -88456,9 +88501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 responses: '200': description: Response @@ -88522,9 +88567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 requestBody: required: true content: @@ -88566,9 +88611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 responses: '204': description: Response @@ -88596,9 +88641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 responses: '200': description: Response @@ -88660,7 +88705,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *562 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -88677,17 +88722,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *562 - '503': *122 + '410': *33 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88704,9 +88749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 - 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 comment. @@ -88732,11 +88777,11 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: default: *565 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -88755,9 +88800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 requestBody: required: true content: @@ -88789,16 +88834,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 @@ -88820,9 +88865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *358 - *359 - - *104 + - *360 + - *105 - *566 responses: '204': @@ -88843,8 +88888,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -88943,7 +88988,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *210 + requested_team: *211 dismissed_review: title: Issue Event Dismissed Review type: object @@ -89057,7 +89102,7 @@ paths: type: string description: The reason for the referenced issue's state. nullable: true - repository: *67 + repository: *68 issue_type: title: Issue Type description: The type of the referenced issue. @@ -89111,7 +89156,7 @@ paths: nullable: true properties: *571 required: *572 - author_association: *85 + author_association: *86 lock_reason: type: string nullable: true @@ -89124,8 +89169,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 required: - id - node_id @@ -89292,7 +89337,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -89310,8 +89355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *358 - *359 + - *360 - name: event_id in: path required: true @@ -89515,7 +89560,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *562 + '410': *33 '403': *29 x-github: githubCloudOnly: false @@ -89549,8 +89594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *358 - *359 + - *360 - &575 name: issue_number description: The number that identifies the issue. @@ -89563,7 +89608,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: summary: Issue @@ -89772,10 +89817,10 @@ paths: - op: remove path: "/value/assignee" version: '2026-03-10' - '301': *362 + '301': *363 '404': *6 - '410': *562 - '304': *37 + '410': *33 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89799,8 +89844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: false @@ -89942,17 +89987,17 @@ paths: application/json: schema: allOf: - - *88 + - *89 - type: object properties: {} examples: default: *574 '422': *15 - '503': *122 + '503': *123 '403': *29 - '301': *362 + '301': *363 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89980,8 +90025,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: false @@ -90008,7 +90053,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *574 x-github: @@ -90026,8 +90071,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: content: @@ -90053,7 +90098,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *574 x-github: @@ -90077,8 +90122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *358 - *359 + - *360 - *575 - name: assignee in: path @@ -90119,10 +90164,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *358 - *359 + - *360 - *575 - - *95 + - *96 - *17 - *19 responses: @@ -90136,9 +90181,9 @@ paths: examples: default: *576 headers: - Link: *70 + Link: *71 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90167,8 +90212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *358 - *359 + - *360 - *575 requestBody: required: true @@ -90200,7 +90245,7 @@ paths: schema: type: string '403': *29 - '410': *562 + '410': *33 '422': *15 '404': *6 x-github: @@ -90228,8 +90273,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *358 - *359 + - *360 - *575 - *17 - *19 @@ -90240,14 +90285,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *577 headers: - Link: *70 - '301': *362 + Link: *71 + '301': *363 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90275,8 +90320,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *358 - *359 + - *360 - *575 requestBody: required: true @@ -90299,7 +90344,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *574 headers: @@ -90307,9 +90352,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *362 + '301': *363 '403': *29 - '410': *562 + '410': *33 '422': *15 '404': *6 x-github: @@ -90340,8 +90385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *358 - *359 + - *360 - *575 - name: issue_id in: path @@ -90354,15 +90399,15 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *574 - '301': *362 + '301': *363 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *562 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -90388,8 +90433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *358 - *359 + - *360 - *575 - *17 - *19 @@ -90400,14 +90445,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *577 headers: - Link: *70 - '301': *362 + Link: *71 + '301': *363 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90424,8 +90469,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *358 - *359 + - *360 - *575 - *17 - *19 @@ -90471,8 +90516,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 label: type: object properties: @@ -90525,8 +90570,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 label: type: object properties: @@ -90614,8 +90659,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 assigner: *4 required: @@ -90661,8 +90706,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 milestone: type: object properties: @@ -90712,8 +90757,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 milestone: type: object properties: @@ -90763,8 +90808,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 rename: type: object properties: @@ -90817,10 +90862,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 review_requester: *4 - requested_team: *210 + requested_team: *211 requested_reviewer: *4 required: - review_requester @@ -90864,10 +90909,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 review_requester: *4 - requested_team: *210 + requested_team: *211 requested_reviewer: *4 required: - review_requester @@ -90911,8 +90956,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 dismissed_review: type: object properties: @@ -90971,8 +91016,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 lock_reason: type: string example: '"off-topic"' @@ -91019,8 +91064,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -91085,8 +91130,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -91151,8 +91196,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 project_card: type: object properties: @@ -91273,8 +91318,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 issue_type: *570 required: - issue_type @@ -91318,8 +91363,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 prev_issue_type: *570 required: - prev_issue_type @@ -91363,8 +91408,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 issue_type: *570 prev_issue_type: *570 required: @@ -91410,8 +91455,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91463,8 +91508,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91516,8 +91561,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91569,8 +91614,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91622,8 +91667,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91675,8 +91720,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91728,8 +91773,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91781,8 +91826,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -91837,8 +91882,8 @@ paths: name: label color: red headers: - Link: *70 - '410': *562 + Link: *71 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91855,8 +91900,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *358 - *359 + - *360 - *575 - *17 - *19 @@ -91908,10 +91953,10 @@ paths: name: Backend color: green headers: - Link: *70 - '301': *362 + Link: *71 + '301': *363 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91940,8 +91985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: true @@ -92019,7 +92064,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -92050,8 +92095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: true @@ -92124,7 +92169,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -92150,17 +92195,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *358 - *359 + - *360 - *575 - - *257 + - *258 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -92178,8 +92223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *358 - *359 + - *360 - *575 - *17 - *19 @@ -92190,7 +92235,7 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: &580 value: @@ -92209,10 +92254,10 @@ paths: color: a2eeef default: false headers: - Link: *70 - '301': *362 + Link: *71 + '301': *363 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92228,8 +92273,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: false @@ -92273,12 +92318,12 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *580 - '301': *362 + '301': *363 '404': *6 - '410': *562 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -92295,8 +92340,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: false @@ -92357,12 +92402,12 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *580 - '301': *362 + '301': *363 '404': *6 - '410': *562 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -92379,15 +92424,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *358 - *359 + - *360 - *575 responses: '204': description: Response - '301': *362 + '301': *363 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92406,8 +92451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *358 - *359 + - *360 - *575 - name: name in: path @@ -92421,7 +92466,7 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: value: @@ -92432,9 +92477,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *362 + '301': *363 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92454,8 +92499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: false @@ -92484,7 +92529,7 @@ paths: '204': description: Response '403': *29 - '410': *562 + '410': *33 '404': *6 '422': *15 x-github: @@ -92502,8 +92547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *358 - *359 + - *360 - *575 responses: '204': @@ -92534,20 +92579,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *358 - *359 + - *360 - *575 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *574 - '301': *362 + '301': *363 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92564,8 +92609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *358 - *359 + - *360 - *575 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -92592,13 +92637,13 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: default: *565 headers: - Link: *70 + Link: *71 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92616,8 +92661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: true @@ -92650,16 +92695,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 @@ -92681,8 +92726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *358 - *359 + - *360 - *575 - *566 responses: @@ -92713,8 +92758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: true @@ -92737,7 +92782,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *574 headers: @@ -92772,8 +92817,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *358 - *359 + - *360 - *575 - *17 - *19 @@ -92784,13 +92829,13 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: *577 headers: - Link: *70 + Link: *71 '404': *6 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92818,8 +92863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: true @@ -92847,7 +92892,7 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *574 headers: @@ -92856,7 +92901,7 @@ paths: schema: type: string '403': *29 - '410': *562 + '410': *33 '422': *15 '404': *6 x-github: @@ -92876,8 +92921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *358 - *359 + - *360 - *575 requestBody: required: true @@ -92909,13 +92954,13 @@ paths: description: Response content: application/json: - schema: *88 + schema: *89 examples: default: *574 '403': *29 '404': *6 '422': *7 - '503': *122 + '503': *123 x-github: triggersNotification: true githubCloudOnly: false @@ -92933,8 +92978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *358 - *359 + - *360 - *575 - *17 - *19 @@ -93005,7 +93050,7 @@ paths: issue_url: type: string format: uri - author_association: *85 + author_association: *86 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -93015,9 +93060,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 - reactions: *86 + properties: *84 + required: *85 + reactions: *87 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and @@ -93063,7 +93108,7 @@ paths: properties: type: type: string - issue: *88 + issue: *89 required: - event - created_at @@ -93263,7 +93308,7 @@ paths: type: string body_text: type: string - author_association: *85 + author_association: *86 required: - event - id @@ -93286,7 +93331,7 @@ paths: type: string comments: type: array - items: &628 + items: &629 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93381,7 +93426,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *85 + author_association: *86 _links: type: object properties: @@ -93465,7 +93510,7 @@ paths: enum: - line - file - reactions: *86 + reactions: *87 body_html: type: string example: '"

comment body

"' @@ -93501,7 +93546,7 @@ paths: type: string comments: type: array - items: *490 + items: *491 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -93532,8 +93577,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 required: - id @@ -93576,8 +93621,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 assignee: *4 required: - id @@ -93620,8 +93665,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 state_reason: type: string nullable: true @@ -93799,10 +93844,10 @@ paths: type: User site_admin: true headers: - Link: *70 + Link: *71 '404': *6 '400': *14 - '410': *562 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93819,8 +93864,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -93880,7 +93925,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93896,8 +93941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -93969,8 +94014,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *358 - *359 + - *360 - &611 name: key_id description: The unique identifier of the key. @@ -94003,8 +94048,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *358 - *359 + - *360 - *611 responses: '204': @@ -94025,8 +94070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -94036,11 +94081,11 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *580 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -94059,8 +94104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -94096,7 +94141,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: &612 value: @@ -94130,8 +94175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *358 - *359 + - *360 - name: name in: path required: true @@ -94142,7 +94187,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: *612 '404': *6 @@ -94161,8 +94206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *358 - *359 + - *360 - name: name in: path required: true @@ -94201,7 +94246,7 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: default: value: @@ -94227,8 +94272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *358 - *359 + - *360 - name: name in: path required: true @@ -94254,8 +94299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -94294,9 +94339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *358 - *359 - - *463 + - *360 + - *464 responses: '200': description: Response @@ -94358,8 +94403,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true required: - _links @@ -94441,8 +94486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -94507,8 +94552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -94542,7 +94587,7 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *493 + schema: *494 examples: default: *613 '204': @@ -94569,8 +94614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *358 - *359 + - *360 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -94615,8 +94660,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 examples: default: value: @@ -94655,7 +94700,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -94672,8 +94717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -94774,8 +94819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *358 - *359 + - *360 - &616 name: milestone_number description: The number that identifies the milestone. @@ -94807,8 +94852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *358 - *359 + - *360 - *616 requestBody: required: false @@ -94865,8 +94910,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *358 - *359 + - *360 - *616 responses: '204': @@ -94888,8 +94933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *358 - *359 + - *360 - *616 - *17 - *19 @@ -94900,11 +94945,11 @@ paths: application/json: schema: type: array - items: *87 + items: *88 examples: default: *580 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94921,11 +94966,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *358 - *359 + - *360 - *617 - *618 - - *95 + - *96 - *619 - *17 - *19 @@ -94936,11 +94981,11 @@ paths: application/json: schema: type: array - items: *115 + items: *116 examples: default: *620 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94962,8 +95007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *358 - *359 + - *360 requestBody: required: false content: @@ -95021,8 +95066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -95194,8 +95239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -95253,7 +95298,7 @@ paths: examples: default: *622 '422': *15 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95274,8 +95319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -95353,7 +95398,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95374,14 +95419,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *358 - *359 + - *360 responses: '204': description: Response '422': *15 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95401,8 +95446,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -95487,7 +95532,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95506,8 +95551,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *358 - *359 + - *360 responses: '201': description: Response @@ -95552,8 +95597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -95609,8 +95654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *358 - *359 + - *360 - name: build_id in: path required: true @@ -95643,8 +95688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -95749,8 +95794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *358 - *359 + - *360 - &625 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit @@ -95809,11 +95854,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *358 - *359 + - *360 - *625 responses: - '204': *61 + '204': *62 '404': *6 x-github: githubCloudOnly: false @@ -95838,8 +95883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -96070,7 +96115,7 @@ paths: description: Empty response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -96097,8 +96142,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: - - *358 - *359 + - *360 responses: '200': description: Private vulnerability reporting status @@ -96135,10 +96180,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *358 - *359 + - *360 responses: - '204': *61 + '204': *62 '422': *14 x-github: githubCloudOnly: false @@ -96157,10 +96202,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *358 - *359 + - *360 responses: - '204': *61 + '204': *62 '422': *14 x-github: githubCloudOnly: false @@ -96180,8 +96225,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -96189,7 +96234,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -96220,8 +96265,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: - - *358 - *359 + - *360 requestBody: required: true content: @@ -96233,7 +96278,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: @@ -96283,8 +96328,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *358 - *359 + - *360 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -96344,12 +96389,12 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: default: *626 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '422': *15 x-github: githubCloudOnly: false @@ -96378,8 +96423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -96444,7 +96489,7 @@ paths: description: Response content: application/json: - schema: &630 + schema: &631 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96555,8 +96600,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 @@ -96599,7 +96644,7 @@ paths: items: *4 requested_teams: type: array - items: *350 + items: *351 head: type: object properties: @@ -96607,7 +96652,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: *4 @@ -96624,7 +96669,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: *4 @@ -96637,14 +96682,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 @@ -96654,8 +96699,9 @@ paths: - review_comments - review_comment - self - author_association: *85 + author_association: *86 auto_merge: *627 + stack: *628 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -96841,7 +96887,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &631 + default: &632 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97379,8 +97425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *358 - *359 + - *360 - name: sort in: query required: false @@ -97399,7 +97445,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -97409,9 +97455,9 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: &633 + default: &634 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97463,7 +97509,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97488,17 +97534,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *358 - *359 - - *104 + - *360 + - *105 responses: '200': description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: &629 + default: &630 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97573,9 +97619,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *358 - *359 - - *104 + - *360 + - *105 requestBody: required: true content: @@ -97597,9 +97643,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *629 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97615,9 +97661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *358 - *359 - - *104 + - *360 + - *105 responses: '204': description: Response @@ -97638,9 +97684,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 - 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 pull request review comment. @@ -97666,11 +97712,11 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: default: *565 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -97689,9 +97735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *358 - *359 - - *104 + - *360 + - *105 requestBody: required: true content: @@ -97723,16 +97769,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 @@ -97754,9 +97800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *358 - *359 - - *104 + - *360 + - *105 - *566 responses: '204': @@ -97800,9 +97846,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *358 - *359 - - &632 + - *360 + - &633 name: pull_number description: The number that identifies the pull request. in: path @@ -97815,18 +97861,18 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *630 + schema: *631 examples: - default: *631 - '304': *37 + default: *632 + '304': *38 '404': *6 '406': description: Unacceptable content: application/json: schema: *3 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97852,9 +97898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 requestBody: required: false content: @@ -97896,9 +97942,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *631 + default: *632 '422': *15 '403': *29 x-github: @@ -97920,9 +97966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 requestBody: required: true content: @@ -97982,21 +98028,21 @@ 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 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98022,10 +98068,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *358 - *359 - - *632 - - *112 + - *360 + - *633 + - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -98035,7 +98081,7 @@ paths: enum: - asc - desc - - *95 + - *96 - *17 - *19 responses: @@ -98045,11 +98091,11 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: *633 + default: *634 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98080,9 +98126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 requestBody: required: true content: @@ -98187,7 +98233,7 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: example-for-a-multi-line-comment: value: @@ -98275,10 +98321,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *358 - *359 - - *632 - - *104 + - *360 + - *633 + - *105 requestBody: required: true content: @@ -98300,7 +98346,7 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: default: value: @@ -98386,9 +98432,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 - *17 - *19 responses: @@ -98398,11 +98444,11 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *634 + default: *635 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98430,9 +98476,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *358 - *359 - - *632 + - *360 + - *633 - *17 - *19 responses: @@ -98442,7 +98488,7 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: default: value: @@ -98458,10 +98504,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *70 + Link: *71 '422': *15 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98480,9 +98526,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *358 - *359 - - *632 + - *360 + - *633 responses: '204': description: Response if pull request has been merged @@ -98505,9 +98551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 requestBody: required: false content: @@ -98618,9 +98664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 responses: '200': description: Response @@ -98636,7 +98682,7 @@ paths: items: *4 teams: type: array - items: *210 + items: *211 required: - users - teams @@ -98677,7 +98723,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98695,9 +98741,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 requestBody: required: false content: @@ -98734,7 +98780,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -99270,9 +99316,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 requestBody: required: true content: @@ -99306,7 +99352,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -99822,9 +99868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 - *17 - *19 responses: @@ -99834,7 +99880,7 @@ paths: application/json: schema: type: array - items: &635 + items: &636 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -99903,7 +99949,7 @@ paths: type: string body_text: type: string - author_association: *85 + author_association: *86 required: - id - node_id @@ -99952,7 +99998,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99985,9 +100031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *358 - *359 - - *632 + - *360 + - *633 requestBody: required: false content: @@ -100073,9 +100119,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: &637 + default: &638 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100138,10 +100184,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *358 - *359 - - *632 - - &636 + - *360 + - *633 + - &637 name: review_id description: The unique identifier of the review. in: path @@ -100153,9 +100199,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: &638 + default: &639 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100214,10 +100260,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *358 - *359 - - *632 - - *636 + - *360 + - *633 + - *637 requestBody: required: true content: @@ -100240,7 +100286,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -100302,18 +100348,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *358 - *359 - - *632 - - *636 + - *360 + - *633 + - *637 responses: '200': description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *637 + default: *638 '422': *7 '404': *6 x-github: @@ -100340,10 +100386,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *358 - *359 - - *632 - - *636 + - *360 + - *633 + - *637 - *17 - *19 responses: @@ -100422,13 +100468,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *85 + author_association: *86 _links: type: object properties: - self: *297 - html: *297 - pull_request: *297 + self: *298 + html: *298 + pull_request: *298 required: - self - html @@ -100437,7 +100483,7 @@ paths: type: string body_html: type: string - reactions: *86 + reactions: *87 side: description: The side of the first line of the range for a multi-line comment. @@ -100549,7 +100595,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -100578,10 +100624,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *358 - *359 - - *632 - - *636 + - *360 + - *633 + - *637 requestBody: required: true content: @@ -100609,7 +100655,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -100672,10 +100718,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *358 - *359 - - *632 - - *636 + - *360 + - *633 + - *637 requestBody: required: true content: @@ -100710,9 +100756,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *638 + default: *639 '404': *6 '422': *7 '403': *29 @@ -100734,9 +100780,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *358 - *359 - - *632 + - *360 + - *633 requestBody: required: false content: @@ -100799,8 +100845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *358 - *359 + - *360 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -100813,9 +100859,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &640 + default: &641 value: type: file encoding: base64 @@ -100832,7 +100878,7 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '304': *37 + '304': *38 '404': *6 '422': *15 x-github: @@ -100857,8 +100903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *358 - *359 + - *360 - name: dir description: The alternate path to look for a README file in: path @@ -100878,9 +100924,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '404': *6 '422': *15 x-github: @@ -100902,8 +100948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -100913,7 +100959,7 @@ paths: application/json: schema: type: array - items: *641 + items: *642 examples: default: value: @@ -100987,7 +101033,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -101007,8 +101053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -101084,9 +101130,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: &645 + default: &646 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101191,9 +101237,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *358 - *359 - - &643 + - *360 + - &644 name: asset_id description: The unique identifier of the asset. in: path @@ -101205,9 +101251,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: &644 + default: &645 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 @@ -101242,7 +101288,7 @@ paths: type: User site_admin: false '404': *6 - '302': *510 + '302': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101258,9 +101304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *358 - *359 - - *643 + - *360 + - *644 requestBody: required: false content: @@ -101288,9 +101334,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *644 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101306,9 +101352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *358 - *359 - - *643 + - *360 + - *644 responses: '204': description: Response @@ -101333,8 +101379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -101419,16 +101465,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *358 - *359 + - *360 responses: '200': description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *645 + default: *646 '404': *6 x-github: githubCloudOnly: false @@ -101446,8 +101492,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *358 - *359 + - *360 - name: tag description: tag parameter in: path @@ -101460,9 +101506,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *645 + default: *646 '404': *6 x-github: githubCloudOnly: false @@ -101484,9 +101530,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *358 - *359 - - &646 + - *360 + - &647 name: release_id description: The unique identifier of the release. in: path @@ -101500,9 +101546,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: *641 + schema: *642 examples: - default: *645 + default: *646 '401': description: Unauthorized x-github: @@ -101520,9 +101566,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *358 - *359 - - *646 + - *360 + - *647 requestBody: required: false content: @@ -101586,9 +101632,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *645 + default: *646 '404': description: Not Found if the discussion category name is invalid content: @@ -101609,9 +101655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *358 - *359 - - *646 + - *360 + - *647 responses: '204': description: Response @@ -101632,9 +101678,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *358 - *359 - - *646 + - *360 + - *647 - *17 - *19 responses: @@ -101644,7 +101690,7 @@ paths: application/json: schema: type: array - items: *642 + items: *643 examples: default: value: @@ -101681,7 +101727,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101725,9 +101771,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: - - *358 - *359 - - *646 + - *360 + - *647 - name: name in: query required: true @@ -101753,7 +101799,7 @@ paths: description: Response for successful upload content: application/json: - schema: *642 + schema: *643 examples: response-for-successful-upload: value: @@ -101808,9 +101854,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *358 - *359 - - *646 + - *360 + - *647 - 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. @@ -101834,11 +101880,11 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: default: *565 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -101857,9 +101903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *358 - *359 - - *646 + - *360 + - *647 requestBody: required: true content: @@ -101889,16 +101935,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 @@ -101920,9 +101966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *358 - *359 - - *646 + - *360 + - *647 - *566 responses: '204': @@ -101947,9 +101993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *358 - *359 - - *424 + - *360 + - *425 - *17 - *19 responses: @@ -101965,8 +102011,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *320 - - &647 + - *321 + - &648 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -101985,72 +102031,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *321 - - *647 - allOf: - *322 - - *647 + - *648 - allOf: - *323 - - *647 - - allOf: - *648 - - *647 - allOf: - *324 - - *647 + - *648 + - allOf: + - *649 + - *648 - allOf: - *325 - - *647 + - *648 - allOf: - *326 - - *647 + - *648 - allOf: - *327 - - *647 + - *648 - allOf: - *328 - - *647 + - *648 - allOf: - *329 - - *647 + - *648 - allOf: - *330 - - *647 + - *648 - allOf: - *331 - - *647 + - *648 - allOf: - *332 - - *647 + - *648 - allOf: - *333 - - *647 + - *648 - allOf: - - *338 - - *647 + - *334 + - *648 - allOf: - *339 - - *647 + - *648 - allOf: - *340 - - *647 + - *648 - allOf: - - *649 - - *647 + - *341 + - *648 - allOf: - - *334 - - *647 + - *650 + - *648 - allOf: - *335 - - *647 + - *648 - allOf: - *336 - - *647 + - *648 - allOf: - *337 - - *647 + - *648 + - allOf: + - *338 + - *648 examples: default: value: @@ -102089,8 +102135,8 @@ paths: category: repos subcategory: rules parameters: - - *358 - *359 + - *360 - *17 - *19 - name: includes_parents @@ -102101,7 +102147,7 @@ paths: schema: type: boolean default: true - - *650 + - *651 responses: '200': description: Response @@ -102109,7 +102155,7 @@ paths: application/json: schema: type: array - items: *341 + items: *342 examples: default: value: @@ -102140,7 +102186,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *55 + '500': *56 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -102156,8 +102202,8 @@ paths: category: repos subcategory: rules parameters: - - *358 - *359 + - *360 requestBody: description: Request body required: true @@ -102177,16 +102223,16 @@ paths: - tag - push default: branch - enforcement: *317 + enforcement: *318 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *318 - conditions: *315 + items: *319 + conditions: *316 rules: type: array description: An array of rules within the ruleset. - items: *651 + items: *652 required: - name - enforcement @@ -102217,9 +102263,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: &662 + default: &663 value: id: 42 name: super cool ruleset @@ -102253,7 +102299,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *55 + '500': *56 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -102267,13 +102313,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *358 - *359 - - *652 + - *360 - *653 - *654 - *655 - *656 + - *657 - *17 - *19 responses: @@ -102281,11 +102327,11 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102304,19 +102350,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *358 - *359 - - *659 + - *360 + - *660 responses: '200': description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *661 + default: *662 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102342,8 +102388,8 @@ paths: category: repos subcategory: rules parameters: - - *358 - *359 + - *360 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102363,11 +102409,11 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *662 + default: *663 '404': *6 - '500': *55 + '500': *56 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -102383,8 +102429,8 @@ paths: category: repos subcategory: rules parameters: - - *358 - *359 + - *360 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102409,16 +102455,16 @@ paths: - branch - tag - push - enforcement: *317 + enforcement: *318 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *318 - conditions: *315 + items: *319 + conditions: *316 rules: description: An array of rules within the ruleset. type: array - items: *651 + items: *652 examples: default: value: @@ -102446,12 +102492,12 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *662 + default: *663 '404': *6 '422': *15 - '500': *55 + '500': *56 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -102467,8 +102513,8 @@ paths: category: repos subcategory: rules parameters: - - *358 - *359 + - *360 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102479,7 +102525,7 @@ paths: '204': description: Response '404': *6 - '500': *55 + '500': *56 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -102491,8 +102537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *358 - *359 + - *360 - *17 - *19 - name: ruleset_id @@ -102508,11 +102554,11 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *663 + default: *664 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102529,8 +102575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *358 - *359 + - *360 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102548,7 +102594,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -102581,7 +102627,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102603,9 +102649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *358 - *359 - - *665 + - *360 - *666 - *667 - *668 @@ -102613,10 +102658,10 @@ paths: - *670 - *671 - *672 - - *62 + - *673 + - *63 - *19 - *17 - - *673 - *674 - *675 - *676 @@ -102625,6 +102670,7 @@ paths: - *679 - *680 - *681 + - *682 responses: '200': description: Response @@ -102635,8 +102681,8 @@ paths: items: type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -102644,15 +102690,15 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *682 - resolution: *683 + state: *683 + resolution: *684 resolved_at: type: string format: date-time @@ -102758,7 +102804,7 @@ paths: pull request. ' - oneOf: *684 + oneOf: *685 nullable: true has_more_locations: type: boolean @@ -102900,7 +102946,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102922,20 +102968,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *358 - *359 - - *457 - - *678 + - *360 + - *458 + - *679 responses: '200': description: Response content: application/json: - schema: &685 + schema: &686 type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -102943,14 +102989,14 @@ paths: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *682 - resolution: *683 + state: *683 + resolution: *684 resolved_at: type: string format: date-time @@ -103056,7 +103102,7 @@ paths: pull request. ' - oneOf: *684 + oneOf: *685 nullable: true has_more_locations: type: boolean @@ -103084,7 +103130,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &858 + metadata: &859 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -103130,11 +103176,11 @@ paths: metadata: - key: owner_email value: owner@example.com - '304': *37 + '304': *38 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103157,9 +103203,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *358 - *359 - - *457 + - *360 + - *458 requestBody: required: true content: @@ -103167,8 +103213,8 @@ paths: schema: type: object properties: - state: *682 - resolution: *683 + state: *683 + resolution: *684 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103212,7 +103258,7 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: default: value: @@ -103292,7 +103338,7 @@ paths: description: State does not match the resolution or resolution comment, assignee does not have write access to the repository, or the requested validity change could not be applied to this alert - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -103314,9 +103360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *358 - *359 - - *457 + - *360 + - *458 - *19 - *17 responses: @@ -103327,7 +103373,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &860 + items: &861 type: object properties: type: @@ -103353,7 +103399,6 @@ paths: example: commit details: oneOf: - - *686 - *687 - *688 - *689 @@ -103366,6 +103411,7 @@ paths: - *696 - *697 - *698 + - *699 examples: default: value: @@ -103425,11 +103471,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *70 + Link: *71 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103454,12 +103500,12 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *358 - *359 - - *699 + - *360 - *700 - *701 - - *62 + - *702 + - *63 - *19 - *17 responses: @@ -103469,11 +103515,11 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: - default: *702 + default: *703 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 post: @@ -103494,8 +103540,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -103508,9 +103554,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *703 + items: *704 examples: - default: *704 + default: *705 responses: '201': description: All patterns created successfully. @@ -103522,9 +103568,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *345 + items: *346 examples: - default: *705 + default: *706 '400': *14 '403': *29 '404': *6 @@ -103548,7 +103594,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *706 + items: *707 delete: summary: Bulk delete repository custom patterns description: |- @@ -103567,8 +103613,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -103582,7 +103628,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *707 + items: *708 post_delete_action: type: string description: |- @@ -103595,14 +103641,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *708 + default: *709 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *347 + '412': *348 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -103622,8 +103668,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *358 - *359 + - *360 - name: pattern_id in: path required: true @@ -103634,21 +103680,21 @@ paths: required: true content: application/json: - schema: *709 + schema: *710 examples: - default: *710 + default: *711 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *345 + schema: *346 examples: - default: *711 + default: *712 '400': *14 '403': *29 '404': *6 - '412': *347 + '412': *348 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -103666,8 +103712,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -103675,14 +103721,14 @@ paths: schema: type: object properties: - reason: &713 + reason: &714 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *712 + placeholder_id: *713 required: - reason - placeholder_id @@ -103699,7 +103745,7 @@ paths: schema: type: object properties: - reason: *713 + reason: *714 expire_at: type: string format: date-time @@ -103722,7 +103768,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *122 + '503': *123 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -103745,13 +103791,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *358 - *359 + - *360 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *122 + '503': *123 '200': description: Response content: @@ -103761,7 +103807,7 @@ paths: properties: incremental_scans: type: array - items: &714 + items: &715 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103792,15 +103838,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *714 + items: *715 backfill_scans: type: array - items: *714 + items: *715 custom_pattern_backfill_scans: type: array items: allOf: - - *714 + - *715 - type: object properties: pattern_name: @@ -103813,7 +103859,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *714 + items: *715 examples: default: value: @@ -103878,9 +103924,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *358 - *359 - - *62 + - *360 + - *63 - name: sort description: The property to sort the results by. in: query @@ -103892,8 +103938,8 @@ paths: - updated - published default: created - - *47 - *48 + - *49 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -103923,9 +103969,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: *716 + default: *717 '400': *14 '404': *6 x-github: @@ -103948,8 +103994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -104022,7 +104068,7 @@ paths: login: type: string description: The username of the user credited. - type: *349 + type: *350 required: - login - type @@ -104109,9 +104155,9 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: &718 + default: &719 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104350,8 +104396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -104455,7 +104501,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: default: value: @@ -104608,17 +104654,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *358 - *359 - - *717 + - *360 + - *718 responses: '200': description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: *718 + default: *719 '403': *29 '404': *6 x-github: @@ -104642,9 +104688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *358 - *359 - - *717 + - *360 + - *718 requestBody: required: true content: @@ -104717,7 +104763,7 @@ paths: login: type: string description: The username of the user credited. - type: *349 + type: *350 required: - login - type @@ -104803,17 +104849,17 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: *718 - add_credit: *718 + default: *719 + add_credit: *719 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *132 + schema: *133 examples: invalid_state_transition: value: @@ -104844,11 +104890,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *358 - *359 - - *717 + - *360 + - *718 responses: - '202': *39 + '202': *40 '400': *14 '403': *29 '404': *6 @@ -104873,17 +104919,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *358 - *359 - - *717 + - *360 + - *718 responses: '202': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *363 + default: *364 '400': *14 '422': *15 '403': *29 @@ -104909,8 +104955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -104987,7 +105033,7 @@ paths: type: User site_admin: false headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -105009,8 +105055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *358 - *359 + - *360 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -105019,7 +105065,7 @@ paths: application/json: schema: type: array - items: &719 + items: &720 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -105031,8 +105077,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *39 - '204': *61 + '202': *40 + '204': *62 '422': description: Repository contains more than 10,000 commits x-github: @@ -105052,8 +105098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -105101,8 +105147,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *39 - '204': *61 + '202': *40 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105129,8 +105175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -105203,8 +105249,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *39 - '204': *61 + '202': *40 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105226,8 +105272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *358 - *359 + - *360 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -105381,8 +105427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *358 - *359 + - *360 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -105392,7 +105438,7 @@ paths: application/json: schema: type: array - items: *719 + items: *720 examples: default: value: @@ -105405,7 +105451,7 @@ paths: - - 0 - 2 - 21 - '204': *61 + '204': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105425,8 +105471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *358 - *359 + - *360 - name: sha in: path required: true @@ -105480,7 +105526,7 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: default: value: @@ -105534,8 +105580,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -105547,9 +105593,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105567,14 +105613,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *358 - *359 + - *360 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &721 + schema: &722 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105642,8 +105688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *358 - *359 + - *360 requestBody: required: false content: @@ -105669,7 +105715,7 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: default: value: @@ -105696,8 +105742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -105717,8 +105763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -105774,7 +105820,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105797,8 +105843,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *358 - *359 + - *360 - name: ref in: path required: true @@ -105834,8 +105880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *358 - *359 + - *360 - *17 - *19 responses: @@ -105845,11 +105891,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - default: *275 + default: *276 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -105867,8 +105913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *358 - *359 + - *360 - *19 - *17 responses: @@ -105876,7 +105922,7 @@ paths: description: Response content: application/json: - schema: &722 + schema: &723 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105888,7 +105934,7 @@ paths: required: - names examples: - default: &723 + default: &724 value: names: - octocat @@ -105911,8 +105957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -105943,9 +105989,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *723 + default: *724 '404': *6 '422': *7 x-github: @@ -105966,9 +106012,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *358 - *359 - - &724 + - *360 + - &725 name: per description: The time frame to display results for. in: query @@ -105997,7 +106043,7 @@ paths: example: 128 clones: type: array - items: &725 + items: &726 title: Traffic type: object properties: @@ -106084,8 +106130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -106175,8 +106221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *358 - *359 + - *360 responses: '200': description: Response @@ -106236,9 +106282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *358 - *359 - - *724 + - *360 + - *725 responses: '200': description: Response @@ -106257,7 +106303,7 @@ paths: example: 3782 views: type: array - items: *725 + items: *726 required: - uniques - count @@ -106334,8 +106380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *358 - *359 + - *360 requestBody: required: true content: @@ -106371,7 +106417,7 @@ paths: description: Response content: application/json: - schema: *163 + schema: *164 examples: default: value: @@ -106615,8 +106661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *358 - *359 + - *360 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -106639,8 +106685,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -106662,8 +106708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *358 - *359 + - *360 responses: '204': description: Response @@ -106689,8 +106735,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *358 - *359 + - *360 - name: ref in: path required: true @@ -106782,9 +106828,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *363 + default: *364 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106825,7 +106871,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: value: @@ -106901,7 +106947,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107017,7 +107063,7 @@ paths: html_url: type: string format: uri - repository: *163 + repository: *164 score: type: number file_size: @@ -107035,7 +107081,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &726 + text_matches: &727 title: Search Result Text Matches type: array items: @@ -107148,8 +107194,8 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *37 - '503': *122 + '304': *38 + '503': *123 '422': *15 '403': *29 x-github: @@ -107197,7 +107243,7 @@ paths: enum: - author-date - committer-date - - &727 + - &728 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 @@ -107268,7 +107314,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *422 + properties: *423 nullable: true comment_count: type: integer @@ -107288,7 +107334,7 @@ paths: url: type: string format: uri - verification: *546 + verification: *547 required: - author - committer @@ -107307,7 +107353,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *422 + properties: *423 nullable: true parents: type: array @@ -107320,12 +107366,12 @@ paths: type: string sha: type: string - repository: *163 + repository: *164 score: type: number node_id: type: string - text_matches: *726 + text_matches: *727 required: - sha - node_id @@ -107454,7 +107500,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107517,7 +107563,7 @@ paths: - interactions - created - updated - - *727 + - *728 - *17 - *19 - name: advanced_search @@ -107631,8 +107677,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -107652,8 +107698,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 @@ -107667,7 +107713,7 @@ paths: type: string format: date-time nullable: true - text_matches: *726 + text_matches: *727 pull_request: type: object properties: @@ -107700,10 +107746,10 @@ paths: type: string score: type: number - author_association: *85 + author_association: *86 draft: type: boolean - repository: *82 + repository: *83 body_html: type: string body_text: @@ -107711,7 +107757,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. @@ -107721,17 +107767,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - reactions: *86 + reactions: *87 required: - assignee - closed_at @@ -107929,9 +107975,9 @@ paths: - quoted_text items: - "..." - '503': *122 + '503': *123 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -107983,7 +108029,7 @@ paths: enum: - created - updated - - *727 + - *728 - *17 - *19 responses: @@ -108027,7 +108073,7 @@ paths: nullable: true score: type: number - text_matches: *726 + text_matches: *727 required: - id - node_id @@ -108059,7 +108105,7 @@ paths: default: true description: Something isn't working. score: 1 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -108112,7 +108158,7 @@ paths: - forks - help-wanted-issues - updated - - *727 + - *728 - *17 - *19 responses: @@ -108340,8 +108386,8 @@ paths: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true permissions: type: object @@ -108360,7 +108406,7 @@ paths: - admin - pull - push - text_matches: *726 + text_matches: *727 temp_clone_token: type: string allow_merge_commit: @@ -108562,9 +108608,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *122 + '503': *123 '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108660,7 +108706,7 @@ paths: type: string format: uri nullable: true - text_matches: *726 + text_matches: *727 related: type: array nullable: true @@ -108801,7 +108847,7 @@ paths: featured: true curated: true score: 1 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108851,7 +108897,7 @@ paths: - followers - repositories - joined - - *727 + - *728 - *17 - *19 responses: @@ -108955,7 +109001,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *726 + text_matches: *727 blog: type: string nullable: true @@ -109013,8 +109059,8 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *37 - '503': *122 + '304': *38 + '503': *123 '422': *15 x-github: githubCloudOnly: false @@ -109034,7 +109080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &730 + - &731 name: team_id description: The unique identifier of the team. in: path @@ -109046,9 +109092,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 x-github: githubCloudOnly: false @@ -109075,7 +109121,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *730 + - *731 requestBody: required: true content: @@ -109138,16 +109184,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 '403': *29 @@ -109175,7 +109221,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *730 + - *731 responses: '204': description: Response @@ -109204,7 +109250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *730 + - *731 - *17 - *19 responses: @@ -109214,11 +109260,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109244,7 +109290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *730 + - *731 - name: role description: Filters members returned by their role in the team. in: query @@ -109265,11 +109311,11 @@ paths: application/json: schema: type: array - items: *731 + items: *732 examples: - default: *732 + default: *733 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -109295,8 +109341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *730 - - *74 + - *731 + - *75 responses: '204': description: if user is a member @@ -109332,8 +109378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *730 - - *74 + - *731 + - *75 responses: '204': description: Response @@ -109372,8 +109418,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *730 - - *74 + - *731 + - *75 responses: '204': description: Response @@ -109409,16 +109455,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *730 - - *74 + - *731 + - *75 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - response-if-user-is-a-team-maintainer: *733 + response-if-user-is-a-team-maintainer: *734 '404': *6 x-github: githubCloudOnly: false @@ -109451,8 +109497,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *730 - - *74 + - *731 + - *75 requestBody: required: false content: @@ -109477,9 +109523,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - response-if-users-membership-with-team-is-now-pending: *734 + response-if-users-membership-with-team-is-now-pending: *735 '403': description: Forbidden if team synchronization is set up '422': @@ -109513,8 +109559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *730 - - *74 + - *731 + - *75 responses: '204': description: Response @@ -109541,7 +109587,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *730 + - *731 - *17 - *19 responses: @@ -109551,11 +109597,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -109583,15 +109629,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *730 - - *358 + - *731 - *359 + - *360 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *735 + schema: *736 examples: alternative-response-with-extra-repository-information: value: @@ -109748,9 +109794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *730 - - *358 + - *731 - *359 + - *360 requestBody: required: false content: @@ -109800,9 +109846,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *730 - - *358 + - *731 - *359 + - *360 responses: '204': description: Response @@ -109827,7 +109873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *730 + - *731 - *17 - *19 responses: @@ -109837,11 +109883,11 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: - response-if-child-teams-exist: *736 + response-if-child-teams-exist: *737 headers: - Link: *70 + Link: *71 '404': *6 '403': *29 '422': *15 @@ -109872,7 +109918,7 @@ paths: application/json: schema: oneOf: - - &738 + - &739 title: Private User description: Private User type: object @@ -110075,7 +110121,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *737 + - *738 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -110158,7 +110204,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -110228,7 +110274,7 @@ paths: description: Response content: application/json: - schema: *738 + schema: *739 examples: default: value: @@ -110275,7 +110321,7 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -110307,8 +110353,8 @@ paths: type: array items: *4 examples: - default: *73 - '304': *37 + default: *74 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -110330,7 +110376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *74 + - *75 responses: '204': description: If the user is blocked @@ -110339,7 +110385,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -110358,11 +110404,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -110382,11 +110428,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -110431,11 +110477,11 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: - default: *264 - '304': *37 - '500': *55 + default: *265 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -110572,21 +110618,21 @@ 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 - '503': *122 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110626,7 +110672,7 @@ paths: type: integer secrets: type: array - items: &739 + items: &740 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -110666,9 +110712,9 @@ paths: - visibility - selected_repositories_url examples: - default: *483 + default: *484 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110736,13 +110782,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 responses: '200': description: Response content: application/json: - schema: *739 + schema: *740 examples: default: value: @@ -110772,7 +110818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 requestBody: required: true content: @@ -110817,7 +110863,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -110845,7 +110891,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *171 + - *172 responses: '204': description: Response @@ -110870,7 +110916,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *171 + - *172 responses: '200': description: Response @@ -110886,13 +110932,13 @@ paths: type: integer repositories: type: array - items: *163 + items: *164 examples: - default: *211 + default: *212 '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110913,7 +110959,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *171 + - *172 requestBody: required: true content: @@ -110945,7 +110991,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110967,7 +111013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *171 + - *172 - name: repository_id in: path required: true @@ -110979,7 +111025,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111000,7 +111046,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *171 + - *172 - name: repository_id in: path required: true @@ -111012,7 +111058,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *55 + '500': *56 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111032,17 +111078,17 @@ 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 - '304': *37 - '500': *55 + default: *481 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -111066,7 +111112,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: @@ -111096,9 +111142,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '401': *25 '403': *29 '404': *6 @@ -111120,11 +111166,11 @@ 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': *39 - '304': *37 - '500': *55 + '202': *40 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -111149,13 +111195,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: &740 + schema: &741 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -111196,7 +111242,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &741 + default: &742 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -111204,7 +111250,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *55 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -111228,7 +111274,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 @@ -111241,9 +111287,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *741 + default: *742 '404': *6 x-github: githubCloudOnly: false @@ -111264,7 +111310,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 @@ -111280,11 +111326,11 @@ paths: type: integer machines: type: array - items: *742 + items: *743 examples: - default: *743 - '304': *37 - '500': *55 + default: *744 + '304': *38 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -111311,7 +111357,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: @@ -111361,13 +111407,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *361 + repository: *362 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 @@ -112141,17 +112187,17 @@ 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 - '304': *37 - '500': *55 + default: *481 + '304': *38 + '500': *56 '400': *14 '401': *25 '402': @@ -112161,7 +112207,7 @@ paths: schema: *3 '403': *29 '404': *6 - '409': *54 + '409': *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112181,16 +112227,16 @@ 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 - '500': *55 + default: *481 + '500': *56 '401': *25 '403': *29 '404': *6 @@ -112219,9 +112265,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: &755 + default: &756 value: - id: 197 name: hello_docker @@ -112322,7 +112368,7 @@ paths: application/json: schema: type: array - items: &744 + items: &745 title: Email description: Email type: object @@ -112353,7 +112399,7 @@ paths: primary: true verified: true visibility: private - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112387,17 +112433,17 @@ paths: application/json: schema: type: array - items: *744 + items: *745 examples: - default: &757 + default: &758 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112464,7 +112510,7 @@ paths: application/json: schema: type: array - items: *744 + items: *745 examples: default: value: @@ -112481,7 +112527,7 @@ paths: verified: false visibility: '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112542,7 +112588,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112574,10 +112620,10 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -112607,10 +112653,10 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -112629,7 +112675,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *74 + - *75 responses: '204': description: if the person is followed by the authenticated user @@ -112638,7 +112684,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -112659,11 +112705,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112684,11 +112730,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *74 + - *75 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112720,7 +112766,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: GPG Key description: A unique encryption key type: object @@ -112851,7 +112897,7 @@ paths: - subkeys - revoked examples: - default: &774 + default: &775 value: - id: 3 name: Octocat's GPG Key @@ -112883,8 +112929,8 @@ paths: revoked: false raw_key: string headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112936,9 +112982,9 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: &746 + default: &747 value: id: 3 name: Octocat's GPG Key @@ -112972,7 +113018,7 @@ paths: v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -112995,7 +113041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &747 + - &748 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -113007,11 +113053,11 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: *746 + default: *747 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113032,13 +113078,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *747 + - *748 responses: '204': description: Response '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113175,8 +113221,8 @@ paths: suspended_at: suspended_by: headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -113223,7 +113269,7 @@ paths: type: array items: allOf: - - *82 + - *83 - type: object properties: custom_properties: @@ -113234,12 +113280,12 @@ paths: values. Present for org repos only. additionalProperties: true examples: - default: *155 + default: *156 headers: - Link: *70 + Link: *71 '404': *6 '403': *29 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113260,12 +113306,12 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *152 + - *153 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -113286,12 +113332,12 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *152 + - *153 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 '422': description: Returned when the application is installed on `all` repositories @@ -113320,12 +113366,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: @@ -113349,7 +113395,7 @@ paths: required: true content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -113360,7 +113406,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -113441,7 +113487,7 @@ paths: - closed - all default: open - - *261 + - *262 - name: sort description: What to sort results by. in: query @@ -113453,8 +113499,8 @@ paths: - updated - comments default: created - - *62 - - *95 + - *63 + - *96 - *17 - *19 responses: @@ -113464,13 +113510,13 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *262 + default: *263 headers: - Link: *70 + Link: *71 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113499,7 +113545,7 @@ paths: application/json: schema: type: array - items: &748 + items: &749 title: Key description: Key type: object @@ -113550,8 +113596,8 @@ paths: verified: false read_only: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -113600,9 +113646,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: &749 + default: &750 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -113612,7 +113658,7 @@ paths: verified: false read_only: false '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -113641,11 +113687,11 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *749 + default: *750 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -113670,7 +113716,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -113699,7 +113745,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -113756,7 +113802,7 @@ paths: - id - type - login - plan: *106 + plan: *107 required: - billing_cycle - next_billing_date @@ -113767,7 +113813,7 @@ paths: - account - plan examples: - default: &751 + default: &752 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -113800,8 +113846,8 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '401': *25 '404': *6 x-github: @@ -113829,12 +113875,12 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *751 + default: *752 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -113871,7 +113917,7 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: default: value: @@ -113954,8 +114000,8 @@ paths: type: User site_admin: false headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -113979,13 +114025,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: default: value: @@ -114047,7 +114093,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *78 + - *79 requestBody: required: true content: @@ -114072,9 +114118,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *267 + schema: *268 examples: - default: &752 + default: &753 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -114121,9 +114167,9 @@ paths: processed asynchronously. content: application/json: - schema: *267 + schema: *268 examples: - default: *752 + default: *753 '403': *29 '404': *6 '422': *15 @@ -114152,7 +114198,7 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: value: @@ -114305,8 +114351,8 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -114405,7 +114451,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -114558,7 +114604,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -114585,7 +114631,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 @@ -114598,7 +114644,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -114752,7 +114798,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -114792,11 +114838,11 @@ 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 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -114818,12 +114864,12 @@ 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 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -114847,12 +114893,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *270 - - *753 + - *271 + - *754 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -114872,7 +114918,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: @@ -114882,11 +114928,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 + Link: *71 '404': *6 x-github: githubCloudOnly: false @@ -114901,7 +114947,7 @@ paths: content: application/json: schema: - items: *67 + items: *68 version: '2026-03-10' - changeset: restrict_repo_fields_in_migration_resource patch: @@ -114937,12 +114983,12 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -114981,7 +115027,7 @@ paths: - docker - nuget - container - - *754 + - *755 - *19 - *17 responses: @@ -114991,10 +115037,10 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *755 - '400': *756 + default: *756 + '400': *757 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115014,16 +115060,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: &775 + default: &776 value: id: 40201 name: octo-name @@ -115136,8 +115182,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 @@ -115167,8 +115213,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: @@ -115200,8 +115246,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 @@ -115221,7 +115267,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -115270,15 +115316,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: @@ -115314,9 +115360,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 @@ -115346,9 +115392,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 @@ -115385,12 +115431,12 @@ paths: application/json: schema: type: array - items: *744 + items: *745 examples: - default: *757 + default: *758 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -115498,9 +115544,9 @@ paths: application/json: schema: type: array - items: *82 + items: *83 examples: - default: &764 + default: &765 summary: Default response value: - id: 1296269 @@ -115621,9 +115667,9 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *70 + Link: *71 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -115804,16 +115850,16 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *363 + default: *364 headers: Location: example: https://api.github.com/repos/octocat/Hello-World schema: type: string '401': *25 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -115850,12 +115896,12 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *758 + default: *759 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -115875,14 +115921,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *254 + - *255 responses: '204': description: Response '403': *29 - '409': *54 + '409': *55 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115904,12 +115950,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *254 + - *255 responses: '204': description: Response - '409': *54 - '304': *37 + '409': *55 + '304': *38 '404': *6 '403': *29 x-github: @@ -115937,7 +115983,7 @@ paths: application/json: schema: type: array - items: &759 + items: &760 title: Social account description: Social media account type: object @@ -115952,13 +115998,13 @@ paths: - provider - url examples: - default: &760 + default: &761 value: - provider: twitter url: https://twitter.com/github headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -116014,11 +116060,11 @@ paths: application/json: schema: type: array - items: *759 + items: *760 examples: - default: *760 + default: *761 '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -116071,7 +116117,7 @@ paths: '204': description: Response '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -116103,7 +116149,7 @@ paths: application/json: schema: type: array - items: &761 + items: &762 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -116123,7 +116169,7 @@ paths: - title - created_at examples: - default: &792 + default: &793 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116134,8 +116180,8 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -116187,16 +116233,16 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: &762 + default: &763 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -116219,7 +116265,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: - - &763 + - &764 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -116231,11 +116277,11 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: *762 + default: *763 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -116256,11 +116302,11 @@ 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: - - *763 + - *764 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -116285,7 +116331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &793 + - &794 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 @@ -116298,7 +116344,7 @@ paths: - created - updated default: created - - *62 + - *63 - *17 - *19 responses: @@ -116308,13 +116354,13 @@ paths: application/json: schema: type: array - items: *82 + items: *83 examples: - default-response: *764 + default-response: *765 application/vnd.github.v3.star+json: schema: type: array - items: &794 + items: &795 title: Starred Repository description: Starred Repository type: object @@ -116322,7 +116368,7 @@ paths: starred_at: type: string format: date-time - repo: *82 + repo: *83 required: - starred_at - repo @@ -116450,8 +116496,8 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -116470,8 +116516,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: - - *358 - *359 + - *360 responses: '204': description: Response if this repository is starred by you @@ -116481,7 +116527,7 @@ paths: application/json: schema: *3 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -116499,15 +116545,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *358 - *359 + - *360 responses: '204': description: Response '403': *29 '404': *6 '401': *25 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116524,14 +116570,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *358 - *359 + - *360 responses: '204': description: Response '404': *6 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -116558,12 +116604,12 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -116597,7 +116643,7 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: default: value: @@ -116648,8 +116694,8 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '404': *6 '403': *29 x-github: @@ -116675,7 +116721,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *108 + - *109 responses: '200': description: Response @@ -116683,10 +116729,10 @@ paths: application/json: schema: oneOf: + - *739 - *738 - - *737 examples: - default-response: &768 + default-response: &769 summary: Default response value: login: octocat @@ -116721,7 +116767,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &769 + response-with-git-hub-plan-information: &770 summary: Response with GitHub plan information value: login: octocat @@ -116778,14 +116824,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &766 + - &767 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. @@ -116819,10 +116865,10 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - draft_issue: *301 - '304': *37 + draft_issue: *302 + '304': *38 '403': *29 '401': *25 x-github: @@ -116844,7 +116890,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *765 + - *766 - *17 responses: '200': @@ -116855,13 +116901,13 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116879,8 +116925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *766 - - *294 + - *767 + - *295 requestBody: required: true content: @@ -116951,18 +116997,18 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *767 + schema: *768 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 - '304': *37 + value: *306 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -116995,7 +117041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *74 + - *75 responses: '200': description: Response @@ -117003,11 +117049,11 @@ paths: application/json: schema: oneOf: + - *739 - *738 - - *737 examples: - default-response: *768 - response-with-git-hub-plan-information: *769 + default-response: *769 + response-with-git-hub-plan-information: *770 '404': *6 x-github: githubCloudOnly: false @@ -117031,9 +117077,9 @@ paths: url: https://docs.github.com/rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *47 - *48 - - *74 + - *49 + - *75 requestBody: required: true content: @@ -117057,8 +117103,8 @@ paths: required: - subject_digests examples: - default: *770 - withPredicateType: *771 + default: *771 + withPredicateType: *772 responses: '200': description: Response @@ -117111,7 +117157,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *772 + default: *773 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117144,7 +117190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *74 + - *75 requestBody: required: true content: @@ -117209,7 +117255,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *74 + - *75 - name: subject_digest description: Subject Digest in: path @@ -117240,7 +117286,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *74 + - *75 - name: attestation_id description: Attestation ID in: path @@ -117276,9 +117322,9 @@ paths: url: https://docs.github.com/rest/users/attestations#list-attestations parameters: - *17 - - *47 - *48 - - *74 + - *49 + - *75 - name: subject_digest description: Subject Digest in: path @@ -117331,12 +117377,12 @@ paths: initiator: type: string examples: - default: *418 + default: *419 '201': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -117378,7 +117424,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *74 + - *75 - name: per_page description: The number of results per page (max 100). in: query @@ -117412,7 +117458,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: *204 + items: *205 examples: default: summary: Example response for listing user copilot spaces @@ -117511,7 +117557,7 @@ paths: html_url: https://github.com/copilot/spaces/octocat/2 api_url: https://api.github.com/user/1/copilot-spaces/2 headers: - Link: *70 + Link: *71 '403': *29 '404': *6 x-github: @@ -117533,7 +117579,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *74 + - *75 requestBody: required: true content: @@ -117624,9 +117670,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: &773 + default: &774 summary: Example response for a user copilot space value: id: 42 @@ -117713,7 +117759,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117725,9 +117771,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *773 + default: *774 '403': *29 '404': *6 x-github: @@ -117749,7 +117795,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117848,9 +117894,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *773 + default: *774 '403': *29 '404': *6 '422': *15 @@ -117873,7 +117919,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117907,7 +117953,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -117927,7 +117973,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: *206 + items: *207 examples: default: value: @@ -118023,7 +118069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -118070,7 +118116,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -118130,7 +118176,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -118181,7 +118227,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -118243,7 +118289,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -118291,7 +118337,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -118311,7 +118357,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: *207 + items: *208 examples: default: value: @@ -118349,7 +118395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -118403,7 +118449,7 @@ paths: description: Resource created content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -118419,7 +118465,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -118454,7 +118500,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -118472,7 +118518,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -118504,7 +118550,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -118539,7 +118585,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -118572,7 +118618,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *74 + - *75 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -118608,7 +118654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *74 + - *75 responses: '200': description: Response @@ -118616,9 +118662,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *755 + default: *756 '403': *29 '401': *25 x-github: @@ -118641,7 +118687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118651,7 +118697,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -118713,8 +118759,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *74 - - *78 + - *75 + - *79 - *17 - *19 responses: @@ -118724,7 +118770,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -118801,7 +118847,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118811,7 +118857,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -118869,7 +118915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118881,9 +118927,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118900,7 +118946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *74 + - *75 - *17 - *19 responses: @@ -118912,9 +118958,9 @@ paths: type: array items: *4 examples: - default: *73 + default: *74 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118931,7 +118977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *74 + - *75 - name: target_user in: path required: true @@ -118958,8 +119004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *74 - - *95 + - *75 + - *96 - *17 - *19 responses: @@ -118969,11 +119015,11 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *97 + default: *98 headers: - Link: *70 + Link: *71 '422': *15 x-github: githubCloudOnly: false @@ -118992,7 +119038,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119002,11 +119048,11 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *774 + default: *775 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119028,7 +119074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *74 + - *75 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -119100,7 +119146,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *74 + - *75 responses: '200': description: Response @@ -119108,7 +119154,7 @@ paths: application/json: schema: *22 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119126,7 +119172,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119161,7 +119207,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119181,7 +119227,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -119191,11 +119237,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *119 + default: *120 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119232,8 +119278,8 @@ paths: - docker - nuget - container - - *754 - - *74 + - *755 + - *75 - *19 - *17 responses: @@ -119243,12 +119289,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *755 + default: *756 '403': *29 '401': *25 - '400': *756 + '400': *757 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119268,17 +119314,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *278 - *279 - - *74 + - *280 + - *75 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *775 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119299,9 +119345,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *278 - *279 - - *74 + - *280 + - *75 responses: '204': description: Response @@ -119333,9 +119379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *278 - *279 - - *74 + - *280 + - *75 - name: token description: package token schema: @@ -119367,9 +119413,9 @@ 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 - - *74 + - *280 + - *75 responses: '200': description: Response @@ -119377,7 +119423,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -119435,16 +119481,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 - - *74 + - *280 + - *282 + - *75 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -119479,10 +119525,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *278 - *279 - - *74 - - *281 + - *280 + - *75 + - *282 responses: '204': description: Response @@ -119514,10 +119560,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *278 - *279 - - *74 - - *281 + - *280 + - *75 + - *282 responses: '204': description: Response @@ -119541,15 +119587,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *74 + - *75 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -119558,12 +119604,12 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -119582,19 +119628,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *294 - - *74 + - *295 + - *75 responses: '200': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -119613,11 +119659,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *294 - - *74 + - *295 + - *75 - *17 - - *47 - *48 + - *49 responses: '200': description: Response @@ -119625,12 +119671,12 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *776 + default: *777 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -119648,8 +119694,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *74 - - *294 + - *75 + - *295 requestBody: required: true content: @@ -119687,7 +119733,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *777 + items: *778 required: - name - data_type @@ -119703,7 +119749,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *778 + iteration_configuration: *779 required: - name - data_type @@ -119725,21 +119771,21 @@ paths: value: name: Due date data_type: date - single_select_field: *779 - iteration_field: *780 + single_select_field: *780 + iteration_field: *781 responses: '201': description: Response content: application/json: - schema: *298 + schema: *299 examples: - text_field: *781 - number_field: *782 - date_field: *783 - single_select_field: *784 - iteration_field: *785 - '304': *37 + text_field: *782 + number_field: *783 + date_field: *784 + single_select_field: *785 + iteration_field: *786 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -119759,20 +119805,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *294 - - *786 - - *74 + - *295 + - *787 + - *75 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *787 + default: *788 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -119792,10 +119838,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *294 - - *74 - - *47 + - *295 + - *75 - *48 + - *49 - *17 - 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) @@ -119825,12 +119871,12 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -119848,8 +119894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *74 - - *294 + - *75 + - *295 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -119919,23 +119965,23 @@ 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 - '304': *37 + value: *302 + '304': *38 '403': *29 '401': *25 x-github: @@ -119954,9 +120000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *294 - - *74 - - *304 + - *295 + - *75 + - *305 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -119976,12 +120022,12 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 x-github: @@ -119999,9 +120045,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *294 - - *74 - - *304 + - *295 + - *75 + - *305 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -120071,13 +120117,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 @@ -120097,9 +120143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *294 - - *74 - - *304 + - *295 + - *75 + - *305 responses: '204': description: Response @@ -120121,9 +120167,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *294 - - *74 - - *788 + - *295 + - *75 + - *789 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120139,8 +120185,8 @@ paths: maxItems: 50 items: type: string - - *47 - *48 + - *49 - *17 responses: '200': @@ -120149,12 +120195,12 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: - Link: *70 - '304': *37 + Link: *71 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -120179,7 +120225,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -120189,7 +120235,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -120254,7 +120300,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -120264,7 +120310,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -120327,7 +120373,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *74 + - *75 - name: type description: Limit results to repositories of the specified type. in: query @@ -120370,11 +120416,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120394,12 +120440,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-ai-credit-usage-report-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *128 + - *127 - *129 + - *130 responses: '200': description: Response when getting a billing AI credit usage report @@ -120506,8 +120552,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120527,12 +120573,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *128 + - *127 - *129 + - *130 responses: '200': description: Response when getting a billing premium request usage report @@ -120639,8 +120685,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120660,10 +120706,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *74 - - *124 - - *789 - - *126 + - *75 + - *125 + - *790 + - *127 responses: '200': description: Response when getting a billing usage report @@ -120733,8 +120779,8 @@ paths: repositoryName: user/example '400': *14 '403': *29 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120757,13 +120803,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *74 - - *124 + - *75 - *125 - *126 - - *790 - - *129 + - *127 - *791 + - *130 + - *792 responses: '200': description: Response when getting a billing usage summary @@ -120868,8 +120914,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *55 - '503': *122 + '500': *56 + '503': *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120887,7 +120933,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -120897,11 +120943,11 @@ paths: application/json: schema: type: array - items: *759 + items: *760 examples: - default: *760 + default: *761 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120919,7 +120965,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -120929,11 +120975,11 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: *792 + default: *793 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120955,9 +121001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *74 - - *793 - - *62 + - *75 + - *794 + - *63 - *17 - *19 responses: @@ -120968,13 +121014,13 @@ paths: schema: anyOf: - type: array - items: *794 + items: *795 - type: array - items: *82 + items: *83 examples: - default-response: *764 + default-response: *765 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120991,7 +121037,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *74 + - *75 - *17 - *19 responses: @@ -121001,11 +121047,11 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *282 + default: *283 headers: - Link: *70 + Link: *71 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -121131,7 +121177,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &795 + enterprise: &796 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121189,7 +121235,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &796 + installation: &797 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121208,7 +121254,7 @@ x-webhooks: required: - id - node_id - organization: &797 + organization: &798 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121268,13 +121314,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &798 + repository: &799 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: &830 + properties: &831 id: description: Unique identifier of the repository example: 42 @@ -121294,8 +121340,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *91 - required: *92 + properties: *92 + required: *93 nullable: true organization: title: Simple User @@ -121969,7 +122015,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &831 + required: &832 - archive_url - assignees_url - blobs_url @@ -122043,7 +122089,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &832 + x-github-breaking-changes: &833 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -122134,10 +122180,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -122213,11 +122259,11 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - rule: &799 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + rule: &800 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) @@ -122440,11 +122486,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - rule: *799 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + rule: *800 sender: *4 required: - action @@ -122627,11 +122673,11 @@ x-webhooks: - everyone required: - from - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - rule: *799 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + rule: *800 sender: *4 required: - action @@ -122715,7 +122761,7 @@ x-webhooks: type: string enum: - completed - check_run: &801 + check_run: &802 title: CheckRun description: A check performed on the code of a given code change type: object @@ -122768,8 +122814,8 @@ x-webhooks: type: string pull_requests: type: array - items: *93 - repository: *163 + items: *94 + repository: *164 status: example: completed type: string @@ -122806,7 +122852,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *800 + deployment: *801 details_url: example: https://example.com type: string @@ -122856,7 +122902,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *93 + items: *94 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -122891,10 +122937,10 @@ x-webhooks: - output - app - pull_requests - installation: *796 - enterprise: *795 - organization: *797 - repository: *798 + installation: *797 + enterprise: *796 + organization: *798 + repository: *799 sender: *4 required: - check_run @@ -123285,11 +123331,11 @@ x-webhooks: type: string enum: - created - check_run: *801 - installation: *796 - enterprise: *795 - organization: *797 - repository: *798 + check_run: *802 + installation: *797 + enterprise: *796 + organization: *798 + repository: *799 sender: *4 required: - check_run @@ -123683,11 +123729,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *801 - installation: *796 - enterprise: *795 - organization: *797 - repository: *798 + check_run: *802 + installation: *797 + enterprise: *796 + organization: *798 + repository: *799 requested_action: description: The action requested by the user. type: object @@ -124090,11 +124136,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *801 - installation: *796 - enterprise: *795 - organization: *797 - repository: *798 + check_run: *802 + installation: *797 + enterprise: *796 + organization: *798 + repository: *799 sender: *4 required: - check_run @@ -125064,10 +125110,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -125766,10 +125812,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -126462,10 +126508,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -126631,7 +126677,7 @@ x-webhooks: required: - login - id - dismissed_comment: *452 + dismissed_comment: *453 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -126776,20 +126822,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &802 + commit_oid: &803 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: *795 - installation: *796 - organization: *797 - ref: &803 + enterprise: *796 + installation: *797 + organization: *798 + ref: &804 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: *798 + repository: *799 sender: *4 required: - action @@ -126954,7 +127000,7 @@ x-webhooks: required: - login - id - dismissed_comment: *452 + dismissed_comment: *453 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127184,12 +127230,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *802 - enterprise: *795 - installation: *796 - organization: *797 - ref: *803 - repository: *798 + commit_oid: *803 + enterprise: *796 + installation: *797 + organization: *798 + ref: *804 + repository: *799 sender: *4 required: - action @@ -127284,7 +127330,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *452 + dismissed_comment: *453 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -127455,12 +127501,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *802 - enterprise: *795 - installation: *796 - organization: *797 - ref: *803 - repository: *798 + commit_oid: *803 + enterprise: *796 + installation: *797 + organization: *798 + ref: *804 + repository: *799 sender: *4 required: - action @@ -127626,7 +127672,7 @@ x-webhooks: required: - login - id - dismissed_comment: *452 + dismissed_comment: *453 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127792,12 +127838,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *802 - enterprise: *795 - installation: *796 - organization: *797 - ref: *803 - repository: *798 + commit_oid: *803 + enterprise: *796 + installation: *797 + organization: *798 + ref: *804 + repository: *799 sender: *4 required: - action @@ -127896,7 +127942,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *452 + dismissed_comment: *453 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128071,16 +128117,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 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: *798 + repository: *799 sender: *4 required: - action @@ -128177,7 +128223,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *452 + dismissed_comment: *453 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128317,12 +128363,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *802 - enterprise: *795 - installation: *796 - organization: *797 - ref: *803 - repository: *798 + commit_oid: *803 + enterprise: *796 + installation: *797 + organization: *798 + ref: *804 + repository: *799 sender: *4 required: - action @@ -128488,7 +128534,7 @@ x-webhooks: required: - login - id - dismissed_comment: *452 + dismissed_comment: *453 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128633,10 +128679,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -128891,10 +128937,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -128974,18 +129020,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *797 - pusher_type: &804 + organization: *798 + pusher_type: &805 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &805 + ref: &806 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -128995,7 +129041,7 @@ x-webhooks: enum: - tag - branch - repository: *798 + repository: *799 sender: *4 required: - ref @@ -129077,10 +129123,10 @@ x-webhooks: type: string enum: - created - definition: *306 - enterprise: *795 - installation: *796 - organization: *797 + definition: *307 + enterprise: *796 + installation: *797 + organization: *798 sender: *4 required: - action @@ -129165,9 +129211,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 sender: *4 required: - action @@ -129244,10 +129290,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *306 - enterprise: *795 - installation: *796 - organization: *797 + definition: *307 + enterprise: *796 + installation: *797 + organization: *798 sender: *4 required: - action @@ -129324,10 +129370,10 @@ x-webhooks: type: string enum: - updated - definition: *306 - enterprise: *795 - installation: *796 - organization: *797 + definition: *307 + enterprise: *796 + installation: *797 + organization: *798 sender: *4 required: - action @@ -129404,19 +129450,19 @@ x-webhooks: type: string enum: - updated - enterprise: *795 - installation: *796 - repository: *798 - organization: *797 + enterprise: *796 + installation: *797 + repository: *799 + organization: *798 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 @@ -129492,18 +129538,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *795 - installation: *796 - organization: *797 - pusher_type: *804 - ref: *805 + enterprise: *796 + installation: *797 + organization: *798 + pusher_type: *805 + ref: *806 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *798 + repository: *799 sender: *4 required: - ref @@ -129583,11 +129629,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *516 - installation: *796 - organization: *797 - enterprise: *795 - repository: *798 + alert: *517 + installation: *797 + organization: *798 + enterprise: *796 + repository: *799 sender: *4 required: - action @@ -129667,11 +129713,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *516 - installation: *796 - organization: *797 - enterprise: *795 - repository: *798 + alert: *517 + installation: *797 + organization: *798 + enterprise: *796 + repository: *799 sender: *4 required: - action @@ -129752,11 +129798,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *516 - installation: *796 - organization: *797 - enterprise: *795 - repository: *798 + alert: *517 + installation: *797 + organization: *798 + enterprise: *796 + repository: *799 sender: *4 required: - action @@ -129837,11 +129883,11 @@ x-webhooks: type: string enum: - created - alert: *516 - installation: *796 - organization: *797 - enterprise: *795 - repository: *798 + alert: *517 + installation: *797 + organization: *798 + enterprise: *796 + repository: *799 sender: *4 required: - action @@ -129920,11 +129966,11 @@ x-webhooks: type: string enum: - dismissed - alert: *516 - installation: *796 - organization: *797 - enterprise: *795 - repository: *798 + alert: *517 + installation: *797 + organization: *798 + enterprise: *796 + repository: *799 sender: *4 required: - action @@ -130003,11 +130049,11 @@ x-webhooks: type: string enum: - fixed - alert: *516 - installation: *796 - organization: *797 - enterprise: *795 - repository: *798 + alert: *517 + installation: *797 + organization: *798 + enterprise: *796 + repository: *799 sender: *4 required: - action @@ -130087,11 +130133,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *516 - installation: *796 - organization: *797 - enterprise: *795 - repository: *798 + alert: *517 + installation: *797 + organization: *798 + enterprise: *796 + repository: *799 sender: *4 required: - action @@ -130170,11 +130216,11 @@ x-webhooks: type: string enum: - reopened - alert: *516 - installation: *796 - organization: *797 - enterprise: *795 - repository: *798 + alert: *517 + installation: *797 + organization: *798 + enterprise: *796 + repository: *799 sender: *4 required: - action @@ -130251,9 +130297,9 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - key: &806 + enterprise: *796 + installation: *797 + key: &807 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -130289,8 +130335,8 @@ x-webhooks: - verified - created_at - read_only - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -130367,11 +130413,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - key: *806 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + key: *807 + organization: *798 + repository: *799 sender: *4 required: - action @@ -130927,12 +130973,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - workflow: &812 + workflow: &813 title: Workflow type: object nullable: true @@ -131673,15 +131719,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *807 - required: *808 + properties: *808 + required: *809 nullable: true pull_requests: type: array - items: *630 - repository: *798 - organization: *797 - installation: *796 + items: *631 + repository: *799 + organization: *798 + installation: *797 sender: *4 responses: '200': @@ -131752,7 +131798,7 @@ x-webhooks: type: string enum: - approved - approver: &809 + approver: &810 type: object properties: avatar_url: @@ -131795,11 +131841,11 @@ x-webhooks: type: string comment: type: string - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - reviewers: &810 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + reviewers: &811 type: array items: type: object @@ -131878,7 +131924,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &811 + workflow_job_run: &812 type: object properties: conclusion: @@ -132609,18 +132655,18 @@ x-webhooks: type: string enum: - rejected - approver: *809 + approver: *810 comment: type: string - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - reviewers: *810 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + reviewers: *811 sender: *4 since: type: string - workflow_job_run: *811 + workflow_job_run: *812 workflow_job_runs: type: array items: @@ -133324,13 +133370,13 @@ x-webhooks: type: string enum: - requested - enterprise: *795 + enterprise: *796 environment: type: string - installation: *796 - organization: *797 - repository: *798 - requestor: &817 + installation: *797 + organization: *798 + repository: *799 + requestor: &818 title: User type: object nullable: true @@ -135219,12 +135265,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Deployment Workflow Run type: object @@ -135904,7 +135950,7 @@ x-webhooks: type: string enum: - answered - answer: &815 + answer: &816 type: object properties: author_association: @@ -136061,11 +136107,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -136192,11 +136238,11 @@ x-webhooks: - from required: - category - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -136279,11 +136325,11 @@ x-webhooks: type: string enum: - closed - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -136365,7 +136411,7 @@ x-webhooks: type: string enum: - created - comment: &814 + comment: &815 type: object properties: author_association: @@ -136522,11 +136568,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -136609,12 +136655,12 @@ x-webhooks: type: string enum: - deleted - comment: *814 - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + comment: *815 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -136709,12 +136755,12 @@ x-webhooks: - from required: - body - comment: *814 - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + comment: *815 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -136798,11 +136844,11 @@ x-webhooks: type: string enum: - created - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -136884,11 +136930,11 @@ x-webhooks: type: string enum: - deleted - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -136988,11 +137034,11 @@ x-webhooks: type: string required: - from - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137074,10 +137120,10 @@ x-webhooks: type: string enum: - labeled - discussion: *813 - enterprise: *795 - installation: *796 - label: &816 + discussion: *814 + enterprise: *796 + installation: *797 + label: &817 title: Label type: object properties: @@ -137109,8 +137155,8 @@ x-webhooks: - color - default - description - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137193,11 +137239,11 @@ x-webhooks: type: string enum: - locked - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137279,11 +137325,11 @@ x-webhooks: type: string enum: - pinned - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137365,11 +137411,11 @@ x-webhooks: type: string enum: - reopened - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137454,16 +137500,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *813 - new_repository: *798 + new_discussion: *814 + new_repository: *799 required: - new_discussion - new_repository - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137546,10 +137592,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *813 - old_answer: *815 - organization: *797 - repository: *798 + discussion: *814 + old_answer: *816 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137631,12 +137677,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *813 - enterprise: *795 - installation: *796 - label: *816 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + label: *817 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137719,11 +137765,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137805,11 +137851,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *813 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + discussion: *814 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -137882,7 +137928,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *795 + enterprise: *796 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -138542,9 +138588,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *796 - organization: *797 - repository: *798 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - forkee @@ -138690,9 +138736,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 pages: description: The pages that were updated. type: array @@ -138729,7 +138775,7 @@ x-webhooks: - action - sha - html_url - repository: *798 + repository: *799 sender: *4 required: - pages @@ -138805,10 +138851,10 @@ x-webhooks: type: string enum: - created - enterprise: *795 + enterprise: *796 installation: *22 - organization: *797 - repositories: &818 + organization: *798 + repositories: &819 description: An array of repository objects that the installation can access. type: array @@ -138834,8 +138880,8 @@ x-webhooks: - name - full_name - private - repository: *798 - requester: *817 + repository: *799 + requester: *818 sender: *4 required: - action @@ -138910,11 +138956,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 + enterprise: *796 installation: *22 - organization: *797 - repositories: *818 - repository: *798 + organization: *798 + repositories: *819 + repository: *799 requester: nullable: true sender: *4 @@ -138990,11 +139036,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *795 + enterprise: *796 installation: *22 - organization: *797 - repositories: *818 - repository: *798 + organization: *798 + repositories: *819 + repository: *799 requester: nullable: true sender: *4 @@ -139070,10 +139116,10 @@ x-webhooks: type: string enum: - added - enterprise: *795 + enterprise: *796 installation: *22 - organization: *797 - repositories_added: &819 + organization: *798 + repositories_added: &820 description: An array of repository objects, which were added to the installation. type: array @@ -139119,15 +139165,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *798 - repository_selection: &820 + repository: *799 + repository_selection: &821 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *817 + requester: *818 sender: *4 required: - action @@ -139206,10 +139252,10 @@ x-webhooks: type: string enum: - removed - enterprise: *795 + enterprise: *796 installation: *22 - organization: *797 - repositories_added: *819 + organization: *798 + repositories_added: *820 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -139236,9 +139282,9 @@ x-webhooks: - name - full_name - private - repository: *798 - repository_selection: *820 - requester: *817 + repository: *799 + repository_selection: *821 + requester: *818 sender: *4 required: - action @@ -139317,11 +139363,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *795 + enterprise: *796 installation: *22 - organization: *797 - repositories: *818 - repository: *798 + organization: *798 + repositories: *819 + repository: *799 requester: nullable: true sender: *4 @@ -139499,10 +139545,10 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 target_type: type: string @@ -139581,11 +139627,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *795 + enterprise: *796 installation: *22 - organization: *797 - repositories: *818 - repository: *798 + organization: *798 + repositories: *819 + repository: *799 requester: nullable: true sender: *4 @@ -139709,8 +139755,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *83 - required: *84 + properties: *84 + required: *85 reactions: title: Reactions type: object @@ -139852,8 +139898,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140642,8 +140688,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140659,7 +140705,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -140992,8 +141038,8 @@ x-webhooks: - state - locked - assignee - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -141073,7 +141119,7 @@ x-webhooks: type: string enum: - deleted - comment: &821 + comment: &822 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -141253,8 +141299,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142039,8 +142085,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142056,7 +142102,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -142391,8 +142437,8 @@ x-webhooks: - state - locked - assignee - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -142472,7 +142518,7 @@ x-webhooks: type: string enum: - edited - changes: &851 + changes: &852 description: The changes to the comment. type: object properties: @@ -142484,9 +142530,9 @@ x-webhooks: type: string required: - from - comment: *821 - enterprise: *795 - installation: *796 + comment: *822 + enterprise: *796 + installation: *797 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143274,8 +143320,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143291,7 +143337,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -143624,8 +143670,8 @@ x-webhooks: - state - locked - assignee - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -143706,9 +143752,9 @@ x-webhooks: type: string enum: - pinned - comment: *821 - enterprise: *795 - installation: *796 + comment: *822 + enterprise: *796 + installation: *797 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144498,8 +144544,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144515,7 +144561,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -144850,8 +144896,8 @@ x-webhooks: - state - locked - assignee - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -144931,9 +144977,9 @@ x-webhooks: type: string enum: - unpinned - comment: *821 - enterprise: *795 - installation: *796 + comment: *822 + enterprise: *796 + installation: *797 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -145723,8 +145769,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145740,7 +145786,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -146075,8 +146121,8 @@ x-webhooks: - state - locked - assignee - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -146159,15 +146205,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 + blocked_issue: *89 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - blocking_issue_repo: *82 - installation: *796 - organization: *797 - repository: *798 + blocking_issue: *89 + blocking_issue_repo: *83 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -146250,15 +146296,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 + blocked_issue: *89 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - blocking_issue_repo: *82 - installation: *796 - organization: *797 - repository: *798 + blocking_issue: *89 + blocking_issue_repo: *83 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -146340,15 +146386,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 - blocked_issue_repo: *82 + blocked_issue: *89 + blocked_issue_repo: *83 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - installation: *796 - organization: *797 - repository: *798 + blocking_issue: *89 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -146431,15 +146477,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *88 - blocked_issue_repo: *82 + blocked_issue: *89 + blocked_issue_repo: *83 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *88 - installation: *796 - organization: *797 - repository: *798 + blocking_issue: *89 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -146519,10 +146565,10 @@ x-webhooks: type: string enum: - assigned - assignee: *817 - enterprise: *795 - installation: *796 - issue: &822 + assignee: *818 + enterprise: *796 + installation: *797 + issue: &823 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147311,11 +147357,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -147334,7 +147380,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -147435,8 +147481,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -147516,8 +147562,8 @@ x-webhooks: type: string enum: - closed - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148311,11 +148357,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -148334,7 +148380,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -148570,8 +148616,8 @@ x-webhooks: required: - state - closed_at - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -148650,8 +148696,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149436,11 +149482,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -149459,7 +149505,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -149559,8 +149605,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -149639,8 +149685,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150447,11 +150493,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -150470,7 +150516,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -150549,7 +150595,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &823 + milestone: &824 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150687,8 +150733,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -150787,8 +150833,8 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151577,11 +151623,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -151597,7 +151643,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -151701,9 +151747,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *816 - organization: *797 - repository: *798 + label: *817 + organization: *798 + repository: *799 sender: *4 required: - action @@ -151783,9 +151829,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *795 - installation: *796 - issue: *822 + enterprise: *796 + installation: *797 + issue: *823 issue_field: type: object description: The issue field whose value was set or updated on the @@ -151939,8 +151985,8 @@ x-webhooks: - id required: - from - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -152020,9 +152066,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *795 - installation: *796 - issue: *822 + enterprise: *796 + installation: *797 + issue: *823 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -152103,8 +152149,8 @@ x-webhooks: nullable: true required: - id - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -152184,8 +152230,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152973,11 +153019,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -152993,7 +153039,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -153097,9 +153143,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *816 - organization: *797 - repository: *798 + label: *817 + organization: *798 + repository: *799 sender: *4 required: - action @@ -153179,8 +153225,8 @@ x-webhooks: type: string enum: - locked - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153992,11 +154038,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -154012,7 +154058,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -154093,8 +154139,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -154173,8 +154219,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154980,11 +155026,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -155003,7 +155049,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -155081,9 +155127,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *823 - organization: *797 - repository: *798 + milestone: *824 + organization: *798 + repository: *799 sender: *4 required: - action @@ -155946,8 +155992,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -155978,8 +156024,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true user: title: User @@ -156051,7 +156097,7 @@ x-webhooks: required: - login - id - type: *258 + type: *259 required: - id - number @@ -156531,8 +156577,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157316,8 +157362,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -157336,7 +157382,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -157349,8 +157395,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true user: title: User @@ -157444,8 +157490,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -157525,9 +157571,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *795 - installation: *796 - issue: &824 + enterprise: *796 + installation: *797 + issue: &825 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -158310,11 +158356,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -158333,7 +158379,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -158433,8 +158479,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -158513,8 +158559,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159324,11 +159370,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -159425,9 +159471,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *258 - organization: *797 - repository: *798 + type: *259 + organization: *798 + repository: *799 sender: *4 required: - action @@ -160293,11 +160339,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -160316,7 +160362,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -160895,11 +160941,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *795 - installation: *796 - issue: *824 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + issue: *825 + organization: *798 + repository: *799 sender: *4 required: - action @@ -160979,12 +161025,12 @@ x-webhooks: type: string enum: - typed - enterprise: *795 - installation: *796 - issue: *822 - type: *258 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + issue: *823 + type: *259 + organization: *798 + repository: *799 sender: *4 required: - action @@ -161065,7 +161111,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &854 + assignee: &855 title: User type: object nullable: true @@ -161135,11 +161181,11 @@ x-webhooks: required: - login - id - enterprise: *795 - installation: *796 - issue: *822 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + issue: *823 + organization: *798 + repository: *799 sender: *4 required: - action @@ -161218,12 +161264,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *795 - installation: *796 - issue: *822 - label: *816 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + issue: *823 + label: *817 + organization: *798 + repository: *799 sender: *4 required: - action @@ -161303,8 +161349,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -162114,11 +162160,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *89 - required: *90 + properties: *90 + required: *91 nullable: true - sub_issues_summary: *728 - issue_dependencies_summary: *729 + sub_issues_summary: *729 + issue_dependencies_summary: *730 issue_field_values: type: array items: *578 @@ -162137,7 +162183,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -162215,8 +162261,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -162296,11 +162342,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *795 - installation: *796 - issue: *824 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + issue: *825 + organization: *798 + repository: *799 sender: *4 required: - action @@ -162379,12 +162425,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *795 - installation: *796 - issue: *822 - type: *258 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + issue: *823 + type: *259 + organization: *798 + repository: *799 sender: *4 required: - action @@ -162464,11 +162510,11 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - label: *816 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + label: *817 + organization: *798 + repository: *799 sender: *4 required: - action @@ -162546,11 +162592,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - label: *816 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + label: *817 + organization: *798 + repository: *799 sender: *4 required: - action @@ -162660,11 +162706,11 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 - label: *816 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + label: *817 + organization: *798 + repository: *799 sender: *4 required: - action @@ -162746,9 +162792,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *795 - installation: *796 - marketplace_purchase: &825 + enterprise: *796 + installation: *797 + marketplace_purchase: &826 title: Marketplace Purchase type: object required: @@ -162831,8 +162877,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *797 - previous_marketplace_purchase: &826 + organization: *798 + previous_marketplace_purchase: &827 title: Marketplace Purchase type: object properties: @@ -162912,7 +162958,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *798 + repository: *799 sender: *4 required: - action @@ -162992,10 +163038,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *795 - installation: *796 - marketplace_purchase: *825 - organization: *797 + enterprise: *796 + installation: *797 + marketplace_purchase: *826 + organization: *798 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163078,7 +163124,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *798 + repository: *799 sender: *4 required: - action @@ -163160,10 +163206,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *795 - installation: *796 - marketplace_purchase: *825 - organization: *797 + enterprise: *796 + installation: *797 + marketplace_purchase: *826 + organization: *798 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163245,7 +163291,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *798 + repository: *799 sender: *4 required: - action @@ -163326,8 +163372,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 marketplace_purchase: title: Marketplace Purchase type: object @@ -163409,9 +163455,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *797 - previous_marketplace_purchase: *826 - repository: *798 + organization: *798 + previous_marketplace_purchase: *827 + repository: *799 sender: *4 required: - action @@ -163491,12 +163537,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *795 - installation: *796 - marketplace_purchase: *825 - organization: *797 - previous_marketplace_purchase: *826 - repository: *798 + enterprise: *796 + installation: *797 + marketplace_purchase: *826 + organization: *798 + previous_marketplace_purchase: *827 + repository: *799 sender: *4 required: - action @@ -163598,11 +163644,11 @@ x-webhooks: type: string required: - to - enterprise: *795 - installation: *796 - member: *817 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + member: *818 + organization: *798 + repository: *799 sender: *4 required: - action @@ -163702,11 +163748,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *795 - installation: *796 - member: *817 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + member: *818 + organization: *798 + repository: *799 sender: *4 required: - action @@ -163785,11 +163831,11 @@ x-webhooks: type: string enum: - removed - enterprise: *795 - installation: *796 - member: *817 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + member: *818 + organization: *798 + repository: *799 sender: *4 required: - action @@ -163867,11 +163913,11 @@ x-webhooks: type: string enum: - added - enterprise: *795 - installation: *796 - member: *817 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + member: *818 + organization: *798 + repository: *799 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163947,7 +163993,7 @@ x-webhooks: required: - login - id - team: &827 + team: &828 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -164170,11 +164216,11 @@ x-webhooks: type: string enum: - removed - enterprise: *795 - installation: *796 - member: *817 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + member: *818 + organization: *798 + repository: *799 scope: description: The scope of the membership. Currently, can only be `team`. @@ -164251,7 +164297,7 @@ x-webhooks: required: - login - id - team: *827 + team: *828 required: - action - scope @@ -164333,8 +164379,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *796 - merge_group: &829 + installation: *797 + merge_group: &830 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -164353,15 +164399,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *828 + head_commit: *829 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -164447,10 +164493,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *796 - merge_group: *829 - organization: *797 - repository: *798 + installation: *797 + merge_group: *830 + organization: *798 + repository: *799 sender: *4 required: - action @@ -164523,7 +164569,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 + enterprise: *796 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -164632,17 +164678,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *796 - organization: *797 + installation: *797 + organization: *798 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: *830 - required: *831 - x-github-breaking-changes: *832 + properties: *831 + required: *832 + x-github-breaking-changes: *833 nullable: true sender: *4 required: @@ -164723,11 +164769,11 @@ x-webhooks: type: string enum: - closed - enterprise: *795 - installation: *796 - milestone: *823 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + milestone: *824 + organization: *798 + repository: *799 sender: *4 required: - action @@ -164806,9 +164852,9 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - milestone: &833 + enterprise: *796 + installation: *797 + milestone: &834 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164945,8 +164991,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -165025,11 +165071,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - milestone: *823 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + milestone: *824 + organization: *798 + repository: *799 sender: *4 required: - action @@ -165139,11 +165185,11 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 - milestone: *823 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + milestone: *824 + organization: *798 + repository: *799 sender: *4 required: - action @@ -165223,11 +165269,11 @@ x-webhooks: type: string enum: - opened - enterprise: *795 - installation: *796 - milestone: *833 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + milestone: *834 + organization: *798 + repository: *799 sender: *4 required: - action @@ -165306,11 +165352,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *817 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + blocked_user: *818 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -165389,11 +165435,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *817 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + blocked_user: *818 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -165472,9 +165518,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - membership: &834 + enterprise: *796 + installation: *797 + membership: &835 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -165581,8 +165627,8 @@ x-webhooks: - role - organization_url - user - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 required: - action @@ -165660,11 +165706,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *795 - installation: *796 - membership: *834 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + membership: *835 + organization: *798 + repository: *799 sender: *4 required: - action @@ -165743,8 +165789,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165860,10 +165906,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 - user: *817 + user: *818 required: - action - invitation @@ -165941,11 +165987,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *795 - installation: *796 - membership: *834 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + membership: *835 + organization: *798 + repository: *799 sender: *4 required: - action @@ -166032,11 +166078,11 @@ x-webhooks: properties: from: type: string - enterprise: *795 - installation: *796 - membership: *834 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + membership: *835 + organization: *798 + repository: *799 sender: *4 required: - action @@ -166113,9 +166159,9 @@ x-webhooks: type: string enum: - published - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 package: description: Information about the package. type: object @@ -166614,7 +166660,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &835 + items: &836 title: Ruby Gems metadata type: object properties: @@ -166709,7 +166755,7 @@ x-webhooks: - owner - package_version - registry - repository: *798 + repository: *799 sender: *4 required: - action @@ -166785,9 +166831,9 @@ x-webhooks: type: string enum: - updated - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 package: description: Information about the package. type: object @@ -167140,7 +167186,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *835 + items: *836 source_url: type: string format: uri @@ -167210,7 +167256,7 @@ x-webhooks: - owner - package_version - registry - repository: *798 + repository: *799 sender: *4 required: - action @@ -167386,12 +167432,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *795 + enterprise: *796 id: type: integer - installation: *796 - organization: *797 - repository: *798 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - id @@ -167468,7 +167514,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &836 + personal_access_token_request: &837 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -167614,10 +167660,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *795 - organization: *797 + enterprise: *796 + organization: *798 sender: *4 - installation: *796 + installation: *797 required: - action - personal_access_token_request @@ -167694,11 +167740,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *836 - enterprise: *795 - organization: *797 + personal_access_token_request: *837 + enterprise: *796 + organization: *798 sender: *4 - installation: *796 + installation: *797 required: - action - personal_access_token_request @@ -167774,11 +167820,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *836 - enterprise: *795 - organization: *797 + personal_access_token_request: *837 + enterprise: *796 + organization: *798 sender: *4 - installation: *796 + installation: *797 required: - action - personal_access_token_request @@ -167853,11 +167899,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *836 - organization: *797 - enterprise: *795 + personal_access_token_request: *837 + organization: *798 + enterprise: *796 sender: *4 - installation: *796 + installation: *797 required: - action - personal_access_token_request @@ -167962,7 +168008,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *837 + last_response: *838 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167994,8 +168040,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 zen: description: Random string of GitHub zen. @@ -168240,10 +168286,10 @@ x-webhooks: - from required: - note - enterprise: *795 - installation: *796 - organization: *797 - project_card: &838 + enterprise: *796 + installation: *797 + organization: *798 + project_card: &839 title: Project Card type: object properties: @@ -168362,7 +168408,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *798 + repository: *799 sender: *4 required: - action @@ -168443,11 +168489,11 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - project_card: *838 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + project_card: *839 + repository: *799 sender: *4 required: - action @@ -168527,9 +168573,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 project_card: title: Project Card type: object @@ -168657,9 +168703,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: *830 - required: *831 - x-github-breaking-changes: *832 + properties: *831 + required: *832 + x-github-breaking-changes: *833 nullable: true sender: *4 required: @@ -168753,11 +168799,11 @@ x-webhooks: - from required: - note - enterprise: *795 - installation: *796 - organization: *797 - project_card: *838 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + project_card: *839 + repository: *799 sender: *4 required: - action @@ -168851,9 +168897,9 @@ x-webhooks: - from required: - column_id - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 project_card: allOf: - title: Project Card @@ -169043,7 +169089,7 @@ x-webhooks: type: string required: - after_id - repository: *798 + repository: *799 sender: *4 required: - action @@ -169123,10 +169169,10 @@ x-webhooks: type: string enum: - closed - enterprise: *795 - installation: *796 - organization: *797 - project: &840 + enterprise: *796 + installation: *797 + organization: *798 + project: &841 title: Project type: object properties: @@ -169250,7 +169296,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *798 + repository: *799 sender: *4 required: - action @@ -169330,10 +169376,10 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - project_column: &839 + enterprise: *796 + installation: *797 + organization: *798 + project_column: &840 title: Project Column type: object properties: @@ -169372,7 +169418,7 @@ x-webhooks: - name - created_at - updated_at - repository: *798 + repository: *799 sender: *4 required: - action @@ -169451,19 +169497,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 - project_column: *839 + enterprise: *796 + installation: *797 + organization: *798 + project_column: *840 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: *830 - required: *831 - x-github-breaking-changes: *832 + properties: *831 + required: *832 + x-github-breaking-changes: *833 nullable: true sender: *4 required: @@ -169553,11 +169599,11 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 - organization: *797 - project_column: *839 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + project_column: *840 + repository: *799 sender: *4 required: - action @@ -169637,11 +169683,11 @@ x-webhooks: type: string enum: - moved - enterprise: *795 - installation: *796 - organization: *797 - project_column: *839 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + project_column: *840 + repository: *799 sender: *4 required: - action @@ -169721,11 +169767,11 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - project: *840 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + project: *841 + repository: *799 sender: *4 required: - action @@ -169805,19 +169851,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 - project: *840 + enterprise: *796 + installation: *797 + organization: *798 + project: *841 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: *830 - required: *831 - x-github-breaking-changes: *832 + properties: *831 + required: *832 + x-github-breaking-changes: *833 nullable: true sender: *4 required: @@ -169919,11 +169965,11 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 - organization: *797 - project: *840 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + project: *841 + repository: *799 sender: *4 required: - action @@ -170002,11 +170048,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *795 - installation: *796 - organization: *797 - project: *840 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + project: *841 + repository: *799 sender: *4 required: - action @@ -170087,9 +170133,9 @@ x-webhooks: type: string enum: - closed - installation: *796 - organization: *797 - projects_v2: *292 + installation: *797 + organization: *798 + projects_v2: *293 sender: *4 required: - action @@ -170170,9 +170216,9 @@ x-webhooks: type: string enum: - created - installation: *796 - organization: *797 - projects_v2: *292 + installation: *797 + organization: *798 + projects_v2: *293 sender: *4 required: - action @@ -170253,9 +170299,9 @@ x-webhooks: type: string enum: - deleted - installation: *796 - organization: *797 - projects_v2: *292 + installation: *797 + organization: *798 + projects_v2: *293 sender: *4 required: - action @@ -170372,9 +170418,9 @@ x-webhooks: type: string to: type: string - installation: *796 - organization: *797 - projects_v2: *292 + installation: *797 + organization: *798 + projects_v2: *293 sender: *4 required: - action @@ -170457,7 +170503,7 @@ x-webhooks: type: string enum: - archived - changes: &844 + changes: &845 type: object properties: archived_at: @@ -170471,9 +170517,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *796 - organization: *797 - projects_v2_item: &841 + installation: *797 + organization: *798 + projects_v2_item: &842 title: Projects v2 Item description: An item belonging to a project type: object @@ -170491,7 +170537,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 @@ -170608,9 +170654,9 @@ x-webhooks: nullable: true to: type: string - installation: *796 - organization: *797 - projects_v2_item: *841 + installation: *797 + organization: *798 + projects_v2_item: *842 sender: *4 required: - action @@ -170692,9 +170738,9 @@ x-webhooks: type: string enum: - created - installation: *796 - organization: *797 - projects_v2_item: *841 + installation: *797 + organization: *798 + projects_v2_item: *842 sender: *4 required: - action @@ -170775,9 +170821,9 @@ x-webhooks: type: string enum: - deleted - installation: *796 - organization: *797 - projects_v2_item: *841 + installation: *797 + organization: *798 + projects_v2_item: *842 sender: *4 required: - action @@ -170883,7 +170929,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &842 + - &843 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170905,7 +170951,7 @@ x-webhooks: required: - id - name - - &843 + - &844 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170939,8 +170985,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *842 - *843 + - *844 required: - field_value - type: object @@ -170956,9 +171002,9 @@ x-webhooks: nullable: true required: - body - installation: *796 - organization: *797 - projects_v2_item: *841 + installation: *797 + organization: *798 + projects_v2_item: *842 sender: *4 required: - action @@ -171053,9 +171099,9 @@ x-webhooks: to: type: string nullable: true - installation: *796 - organization: *797 - projects_v2_item: *841 + installation: *797 + organization: *798 + projects_v2_item: *842 sender: *4 required: - action @@ -171138,10 +171184,10 @@ x-webhooks: type: string enum: - restored - changes: *844 - installation: *796 - organization: *797 - projects_v2_item: *841 + changes: *845 + installation: *797 + organization: *798 + projects_v2_item: *842 sender: *4 required: - action @@ -171223,9 +171269,9 @@ x-webhooks: type: string enum: - reopened - installation: *796 - organization: *797 - projects_v2: *292 + installation: *797 + organization: *798 + projects_v2: *293 sender: *4 required: - action @@ -171306,14 +171352,14 @@ x-webhooks: type: string enum: - created - installation: *796 - organization: *797 - projects_v2_status_update: &847 + installation: *797 + organization: *798 + projects_v2_status_update: &848 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *845 - required: *846 + properties: *846 + required: *847 sender: *4 required: - action @@ -171394,9 +171440,9 @@ x-webhooks: type: string enum: - deleted - installation: *796 - organization: *797 - projects_v2_status_update: *847 + installation: *797 + organization: *798 + projects_v2_status_update: *848 sender: *4 required: - action @@ -171532,9 +171578,9 @@ x-webhooks: type: string format: date nullable: true - installation: *796 - organization: *797 - projects_v2_status_update: *847 + installation: *797 + organization: *798 + projects_v2_status_update: *848 sender: *4 required: - action @@ -171605,10 +171651,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - repository @@ -171685,13 +171731,13 @@ x-webhooks: type: string enum: - assigned - assignee: *817 - enterprise: *795 - installation: *796 - number: &848 + assignee: *818 + enterprise: *796 + installation: *797 + number: &849 description: The pull request number. type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -173870,6 +173916,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -173996,7 +174043,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -174093,11 +174140,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 number: type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -176269,6 +176316,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -176397,7 +176445,7 @@ x-webhooks: - draft reason: type: string - repository: *798 + repository: *799 sender: *4 required: - action @@ -176494,11 +176542,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 number: type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -178670,6 +178718,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -178798,7 +178847,7 @@ x-webhooks: - draft reason: type: string - repository: *798 + repository: *799 sender: *4 required: - action @@ -178895,13 +178944,13 @@ x-webhooks: type: string enum: - closed - enterprise: *795 - installation: *796 - number: *848 - organization: *797 - pull_request: &849 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 + pull_request: &850 allOf: - - *630 + - *631 - type: object properties: allow_auto_merge: @@ -178963,7 +179012,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *798 + repository: *799 sender: *4 required: - action @@ -179044,12 +179093,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *795 - installation: *796 - number: *848 - organization: *797 - pull_request: *849 - repository: *798 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 + pull_request: *850 + repository: *799 sender: *4 required: - action @@ -179129,11 +179178,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *795 + enterprise: *796 milestone: *614 - number: *848 - organization: *797 - pull_request: &850 + number: *849 + organization: *798 + pull_request: &851 title: Pull Request type: object properties: @@ -181292,6 +181341,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -181460,7 +181510,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *798 + repository: *799 sender: *4 required: - action @@ -181539,11 +181589,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 number: type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -183706,6 +183756,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -183847,7 +183898,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *798 + repository: *799 sender: *4 required: - action @@ -183979,12 +184030,12 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 - number: *848 - organization: *797 - pull_request: *849 - repository: *798 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 + pull_request: *850 + repository: *799 sender: *4 required: - action @@ -184064,11 +184115,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 number: type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -186231,6 +186282,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -186357,7 +186409,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -186445,11 +186497,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *795 - installation: *796 - label: *816 - number: *848 - organization: *797 + enterprise: *796 + installation: *797 + label: *817 + number: *849 + organization: *798 pull_request: title: Pull Request type: object @@ -188627,6 +188679,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -188753,7 +188806,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -188849,10 +188902,10 @@ x-webhooks: type: string enum: - locked - enterprise: *795 - installation: *796 - number: *848 - organization: *797 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 pull_request: title: Pull Request type: object @@ -191028,6 +191081,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -191154,7 +191208,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -191249,12 +191303,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *795 + enterprise: *796 milestone: *614 - number: *848 - organization: *797 - pull_request: *850 - repository: *798 + number: *849 + organization: *798 + pull_request: *851 + repository: *799 sender: *4 required: - action @@ -191333,12 +191387,12 @@ x-webhooks: type: string enum: - opened - enterprise: *795 - installation: *796 - number: *848 - organization: *797 - pull_request: *849 - repository: *798 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 + pull_request: *850 + repository: *799 sender: *4 required: - action @@ -191419,12 +191473,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *795 - installation: *796 - number: *848 - organization: *797 - pull_request: *849 - repository: *798 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 + pull_request: *850 + repository: *799 sender: *4 required: - action @@ -191504,12 +191558,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *795 - installation: *796 - number: *848 - organization: *797 - pull_request: *849 - repository: *798 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 + pull_request: *850 + repository: *799 sender: *4 required: - action @@ -191875,9 +191929,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 pull_request: type: object properties: @@ -193948,6 +194002,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: type: string enum: @@ -194069,7 +194124,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *798 + repository: *799 sender: *4 required: - action @@ -194164,7 +194219,7 @@ x-webhooks: type: string enum: - deleted - comment: &852 + comment: &853 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -194449,9 +194504,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 pull_request: type: object properties: @@ -196510,6 +196565,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: type: string enum: @@ -196631,7 +196687,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *798 + repository: *799 sender: *4 required: - action @@ -196726,11 +196782,11 @@ x-webhooks: type: string enum: - edited - changes: *851 - comment: *852 - enterprise: *795 - installation: *796 - organization: *797 + changes: *852 + comment: *853 + enterprise: *796 + installation: *797 + organization: *798 pull_request: type: object properties: @@ -198792,6 +198848,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: type: string enum: @@ -198913,7 +198970,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *798 + repository: *799 sender: *4 required: - action @@ -199009,9 +199066,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 pull_request: title: Simple Pull Request type: object @@ -201083,6 +201140,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: type: string enum: @@ -201206,7 +201264,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *798 + repository: *799 review: description: The review that was affected. type: object @@ -201468,9 +201526,9 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 pull_request: title: Simple Pull Request type: object @@ -203524,8 +203582,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *798 - review: &853 + repository: *799 + review: &854 description: The review that was affected. type: object properties: @@ -203766,12 +203824,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 number: description: The pull request number. type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -205950,6 +206008,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. @@ -206076,7 +206135,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 requested_reviewer: title: User type: object @@ -206160,12 +206219,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 number: description: The pull request number. type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -208351,6 +208410,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. @@ -208477,7 +208537,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 requested_team: title: Team description: Groups of organization members that gives permissions @@ -208692,12 +208752,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 number: description: The pull request number. type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -210877,6 +210937,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. @@ -211004,7 +211065,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 requested_reviewer: title: User type: object @@ -211089,12 +211150,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *795 - installation: *796 + enterprise: *796 + installation: *797 number: description: The pull request number. type: integer - organization: *797 + organization: *798 pull_request: title: Pull Request type: object @@ -213265,6 +213326,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. @@ -213392,7 +213454,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 requested_team: title: Team description: Groups of organization members that gives permissions @@ -213596,9 +213658,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 pull_request: title: Simple Pull Request type: object @@ -215672,6 +215734,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: type: string enum: @@ -215795,8 +215858,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *798 - review: *853 + repository: *799 + review: *854 sender: *4 required: - action @@ -215891,9 +215954,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 pull_request: title: Simple Pull Request type: object @@ -217862,6 +217925,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: type: string enum: @@ -217985,7 +218049,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *798 + repository: *799 sender: *4 thread: type: object @@ -218380,9 +218444,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 pull_request: title: Simple Pull Request type: object @@ -220338,6 +220402,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: type: string enum: @@ -220460,7 +220525,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *798 + repository: *799 sender: *4 thread: type: object @@ -220852,10 +220917,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *795 - installation: *796 - number: *848 - organization: *797 + enterprise: *796 + installation: *797 + stack: *628 + number: *849 + organization: *798 pull_request: title: Pull Request type: object @@ -223033,6 +223099,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -223159,7 +223226,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -223260,10 +223327,10 @@ x-webhooks: type: string before: type: string - enterprise: *795 - installation: *796 - number: *848 - organization: *797 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 pull_request: title: Pull Request type: object @@ -225430,6 +225497,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -225556,7 +225624,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -225653,11 +225721,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *854 - enterprise: *795 - installation: *796 - number: *848 - organization: *797 + assignee: *855 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 pull_request: title: Pull Request type: object @@ -227836,6 +227904,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -227962,7 +228031,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -228056,11 +228125,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *795 - installation: *796 - label: *816 - number: *848 - organization: *797 + enterprise: *796 + installation: *797 + label: *817 + number: *849 + organization: *798 pull_request: title: Pull Request type: object @@ -230229,6 +230298,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -230355,7 +230425,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -230451,10 +230521,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *795 - installation: *796 - number: *848 - organization: *797 + enterprise: *796 + installation: *797 + number: *849 + organization: *798 pull_request: title: Pull Request type: object @@ -232616,6 +232686,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *628 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -232741,7 +232812,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *798 + repository: *799 sender: *4 required: - action @@ -232956,7 +233027,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *795 + enterprise: *796 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -233048,8 +233119,8 @@ x-webhooks: - url - author - committer - installation: *796 - organization: *797 + installation: *797 + organization: *798 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -233635,9 +233706,9 @@ x-webhooks: type: string enum: - published - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 registry_package: type: object properties: @@ -234083,7 +234154,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *835 + items: *836 summary: type: string tag_name: @@ -234137,7 +234208,7 @@ x-webhooks: - owner - package_version - registry - repository: *798 + repository: *799 sender: *4 required: - action @@ -234215,9 +234286,9 @@ x-webhooks: type: string enum: - updated - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 registry_package: type: object properties: @@ -234525,7 +234596,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *835 + items: *836 summary: type: string tag_name: @@ -234574,7 +234645,7 @@ x-webhooks: - owner - package_version - registry - repository: *798 + repository: *799 sender: *4 required: - action @@ -234651,10 +234722,10 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - release: &855 + enterprise: *796 + installation: *797 + organization: *798 + release: &856 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -234972,7 +235043,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *798 + repository: *799 sender: *4 required: - action @@ -235049,11 +235120,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 - release: *855 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + release: *856 + repository: *799 sender: *4 required: - action @@ -235170,11 +235241,11 @@ x-webhooks: type: boolean required: - to - enterprise: *795 - installation: *796 - organization: *797 - release: *855 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + release: *856 + repository: *799 sender: *4 required: - action @@ -235252,9 +235323,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -235576,7 +235647,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *798 + repository: *799 sender: *4 required: - action @@ -235652,10 +235723,10 @@ x-webhooks: type: string enum: - published - enterprise: *795 - installation: *796 - organization: *797 - release: &856 + enterprise: *796 + installation: *797 + organization: *798 + release: &857 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -235974,7 +236045,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *798 + repository: *799 sender: *4 required: - action @@ -236050,11 +236121,11 @@ x-webhooks: type: string enum: - released - enterprise: *795 - installation: *796 - organization: *797 - release: *855 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + release: *856 + repository: *799 sender: *4 required: - action @@ -236130,11 +236201,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *795 - installation: *796 - organization: *797 - release: *856 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + release: *857 + repository: *799 sender: *4 required: - action @@ -236210,11 +236281,11 @@ x-webhooks: type: string enum: - published - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - repository_advisory: *715 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + repository_advisory: *716 sender: *4 required: - action @@ -236290,11 +236361,11 @@ x-webhooks: type: string enum: - reported - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - repository_advisory: *715 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + repository_advisory: *716 sender: *4 required: - action @@ -236370,10 +236441,10 @@ x-webhooks: type: string enum: - archived - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -236450,10 +236521,10 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -236531,10 +236602,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -236618,10 +236689,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -236733,10 +236804,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -236808,10 +236879,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 status: type: string @@ -236892,10 +236963,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -236972,10 +237043,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -237069,10 +237140,10 @@ x-webhooks: - name required: - repository - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -237152,11 +237223,11 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - repository_ruleset: *341 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + repository_ruleset: *342 sender: *4 required: - action @@ -237234,11 +237305,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - repository_ruleset: *341 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + repository_ruleset: *342 sender: *4 required: - action @@ -237316,11 +237387,11 @@ x-webhooks: type: string enum: - edited - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - repository_ruleset: *341 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + repository_ruleset: *342 changes: type: object properties: @@ -237339,16 +237410,16 @@ x-webhooks: properties: added: type: array - items: *315 + items: *316 deleted: type: array - items: *315 + items: *316 updated: type: array items: type: object properties: - condition: *315 + condition: *316 changes: type: object properties: @@ -237381,16 +237452,16 @@ x-webhooks: properties: added: type: array - items: *651 + items: *652 deleted: type: array - items: *651 + items: *652 updated: type: array items: type: object properties: - rule: *651 + rule: *652 changes: type: object properties: @@ -237624,10 +237695,10 @@ x-webhooks: - from required: - owner - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -237705,10 +237776,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -237786,7 +237857,7 @@ x-webhooks: type: string enum: - create - alert: &857 + alert: &858 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -237908,10 +237979,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -238117,10 +238188,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -238198,11 +238269,11 @@ x-webhooks: type: string enum: - reopen - alert: *857 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + alert: *858 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -238401,10 +238472,10 @@ x-webhooks: enum: - fixed - open - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -238482,11 +238553,11 @@ x-webhooks: type: string enum: - assigned - alert: &859 + alert: &860 type: object properties: - number: *188 - created_at: *189 + number: *189 + created_at: *190 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -238494,8 +238565,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *191 - html_url: *192 + url: *192 + html_url: *193 locations_url: type: string format: uri @@ -238546,6 +238617,14 @@ x-webhooks: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` + covers specific provider patterns and custom patterns; `generic` + covers non-specific patterns and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -238624,12 +238703,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *858 + metadata: *859 assignee: *4 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -238707,11 +238786,11 @@ x-webhooks: type: string enum: - created - alert: *859 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + alert: *860 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -238792,11 +238871,11 @@ x-webhooks: type: string enum: - created - alert: *859 - installation: *796 - location: *860 - organization: *797 - repository: *798 + alert: *860 + installation: *797 + location: *861 + organization: *798 + repository: *799 sender: *4 required: - location @@ -239034,11 +239113,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *859 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + alert: *860 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -239115,11 +239194,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *859 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + alert: *860 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -239196,11 +239275,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *859 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + alert: *860 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -239278,11 +239357,11 @@ x-webhooks: type: string enum: - reopened - alert: *859 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + alert: *860 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -239360,11 +239439,11 @@ x-webhooks: type: string enum: - resolved - alert: *859 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + alert: *860 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -239442,12 +239521,12 @@ x-webhooks: type: string enum: - unassigned - alert: *859 + alert: *860 assignee: *4 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -239525,11 +239604,11 @@ x-webhooks: type: string enum: - validated - alert: *859 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + alert: *860 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -239655,10 +239734,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *798 - enterprise: *795 - installation: *796 - organization: *797 + repository: *799 + enterprise: *796 + installation: *797 + organization: *798 sender: *4 required: - action @@ -239736,11 +239815,11 @@ x-webhooks: type: string enum: - published - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - security_advisory: &861 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + security_advisory: &862 description: The details of the security advisory, including summary, description, and severity. type: object @@ -239756,7 +239835,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *64 + cvss_severities: *65 cwes: type: array items: @@ -239941,11 +240020,11 @@ x-webhooks: type: string enum: - updated - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 - security_advisory: *861 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 + security_advisory: *862 sender: *4 required: - action @@ -240018,10 +240097,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -240038,7 +240117,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *64 + cvss_severities: *65 cwes: type: array items: @@ -240213,11 +240292,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *314 - enterprise: *795 - installation: *796 - organization: *797 - repository: *361 + security_and_analysis: *315 + enterprise: *796 + installation: *797 + organization: *798 + repository: *362 sender: *4 required: - changes @@ -240295,12 +240374,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - sponsorship: &862 + sponsorship: &863 type: object properties: created_at: @@ -240601,12 +240680,12 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - sponsorship @@ -240694,12 +240773,12 @@ x-webhooks: type: string required: - from - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -240776,17 +240855,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &863 + effective_date: &864 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: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - sponsorship @@ -240860,7 +240939,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &864 + changes: &865 type: object properties: tier: @@ -240904,13 +240983,13 @@ x-webhooks: - from required: - tier - effective_date: *863 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + effective_date: *864 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -240987,13 +241066,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *864 - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + changes: *865 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -241067,10 +241146,10 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241153,10 +241232,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241576,15 +241655,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *795 + enterprise: *796 id: description: The unique identifier of the status. type: integer - installation: *796 + installation: *797 name: type: string - organization: *797 - repository: *798 + organization: *798 + repository: *799 sender: *4 sha: description: The Commit SHA. @@ -241693,15 +241772,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - parent_issue_repo: *82 + parent_issue: *89 + parent_issue_repo: *83 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - installation: *796 - organization: *797 - repository: *798 + sub_issue: *89 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -241784,15 +241863,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - parent_issue_repo: *82 + parent_issue: *89 + parent_issue_repo: *83 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - installation: *796 - organization: *797 - repository: *798 + sub_issue: *89 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -241875,15 +241954,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - sub_issue_repo: *82 + sub_issue: *89 + sub_issue_repo: *83 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - installation: *796 - organization: *797 - repository: *798 + parent_issue: *89 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -241966,15 +242045,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *88 - sub_issue_repo: *82 + sub_issue: *89 + sub_issue_repo: *83 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *88 - installation: *796 - organization: *797 - repository: *798 + parent_issue: *89 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -242050,12 +242129,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - team: &865 + team: &866 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -242278,9 +242357,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 repository: title: Repository description: A git repository @@ -242738,7 +242817,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -242814,9 +242893,9 @@ x-webhooks: type: string enum: - created - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 repository: title: Repository description: A git repository @@ -243274,7 +243353,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -243351,9 +243430,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 repository: title: Repository description: A git repository @@ -243811,7 +243890,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -243955,9 +244034,9 @@ x-webhooks: - from required: - permissions - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 repository: title: Repository description: A git repository @@ -244415,7 +244494,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - changes @@ -244493,9 +244572,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *795 - installation: *796 - organization: *797 + enterprise: *796 + installation: *797 + organization: *798 repository: title: Repository description: A git repository @@ -244953,7 +245032,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -245029,10 +245108,10 @@ x-webhooks: type: string enum: - started - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 required: - action @@ -245105,16 +245184,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *795 + enterprise: *796 inputs: type: object nullable: true additionalProperties: true - installation: *796 - organization: *797 + installation: *797 + organization: *798 ref: type: string - repository: *798 + repository: *799 sender: *4 workflow: type: string @@ -245196,10 +245275,10 @@ x-webhooks: type: string enum: - completed - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 workflow_job: allOf: @@ -245436,7 +245515,7 @@ x-webhooks: type: string required: - conclusion - deployment: *523 + deployment: *524 required: - action - repository @@ -245515,10 +245594,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 workflow_job: allOf: @@ -245778,7 +245857,7 @@ x-webhooks: required: - status - steps - deployment: *523 + deployment: *524 required: - action - repository @@ -245857,10 +245936,10 @@ x-webhooks: type: string enum: - queued - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 workflow_job: type: object @@ -245995,7 +246074,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *523 + deployment: *524 required: - action - repository @@ -246074,10 +246153,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 workflow_job: type: object @@ -246213,7 +246292,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *523 + deployment: *524 required: - action - repository @@ -246293,12 +246372,12 @@ x-webhooks: type: string enum: - completed - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Workflow Run type: object @@ -247297,12 +247376,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Workflow Run type: object @@ -248286,12 +248365,12 @@ x-webhooks: type: string enum: - requested - enterprise: *795 - installation: *796 - organization: *797 - repository: *798 + enterprise: *796 + installation: *797 + organization: *798 + repository: *799 sender: *4 - workflow: *812 + workflow: *813 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 f6d3f7aeb8..9c7dc55af0 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -16854,6 +16854,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17240,6 +17266,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17406,6 +17458,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17503,6 +17581,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17664,6 +17768,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17907,6 +18037,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -244105,6 +244261,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -253663,6 +253863,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -395526,6 +395770,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -584476,6 +584764,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -588299,6 +588631,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -595011,6 +595387,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -599045,6 +599465,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -610099,6 +610563,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -614012,6 +614520,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -755463,6 +756015,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -813863,6 +814459,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -942221,6 +942861,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1289472,6 +1290156,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1294075,6 +1294803,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1298681,6 +1299453,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1303545,6 +1304361,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1308527,6 +1309387,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1313449,6 +1314353,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1318041,6 +1318989,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1322981,6 +1323973,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1327695,6 +1328731,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1332345,6 +1333425,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1336952,6 +1338076,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1341753,6 +1342921,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1346613,6 +1347825,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1351595,6 +1352851,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1356577,6 +1357877,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1361521,6 +1362865,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1366326,6 +1367714,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1371153,6 +1372585,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1375614,6 +1377090,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1384993,6 +1386513,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1389611,6 +1391175,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1394361,6 +1395969,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1398966,6 +1400618,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1403565,6 +1405261,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1408150,6 +1409890,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1412899,6 +1414683,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1414986,6 +1416814,50 @@ "node_id" ] }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "number": { "description": "The pull request number.", "type": "integer" @@ -1417881,6 +1419753,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1422493,6 +1424409,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1427201,6 +1429161,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1431849,6 +1433853,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1436442,6 +1438490,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1502337,6 +1504429,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1504870,6 +1506970,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1507279,6 +1509387,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1510158,6 +1512274,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1512566,6 +1514690,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1514974,6 +1517106,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1517383,6 +1519523,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1519792,6 +1521940,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1522201,6 +1524357,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1524734,6 +1526898,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 9fddaac36a..c16a7b46af 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -455,7 +455,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &110 + - &111 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 results before this cursor. For @@ -464,7 +464,7 @@ paths: required: false schema: type: string - - &111 + - &112 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 results after this cursor. For @@ -473,7 +473,7 @@ paths: required: false schema: type: string - - &112 + - &113 name: direction description: The direction to sort the results by. in: query @@ -694,7 +694,7 @@ paths: required: - vector_string - score - cvss_severities: &136 + cvss_severities: &137 type: object nullable: true properties: @@ -734,7 +734,7 @@ paths: required: - vector_string - score - epss: &137 + epss: &138 type: object nullable: true readOnly: true @@ -872,7 +872,7 @@ paths: - subscriptions_url - type - url - type: &492 + type: &493 type: string description: The type of credit the user is receiving. enum: @@ -1005,7 +1005,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &271 + schema: &272 title: Validation Error Simple description: Validation Error Simple type: object @@ -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: - - &826 + - &827 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3682,7 +3682,7 @@ paths: GitHub. type: object nullable: true - properties: &229 + properties: &230 id: description: Unique identifier of the GitHub app example: 37 @@ -3704,7 +3704,7 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: &147 + properties: &148 description: description: A short description of the enterprise. type: string @@ -3746,7 +3746,7 @@ paths: avatar_url: type: string format: uri - required: &148 + required: &149 - id - node_id - name @@ -3815,7 +3815,7 @@ paths: about itself. example: 5 type: integer - required: &230 + required: &231 - id - node_id - owner @@ -4120,7 +4120,7 @@ paths: schema: type: integer default: 30 - - &376 + - &377 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 @@ -4129,7 +4129,7 @@ paths: required: false schema: type: string - - &377 + - &378 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4149,7 +4149,7 @@ paths: application/json: schema: type: array - items: &378 + items: &379 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4229,7 +4229,7 @@ paths: - installation_id - repository_id examples: - default: &379 + default: &380 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4261,7 +4261,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &835 + schema: &836 title: Scim Error description: Scim Error type: object @@ -4288,7 +4288,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &270 + schema: &271 title: Validation Error description: Validation Error type: object @@ -4357,7 +4357,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4471,7 +4471,7 @@ paths: - request - response examples: - default: &381 + default: &382 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4531,7 +4531,7 @@ paths: parameters: - *16 responses: - '202': &39 + '202': &40 description: Accepted content: application/json: @@ -4644,7 +4644,7 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &37 + '304': &38 description: Not modified '401': &25 description: Requires authentication @@ -4672,7 +4672,7 @@ paths: parameters: - *17 - *19 - - &241 + - &242 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -5288,7 +5288,7 @@ paths: suspended_at: suspended_by: headers: - Link: &47 + Link: &48 example: ; rel="next", ; rel="last" schema: @@ -5329,7 +5329,7 @@ paths: application/json: schema: *22 examples: - default: &90 + default: &91 value: id: 1 account: @@ -5479,11 +5479,11 @@ paths: - selected repositories: type: array - items: &80 + items: &81 title: Repository description: A repository on GitHub. type: object - properties: &450 + properties: &451 id: description: Unique identifier of the repository example: 42 @@ -5503,7 +5503,7 @@ paths: title: License Simple description: License Simple type: object - properties: &237 + properties: &238 key: type: string example: mit @@ -5525,7 +5525,7 @@ paths: html_url: type: string format: uri - required: &238 + required: &239 - key - name - url @@ -5934,7 +5934,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &451 + required: &452 - archive_url - assignees_url - blobs_url @@ -6874,7 +6874,7 @@ paths: - node_id - private - default_branch - classroom: &34 + classroom: &35 title: Classroom description: A GitHub Classroom classroom type: object @@ -6986,6 +6986,11 @@ paths: archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': &33 + description: Gone + content: + application/json: + schema: *3 x-github: enabledForGitHubApps: true category: classroom @@ -7071,7 +7076,7 @@ paths: - avatar_url - html_url repository: *32 - assignment: &36 + assignment: &37 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -7160,7 +7165,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &33 + classroom: &34 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -7255,6 +7260,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7362,6 +7368,7 @@ paths: points_available: 15 group_name: monalisa-and-friends '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7394,7 +7401,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -7402,6 +7409,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7425,7 +7433,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/classroom/classroom#closing-down---get-a-classroom parameters: - - &35 + - &36 name: classroom_id description: The unique identifier of the classroom. in: path @@ -7437,7 +7445,7 @@ paths: description: Response content: application/json: - schema: *34 + schema: *35 examples: default: value: @@ -7453,6 +7461,7 @@ paths: avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7476,7 +7485,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/classroom/classroom#closing-down---list-assignments-for-a-classroom parameters: - - *35 + - *36 - *19 - *17 responses: @@ -7486,7 +7495,7 @@ paths: application/json: schema: type: array - items: *36 + items: *37 examples: default: value: @@ -7512,6 +7521,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7537,7 +7547,7 @@ paths: application/json: schema: type: array - items: &38 + items: &39 title: Code Of Conduct description: Code Of Conduct type: object @@ -7620,7 +7630,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7647,7 +7657,7 @@ paths: description: Response content: application/json: - schema: *38 + schema: *39 examples: default: value: @@ -7702,7 +7712,7 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7762,9 +7772,9 @@ paths: - ghu_1234567890abcdef1234567890abcdef12345678 - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: - '202': *39 + '202': *40 '422': *7 - '500': &40 + '500': &41 description: Internal Error content: application/json: @@ -9673,7 +9683,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10034,7 +10044,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise parameters: - - &41 + - &42 name: enterprise description: The slug version of the enterprise name. in: path @@ -10046,7 +10056,7 @@ paths: description: Response content: application/json: - schema: &42 + schema: &43 type: object title: Enterprise Access Restrictions description: Information about the enterprise access restrictions @@ -10074,7 +10084,7 @@ paths: header_value: '12345' '400': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10092,13 +10102,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *42 + schema: *43 examples: default: value: @@ -10107,7 +10117,7 @@ paths: header_value: '12345' '400': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10128,13 +10138,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &43 + schema: &44 title: Actions cache retention limit for an enterprise description: GitHub Actions cache retention policy for an enterprise. type: object @@ -10146,7 +10156,7 @@ paths: type: integer example: 14 examples: - default: &44 + default: &45 value: max_cache_retention_days: 80 '403': *29 @@ -10170,14 +10180,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -10204,13 +10214,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &45 + schema: &46 title: Actions cache storage limit for an enterprise description: GitHub Actions cache storage policy for an enterprise. type: object @@ -10222,7 +10232,7 @@ paths: type: integer example: 10 examples: - default: &46 + default: &47 value: max_cache_size_gb: 150 '403': *29 @@ -10246,14 +10256,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: *45 + schema: *46 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -10280,13 +10290,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &272 + schema: &273 type: object properties: total_active_caches_count: @@ -10301,12 +10311,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &273 + default: &274 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10326,7 +10336,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-github-hosted-runners-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -10344,7 +10354,7 @@ paths: type: integer runners: type: array - items: &48 + items: &49 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -10398,7 +10408,7 @@ paths: - display_name - source nullable: true - machine_size_details: &56 + machine_size_details: &57 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -10494,7 +10504,7 @@ paths: - public_ip_enabled - platform examples: - default: &274 + default: &275 value: total_count: 2 runners: @@ -10536,7 +10546,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10554,7 +10564,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -10632,9 +10642,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: &57 + default: &58 value: id: 5 name: My hosted ubuntu runner @@ -10675,7 +10685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-custom-images-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -10691,7 +10701,7 @@ paths: type: integer images: type: array - items: &49 + items: &50 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -10742,7 +10752,7 @@ paths: - latest_version - state examples: - default: &51 + default: &52 value: total_count: 2 image_versions: @@ -10774,8 +10784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-enterprise-custom-image-definition-for-github-actions-hosted-runners parameters: - - *41 - - &50 + - *42 + - &51 name: image_definition_id description: Image definition ID of custom image in: path @@ -10787,9 +10797,9 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: &275 + default: &276 value: id: 1 platform: linux-x64 @@ -10817,8 +10827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-custom-image-from-the-enterprise parameters: - - *41 - - *50 + - *42 + - *51 responses: '204': description: Response @@ -10841,8 +10851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-enterprise parameters: - - *50 - - *41 + - *51 + - *42 responses: '200': description: Response @@ -10858,7 +10868,7 @@ paths: type: integer image_versions: type: array - items: &52 + items: &53 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -10891,7 +10901,7 @@ paths: - created_on - state_details examples: - default: *51 + default: *52 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10912,9 +10922,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-image-version-of-an-enterprise-custom-image-for-github-actions-hosted-runners parameters: - - *41 - - *50 - - &53 + - *42 + - *51 + - &54 name: version description: Version of a custom image in: path @@ -10927,9 +10937,9 @@ paths: description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: &276 + default: &277 value: version: 1.0.0 size_gb: 75 @@ -10953,9 +10963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-enterprise parameters: - - *41 - - *50 - - *53 + - *42 + - *51 + - *54 responses: '204': description: Response @@ -10976,7 +10986,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -10992,7 +11002,7 @@ paths: type: integer images: type: array - items: &54 + items: &55 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -11028,7 +11038,7 @@ paths: - display_name - source examples: - default: &55 + default: &56 value: id: ubuntu-20.04 platform: linux-x64 @@ -11052,7 +11062,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11068,9 +11078,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11087,13 +11097,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &277 + schema: &278 type: object properties: public_ips: @@ -11118,7 +11128,7 @@ paths: required: - public_ips examples: - default: &278 + default: &279 value: public_ips: current_usage: 17 @@ -11140,7 +11150,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11156,9 +11166,9 @@ paths: type: integer machine_specs: type: array - items: *56 + items: *57 examples: - default: &279 + default: &280 value: id: 4-core cpu_cores: 4 @@ -11181,7 +11191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11225,8 +11235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - &58 + - *42 + - &59 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -11238,11 +11248,11 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11260,8 +11270,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - *58 + - *42 + - *59 requestBody: required: true content: @@ -11327,9 +11337,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -11345,16 +11355,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - *58 + - *42 + - *59 responses: '202': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11374,7 +11384,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#set-the-github-actions-oidc-custom-issuer-policy-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11413,7 +11423,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -11421,7 +11431,7 @@ paths: application/json: schema: type: array - items: &59 + items: &60 title: Actions OIDC Custom Property Inclusion description: An OIDC custom property inclusion for repository properties type: object @@ -11468,12 +11478,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &280 + schema: &281 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -11485,7 +11495,7 @@ paths: required: - custom_property_name examples: - default: &60 + default: &61 value: custom_property_name: environment responses: @@ -11493,9 +11503,9 @@ paths: description: OIDC custom property inclusion created content: application/json: - schema: *59 + schema: *60 examples: - default: *60 + default: *61 '400': description: Invalid input '403': *29 @@ -11520,7 +11530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *41 + - *42 - name: custom_property_name in: path required: true @@ -11554,7 +11564,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-github-actions-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11563,7 +11573,7 @@ paths: schema: type: object properties: - enabled_organizations: &61 + enabled_organizations: &62 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -11576,7 +11586,7 @@ paths: description: The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`. - allowed_actions: &62 + allowed_actions: &63 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -11584,12 +11594,12 @@ paths: - all - local_only - selected - selected_actions_url: &282 + selected_actions_url: &283 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` is set to `selected`. - sha_pinning_required: &63 + sha_pinning_required: &64 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -11620,7 +11630,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-github-actions-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11631,9 +11641,9 @@ paths: schema: type: object properties: - enabled_organizations: *61 - allowed_actions: *62 - sha_pinning_required: *63 + enabled_organizations: *62 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled_organizations examples: @@ -11658,13 +11668,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &284 + schema: &285 type: object properties: days: @@ -11682,7 +11692,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &836 + '401': &837 description: Authorization failure '404': *6 x-github: @@ -11700,7 +11710,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Successfully updated the artifact and log retention settings @@ -11710,7 +11720,7 @@ paths: required: true content: application/json: - schema: &285 + schema: &286 type: object properties: days: @@ -11739,13 +11749,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &64 + schema: &65 type: object properties: approval_policy: @@ -11759,7 +11769,7 @@ paths: required: - approval_policy examples: - default: &286 + default: &287 value: approval_policy: first_time_contributors '404': *6 @@ -11778,7 +11788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11788,7 +11798,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -11811,13 +11821,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &287 + schema: &288 type: object required: - run_workflows_from_fork_pull_requests @@ -11843,7 +11853,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &65 + default: &66 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -11866,12 +11876,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &288 + schema: &289 type: object required: - run_workflows_from_fork_pull_requests @@ -11894,7 +11904,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -11919,7 +11929,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -11934,11 +11944,11 @@ paths: type: number organizations: type: array - items: &75 + items: &76 title: Organization Simple description: A GitHub organization. type: object - properties: &123 + properties: &124 login: type: string example: github @@ -11979,7 +11989,7 @@ paths: type: string example: A great organization nullable: true - required: &124 + required: &125 - login - url - id @@ -11996,7 +12006,7 @@ paths: - total_count - organizations examples: - default: &76 + default: &77 value: total_count: 1 organizations: @@ -12030,7 +12040,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12074,8 +12084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *41 - - &66 + - *42 + - &67 name: org_id description: The unique identifier of the organization. in: path @@ -12103,8 +12113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *41 - - *66 + - *42 + - *67 responses: '204': description: Response @@ -12127,13 +12137,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &67 + schema: &68 type: object properties: github_owned_allowed: @@ -12154,7 +12164,7 @@ paths: items: type: string examples: - default: &68 + default: &69 value: github_owned_allowed: true verified_allowed: false @@ -12179,7 +12189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12187,9 +12197,9 @@ paths: required: true content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12207,7 +12217,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-self-hosted-runners-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -12243,7 +12253,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-self-hosted-runners-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12288,23 +12298,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Success response content: application/json: - schema: &291 + schema: &292 type: object properties: - default_workflow_permissions: &69 + default_workflow_permissions: &70 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &70 + can_approve_pull_request_reviews: &71 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -12312,7 +12322,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &71 + default: &72 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -12337,18 +12347,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-default-workflow-permissions-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &292 + schema: &293 type: object properties: - default_workflow_permissions: *69 - can_approve_pull_request_reviews: *70 + default_workflow_permissions: *70 + can_approve_pull_request_reviews: *71 examples: - default: *71 + default: *72 responses: '204': description: Success response @@ -12371,7 +12381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 - name: visible_to_organization @@ -12393,7 +12403,7 @@ paths: type: number runner_groups: type: array - items: &72 + items: &73 type: object properties: id: @@ -12501,7 +12511,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -12572,9 +12582,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: &73 + default: &74 value: id: 2 name: octo-runner-group @@ -12608,8 +12618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 - - &74 + - *42 + - &75 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -12621,9 +12631,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12642,8 +12652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: false content: @@ -12695,7 +12705,7 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: default: value: @@ -12730,8 +12740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 responses: '204': description: Response @@ -12754,8 +12764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 - *17 - *19 responses: @@ -12770,12 +12780,12 @@ paths: type: number organizations: type: array - items: *75 + items: *76 required: - total_count - organizations examples: - default: *76 + default: *77 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12794,8 +12804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: true content: @@ -12840,9 +12850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 - - *66 + - *42 + - *75 + - *67 responses: '204': description: Response @@ -12864,9 +12874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 - - *66 + - *42 + - *75 + - *67 responses: '204': description: Response @@ -12889,8 +12899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 - *17 - *19 responses: @@ -12905,7 +12915,7 @@ paths: type: number runners: type: array - items: &78 + items: &79 title: Self hosted runners description: A self hosted runner type: object @@ -12934,7 +12944,7 @@ paths: type: boolean labels: type: array - items: &82 + items: &83 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -12974,7 +12984,7 @@ paths: - total_count - runners examples: - default: &79 + default: &80 value: total_count: 2 runners: @@ -13016,7 +13026,7 @@ paths: name: no-gpu type: custom headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -13035,8 +13045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: true content: @@ -13080,9 +13090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - - *41 - - *74 - - &77 + - *42 + - *75 + - &78 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -13110,9 +13120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - - *41 - - *74 - - *77 + - *42 + - *75 + - *78 responses: '204': description: Response @@ -13140,7 +13150,7 @@ paths: in: query schema: type: string - - *41 + - *42 - *17 - *19 responses: @@ -13155,11 +13165,11 @@ paths: type: number runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -13179,7 +13189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-runner-applications-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -13187,7 +13197,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Runner Application description: Runner Application type: object @@ -13212,7 +13222,7 @@ paths: - download_url - filename examples: - default: &297 + default: &298 value: - os: osx architecture: x64 @@ -13253,7 +13263,7 @@ 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-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -13296,7 +13306,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &298 + '201': &299 description: Response content: application/json: @@ -13306,7 +13316,7 @@ paths: - runner - encoded_jit_config properties: - runner: *78 + runner: *79 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -13335,7 +13345,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &121 + '409': &122 description: Conflict content: application/json: @@ -13367,13 +13377,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-registration-token-for-an-enterprise parameters: - - *41 + - *42 responses: '201': description: Response content: application/json: - schema: &81 + schema: &82 title: Authentication Token description: Authentication Token type: object @@ -13395,7 +13405,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *80 + items: *81 single_file: type: string example: config.yaml @@ -13411,7 +13421,7 @@ paths: - token - expires_at examples: - default: &299 + default: &300 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -13443,15 +13453,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-remove-token-for-an-enterprise parameters: - - *41 + - *42 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: &300 + default: &301 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -13474,16 +13484,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: &301 + default: &302 value: id: 23 name: MBP @@ -13523,8 +13533,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: '204': description: Response @@ -13548,10 +13558,10 @@ 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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: - '200': &83 + '200': &84 description: Response content: application/json: @@ -13565,7 +13575,7 @@ paths: type: integer labels: type: array - items: *82 + items: *83 examples: default: value: @@ -13602,8 +13612,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 requestBody: required: true content: @@ -13627,7 +13637,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13649,8 +13659,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 requestBody: required: true content: @@ -13675,7 +13685,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13697,10 +13707,10 @@ 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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: - '200': &302 + '200': &303 description: Response content: application/json: @@ -13714,7 +13724,7 @@ paths: type: integer labels: type: array - items: *82 + items: *83 examples: default: value: @@ -13754,9 +13764,9 @@ 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-an-enterprise parameters: - - *41 - - *77 - - &303 + - *42 + - *78 + - &304 name: name description: The name of a self-hosted runner's custom label. in: path @@ -13764,7 +13774,7 @@ paths: schema: type: string responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13783,26 +13793,26 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/enterprises#get-announcement-banner-for-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &88 + schema: &89 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &84 + announcement: &85 type: string description: The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." example: Very **important** announcement about _something_. nullable: true - expires_at: &85 + expires_at: &86 type: string format: date-time description: 'The time at which the announcement expires. This @@ -13812,7 +13822,7 @@ paths: it to an empty string.' example: '"2021-01-01T00:00:00.000-07:00"' nullable: true - user_dismissible: &86 + user_dismissible: &87 type: boolean description: Whether an announcement can be dismissed by the user. example: false @@ -13823,7 +13833,7 @@ paths: - expires_at - user_dismissible examples: - default: &87 + default: &88 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -13847,28 +13857,28 @@ paths: required: true content: application/json: - schema: &317 + schema: &318 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *84 - expires_at: *85 - user_dismissible: *86 + announcement: *85 + expires_at: *86 + user_dismissible: *87 required: - announcement examples: - default: *87 + default: *88 parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -13884,7 +13894,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/enterprises#remove-announcement-banner-from-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -13907,7 +13917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-enterprise-owned-organizations-that-can-have-github-apps-installed parameters: - - *41 + - *42 - *17 - *19 responses: @@ -13963,8 +13973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - - *41 - - &89 + - *42 + - &90 name: org description: The organization name. The name is not case sensitive. in: path @@ -13981,7 +13991,7 @@ paths: application/json: schema: type: array - items: &91 + items: &92 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -14031,8 +14041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 - *17 - *19 responses: @@ -14126,8 +14136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 responses: '200': description: A GitHub App installation that was installed previously. @@ -14135,14 +14145,14 @@ paths: application/json: schema: *22 examples: - default: *90 + default: *91 '201': description: A GitHub App installation. content: application/json: schema: *22 examples: - default: *90 + default: *91 requestBody: required: true content: @@ -14209,8 +14219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '204': @@ -14237,8 +14247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 - *17 - *19 @@ -14250,7 +14260,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14278,8 +14288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories parameters: - - *41 - - *89 + - *42 + - *90 - *23 requestBody: required: true @@ -14319,7 +14329,7 @@ paths: application/json: schema: *22 examples: - default: *90 + default: *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -14339,8 +14349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '200': @@ -14350,7 +14360,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14400,8 +14410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '200': @@ -14411,7 +14421,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14480,7 +14490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#get-the-audit-log-for-an-enterprise parameters: - - *41 + - *42 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise#searching-the-audit-log). @@ -14488,7 +14498,7 @@ paths: required: false schema: type: string - - &320 + - &321 name: include description: |- The event types to include: @@ -14506,7 +14516,7 @@ paths: - web - git - all - - &131 + - &132 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. @@ -14514,7 +14524,7 @@ paths: required: false schema: type: string - - &132 + - &133 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. @@ -14522,7 +14532,7 @@ paths: required: false schema: type: string - - &133 + - &134 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -14544,7 +14554,7 @@ paths: application/json: schema: type: array - items: &321 + items: &322 type: object properties: "@timestamp": @@ -14666,7 +14676,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &322 + default: &323 value: - "@timestamp": 1606929874512 action: team.add_member @@ -14709,7 +14719,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#get-the-audit-log-stream-key-for-encrypting-secrets parameters: - - *41 + - *42 responses: '200': description: The stream key for the audit log streaming configuration was @@ -14753,7 +14763,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#list-audit-log-stream-configurations-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: OK @@ -14819,7 +14829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#create-an-audit-log-streaming-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -14845,7 +14855,7 @@ paths: vendor_specific: type: object oneOf: - - &95 + - &96 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -14864,7 +14874,7 @@ paths: - key_id - encrypted_sas_url - container - - &96 + - &97 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -14883,7 +14893,7 @@ paths: - name - encrypted_connstring - key_id - - &97 + - &98 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -14911,7 +14921,7 @@ paths: - bucket - key_id - region - - &98 + - &99 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -14945,7 +14955,7 @@ paths: - encrypted_secret_key - key_id - region - - &99 + - &100 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -14973,7 +14983,7 @@ paths: - key_id - port - ssl_verify - - &100 + - &101 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -15005,7 +15015,7 @@ paths: - key_id - port - ssl_verify - - &101 + - &102 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -15023,7 +15033,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &102 + - &103 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -15054,7 +15064,7 @@ paths: - stream_type - vendor_specific examples: - default: &103 + default: &104 value: enabled: false stream_type: Azure Event Hubs @@ -15068,7 +15078,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &92 + schema: &93 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -15099,7 +15109,7 @@ paths: - created_at - updated_at examples: - default: &93 + default: &94 value: id: 1 stream_type: Splunk @@ -15127,8 +15137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#list-one-audit-log-streaming-configuration-via-a-stream-id parameters: - - *41 - - &94 + - *42 + - &95 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -15140,9 +15150,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *92 + schema: *93 examples: - default: *93 + default: *94 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -15161,8 +15171,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - - *41 - - *94 + - *42 + - *95 requestBody: required: true content: @@ -15188,7 +15198,6 @@ paths: vendor_specific: type: object oneOf: - - *95 - *96 - *97 - *98 @@ -15196,20 +15205,21 @@ paths: - *100 - *101 - *102 + - *103 required: - enabled - stream_type - vendor_specific examples: - default: *103 + default: *104 responses: '200': description: Successful update content: application/json: - schema: *92 + schema: *93 examples: - default: *93 + default: *94 '422': description: Validation error content: @@ -15239,8 +15249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#delete-an-audit-log-streaming-configuration-for-an-enterprise parameters: - - *41 - - *94 + - *42 + - *95 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -15266,14 +15276,14 @@ paths: category: enterprise-admin subcategory: bypass-requests parameters: - - *41 - - &104 + - *42 + - &105 name: organization_name description: The name of the organization to filter on. in: query schema: type: string - - &105 + - &106 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -15281,7 +15291,7 @@ paths: required: false schema: type: string - - &106 + - &107 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -15289,7 +15299,7 @@ paths: required: false schema: type: string - - &107 + - &108 name: time_period description: |- The time period to filter by. @@ -15305,7 +15315,7 @@ paths: - week - month default: day - - &108 + - &109 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -15332,7 +15342,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -15449,7 +15459,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: &109 + items: &110 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -15493,7 +15503,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &324 + default: &325 value: - id: 21 number: 42 @@ -15562,7 +15572,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/enterprises/{enterprise}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an enterprise @@ -15583,12 +15593,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *41 - - *104 + - *42 - *105 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -15598,7 +15608,7 @@ paths: application/json: schema: type: array - items: &326 + items: &327 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -15712,7 +15722,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: *109 + items: *110 url: type: string format: uri @@ -15723,7 +15733,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &327 + default: &328 value: - id: 21 number: 42 @@ -15790,7 +15800,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/secret-scanning/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -15807,18 +15817,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - - *41 - - &332 + - *42 + - &333 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`, but not both. in: query required: false - schema: &113 + schema: &114 type: string description: The name of the tool used to generate the code scanning analysis. - - &333 + - &334 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 @@ -15826,22 +15836,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &114 + schema: &115 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *110 - *111 + - *112 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &334 + schema: &335 type: string description: State of a code scanning alert. enum: @@ -15874,42 +15884,42 @@ paths: application/json: schema: type: array - items: &335 + items: &336 type: object properties: - number: &134 + number: &135 type: integer description: The security alert number. readOnly: true - created_at: &141 + created_at: &142 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &142 + updated_at: &143 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &139 + url: &140 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &140 + html_url: &141 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &582 + instances_url: &583 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &115 + state: &116 type: string description: State of a code scanning alert. nullable: true @@ -15917,7 +15927,7 @@ paths: - open - dismissed - fixed - fixed_at: &144 + fixed_at: &145 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15931,14 +15941,14 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &143 + dismissed_at: &144 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissed_reason: &583 + dismissed_reason: &584 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -15947,13 +15957,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &584 + dismissed_comment: &585 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &585 + rule: &586 type: object properties: id: @@ -16006,42 +16016,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &586 + tool: &587 type: object properties: - name: *113 + name: *114 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *114 - most_recent_instance: &587 + guid: *115 + most_recent_instance: &588 type: object properties: - ref: &580 + ref: &581 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &597 + analysis_key: &598 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: &598 + environment: &599 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: &599 + category: &600 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *115 + state: *116 commit_sha: type: string message: @@ -16055,7 +16065,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: &600 + location: &601 type: object description: Describe a region within a file for the alert. properties: @@ -16076,7 +16086,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: &601 + items: &602 type: string description: A classification of the file. For example to identify it as generated. @@ -16086,11 +16096,11 @@ paths: - generated - test - library - repository: &122 + repository: &123 title: Simple Repository description: A GitHub repository. type: object - properties: &145 + properties: &146 id: type: integer format: int64 @@ -16317,7 +16327,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &146 + required: &147 - archive_url - assignees_url - blobs_url @@ -16389,7 +16399,7 @@ paths: - most_recent_instance - repository examples: - default: &336 + default: &337 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -16618,9 +16628,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *47 + Link: *48 '404': *6 - '503': &203 + '503': &204 description: Service unavailable content: application/json: @@ -16655,7 +16665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-code-security-configurations-for-an-enterprise parameters: - - *41 + - *42 - name: per_page in: query description: The number of results per page (max 100). For more information, @@ -16664,8 +16674,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 responses: '200': description: Response @@ -16673,7 +16683,7 @@ paths: application/json: schema: type: array - items: &116 + items: &117 type: object description: A code security configuration properties: @@ -16993,7 +17003,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#create-a-code-security-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -17071,7 +17081,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &120 + code_scanning_options: &121 type: object description: Security Configuration feature options for code scanning nullable: true @@ -17088,7 +17098,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &119 + code_scanning_default_setup_options: &120 type: object description: Feature options for code scanning default setup nullable: true @@ -17212,9 +17222,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *116 + schema: *117 examples: - default: &117 + default: &118 value: id: 1325 target_type: enterprise @@ -17266,13 +17276,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-default-code-security-configurations-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &338 + schema: &339 type: array description: A list of default code security configurations items: @@ -17286,9 +17296,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *116 + configuration: *117 examples: - default: &339 + default: &340 value: - default_for_new_repos: public configuration: @@ -17371,8 +17381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - - *41 - - &118 + - *42 + - &119 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -17384,10 +17394,10 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *117 - '304': *37 + default: *118 + '304': *38 '403': *29 '404': *6 x-github: @@ -17410,8 +17420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17490,8 +17500,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *119 - code_scanning_options: *120 + code_scanning_default_setup_options: *120 + code_scanning_options: *121 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -17587,13 +17597,13 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *117 - '304': *37 + default: *118 + '304': *38 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17616,15 +17626,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 responses: - '204': &130 + '204': &131 description: A header with no content is returned. '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17648,8 +17658,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17673,10 +17683,10 @@ paths: value: scope: all responses: - '202': *39 + '202': *40 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17700,8 +17710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17741,12 +17751,12 @@ paths: - none - private_and_internal - public - configuration: *116 + configuration: *117 examples: default: value: default_for_new_repos: all - configuration: &337 + configuration: &338 value: id: 1325 target_type: organization @@ -17807,8 +17817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - - *41 - - *118 + - *42 + - *119 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -17817,8 +17827,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -17836,7 +17846,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 type: object description: Repositories associated with a code security configuration and attachment status @@ -17854,13 +17864,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *122 + repository: *123 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &341 + repository: &342 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -17954,7 +17964,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#get-code-security-and-analysis-features-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -18052,7 +18062,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#update-code-security-and-analysis-features-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: false content: @@ -18136,7 +18146,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#list-enterprise-consumed-licenses parameters: - - *41 + - *42 - *17 - *19 responses: @@ -18268,7 +18278,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18301,7 +18311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-enterprise parameters: - - *41 + - *42 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -18325,7 +18335,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &154 + items: &155 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -18342,14 +18352,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *123 - required: *124 + properties: *124 + required: *125 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &328 + - &329 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -18435,7 +18445,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &416 + properties: &417 id: description: Unique identifier of the team type: integer @@ -18507,7 +18517,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &417 + required: &418 - id - node_id - url @@ -18533,7 +18543,7 @@ paths: - slug - parent - type - - &153 + - &154 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -18651,7 +18661,7 @@ paths: - created_at additionalProperties: false examples: - default: &155 + default: &156 value: total_seats: 2 seats: @@ -18721,8 +18731,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18752,7 +18762,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-enterprise-teams-to-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -18794,7 +18804,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18828,7 +18838,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-enterprise-teams-from-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -18883,7 +18893,7 @@ paths: response: value: message: Status for delete command - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18918,7 +18928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -18959,7 +18969,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18994,7 +19004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -19036,7 +19046,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19075,7 +19085,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: OK @@ -19097,7 +19107,7 @@ paths: - "/__tests__/**" octo-org/octo-repo: - "/src/some-dir/kernel.rs" - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19130,7 +19140,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-enterprise parameters: - - *41 + - *42 requestBody: description: The content exclusion rules to set required: true @@ -19184,11 +19194,11 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '413': &348 + '413': &349 description: Payload Too Large content: application/json: @@ -19217,7 +19227,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#get-custom-agents-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -19261,7 +19271,7 @@ paths: summary: Response when no source repository configured value: custom_agents: - '500': *40 + '500': *41 '401': *25 '403': *29 '404': @@ -19304,7 +19314,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#get-the-source-organization-for-custom-agents-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -19383,7 +19393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#set-the-source-organization-for-custom-agents-in-an-enterprise parameters: - - *41 + - *42 requestBody: description: The source organization configuration required: true @@ -19486,7 +19496,7 @@ paths: id: 456 name: ".github-private" full_name: my-org/.github-private - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19543,7 +19553,7 @@ paths: category: copilot subcategory: copilot-custom-agents parameters: - - *41 + - *42 responses: '204': description: No Content - The custom agents source was successfully removed. @@ -19576,8 +19586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day parameters: - - *41 - - &125 + - *42 + - &126 name: day description: The day to request data for, in `YYYY-MM-DD` format. in: query @@ -19591,7 +19601,7 @@ paths: description: Response content: application/json: - schema: &126 + schema: &127 type: object title: Copilot Metrics 1 Day Report description: Links to download the Copilot usage metrics report for @@ -19612,13 +19622,13 @@ paths: - download_links - report_day examples: - default: &127 + default: &128 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_day: '2025-07-01' - '500': *40 + '500': *41 '403': *29 '404': *6 x-github: @@ -19644,13 +19654,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &128 + schema: &129 type: object title: Copilot Metrics 28 Day Report description: Links to download the latest Copilot usage metrics report @@ -19678,14 +19688,14 @@ paths: - report_start_day - report_end_day examples: - default: &129 + default: &130 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_start_day: '2025-07-01' report_end_day: '2025-07-28' - '500': *40 + '500': *41 '403': *29 '404': *6 x-github: @@ -19711,17 +19721,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-user-teams-report-for-a-specific-day parameters: - - *41 - - *125 + - *42 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '500': *40 + default: *128 + '500': *41 '403': *29 '404': *6 x-github: @@ -19747,17 +19757,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day parameters: - - *41 - - *125 + - *42 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '500': *40 + default: *128 + '500': *41 '403': *29 '404': *6 x-github: @@ -19783,16 +19793,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -19820,7 +19830,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-the-coding-agent-policy-for-an-enterprise parameters: - - *41 + - *42 requestBody: description: The coding agent policy configuration required: true @@ -19847,7 +19857,7 @@ paths: value: policy_state: enabled_for_all_orgs responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -19874,7 +19884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#add-organizations-to-the-enterprise-coding-agent-policy parameters: - - *41 + - *42 requestBody: description: The organizations to enable Copilot cloud agent for required: true @@ -19923,7 +19933,7 @@ paths: - engineering - security responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -19949,7 +19959,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#remove-organizations-from-the-enterprise-coding-agent-policy parameters: - - *41 + - *42 requestBody: description: The organizations to disable Copilot cloud agent for required: true @@ -19999,7 +20009,7 @@ paths: - engineering - security responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -20026,7 +20036,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-usage-records-for-an-enterprise parameters: - - *41 + - *42 - name: phrase description: 'A search phrase to filter usage records. Supported qualifiers: `type` (request/response), `user_id`, `created`.' @@ -20042,9 +20052,9 @@ paths: schema: type: integer default: 25 - - *131 - *132 - *133 + - *134 responses: '200': description: Response @@ -20098,7 +20108,7 @@ paths: body: '{"choices":[{"message":{"content":"Hi there!"}}]}' "@timestamp": 1719600000500 headers: - Link: *47 + Link: *48 '400': *14 '422': *15 '403': *29 @@ -20136,7 +20146,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-all-credential-authorizations-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: false content: @@ -20232,8 +20242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-credential-authorizations-for-a-user-in-an-enterprise parameters: - - *41 - - &151 + - *42 + - &152 name: username description: The handle for the GitHub user account. in: path @@ -20343,8 +20353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *41 - - &353 + - *42 + - &354 name: classification in: query description: |- @@ -20353,7 +20363,7 @@ paths: Can be: `malware`, `general` schema: type: string - - &354 + - &355 name: state in: query description: |- @@ -20362,7 +20372,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &355 + - &356 name: severity in: query description: |- @@ -20371,7 +20381,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &356 + - &357 name: ecosystem in: query description: |- @@ -20380,14 +20390,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &357 + - &358 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &358 + - &359 name: epss_percentage in: query description: |- @@ -20399,7 +20409,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 - - &644 + - &645 name: has in: query description: |- @@ -20413,7 +20423,7 @@ paths: type: string enum: - patch - - &359 + - &360 name: assignee in: query description: |- @@ -20422,7 +20432,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &360 + - &361 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -20432,7 +20442,7 @@ paths: enum: - development - runtime - - &361 + - &362 name: sort in: query description: |- @@ -20447,9 +20457,9 @@ paths: - updated - epss_percentage default: created - - *112 - - *110 + - *113 - *111 + - *112 - *17 responses: '200': @@ -20458,11 +20468,11 @@ paths: application/json: schema: type: array - items: &362 + items: &363 type: object description: A Dependabot alert. properties: - number: *134 + number: *135 state: type: string description: The state of the Dependabot alert. @@ -20477,7 +20487,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &135 + package: &136 type: object description: Details for the vulnerable package. readOnly: true @@ -20522,7 +20532,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &645 + security_advisory: &646 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20552,13 +20562,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &138 + items: &139 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *135 + package: *136 severity: type: string description: The severity of the vulnerability. @@ -20631,8 +20641,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *136 - epss: *137 + cvss_severities: *137 + epss: *138 cwes: type: array description: Details for the advisory pertaining to Common @@ -20731,12 +20741,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *138 - url: *139 - html_url: *140 - created_at: *141 - updated_at: *142 - dismissed_at: *143 + security_vulnerability: *139 + url: *140 + html_url: *141 + created_at: *142 + updated_at: *143 + dismissed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -20760,15 +20770,15 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *144 - auto_dismissed_at: &646 + fixed_at: *145 + auto_dismissed_at: &647 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: &647 + dismissal_request: &648 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20811,7 +20821,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *122 + repository: *123 required: - number - state @@ -20830,7 +20840,7 @@ paths: - repository additionalProperties: false examples: - default: &363 + default: &364 value: - number: 2 state: dismissed @@ -21168,7 +21178,7 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *37 + '304': *38 '403': *29 '404': *6 '422': *7 @@ -21192,7 +21202,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-enterprise parameters: - - *41 + - *42 - name: page in: query description: The page number of results to fetch. @@ -21215,7 +21225,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -21236,12 +21246,12 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *145 - required: *146 + properties: *146 + required: *147 nullable: true additionalProperties: false examples: - default: &365 + default: &366 value: default_level: public accessible_repositories: @@ -21341,7 +21351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -21405,7 +21415,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot-in-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -21458,12 +21468,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *41 - - *104 + - *42 - *105 - *106 - *107 - - &367 + - *108 + - &368 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -21489,7 +21499,7 @@ paths: application/json: schema: type: array - items: &369 + items: &370 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -21599,7 +21609,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *109 + items: *110 url: type: string format: uri @@ -21610,7 +21620,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &370 + default: &371 value: - id: 21 number: 42 @@ -21675,7 +21685,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *29 - '500': *40 + '500': *41 "/enterprises/{enterprise}/enterprise-roles": get: summary: Get all enterprise roles for an enterprise @@ -21695,7 +21705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-all-enterprise-roles-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response - list of enterprise roles @@ -21711,7 +21721,7 @@ paths: roles: type: array description: The list of enterprise roles available to the enterprise. - items: &152 + items: &153 title: Enterprise Role description: Enterprise custom roles type: object @@ -21745,8 +21755,8 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: *147 - required: *148 + properties: *148 + required: *149 nullable: true created_at: description: The date and time the role was created. @@ -21838,8 +21848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-team parameters: - - *41 - - &149 + - *42 + - &150 name: team_slug description: The slug of the enterprise team name. in: path @@ -21881,9 +21891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-a-team parameters: - - *41 - - *149 - - &150 + - *42 + - *150 + - &151 name: role_id description: The unique identifier of the role. in: path @@ -21924,9 +21934,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-an-enterprise-role-from-a-team parameters: - - *41 - - *149 + - *42 - *150 + - *151 responses: '204': description: Response @@ -21959,8 +21969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-user parameters: - - *41 - - *151 + - *42 + - *152 responses: '204': description: Response @@ -21993,9 +22003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-an-enterprise-user parameters: - - *41 + - *42 + - *152 - *151 - - *150 responses: '204': description: Response @@ -22027,9 +22037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-enterprise-user-role-assignment parameters: - - *41 + - *42 + - *152 - *151 - - *150 responses: '204': description: Response @@ -22062,14 +22072,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 responses: '200': description: Response content: application/json: - schema: *152 + schema: *153 examples: default: value: @@ -22122,8 +22132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-teams-that-are-assigned-to-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 - *17 - *19 responses: @@ -22133,9 +22143,9 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: - default: &220 + default: &221 value: - id: 1 name: Justice League @@ -22173,8 +22183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-users-that-are-assigned-to-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 - *17 - *19 responses: @@ -22206,7 +22216,7 @@ paths: description: Enterprise Team the user has gotten the role through type: array - items: *153 + items: *154 examples: default: value: @@ -22268,7 +22278,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -22299,7 +22309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/security-advisories#sync-innersource-vulnerabilities-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -22522,7 +22532,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/security-advisories#get-innersource-vulnerability-sync-status-for-an-enterprise parameters: - - *41 + - *42 - name: job_id in: path required: true @@ -22681,7 +22691,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-an-enterprise-installation-for-the-authenticated-app parameters: - - *41 + - *42 responses: '200': description: Response @@ -22689,7 +22699,7 @@ paths: application/json: schema: *22 examples: - default: &393 + default: &394 value: id: 1 account: @@ -22757,7 +22767,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#get-a-license-sync-status parameters: - - *41 + - *42 responses: '200': description: License Sync Status Response @@ -22829,8 +22839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - - *41 - - *151 + - *42 + - *152 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -22846,10 +22856,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *154 + items: *155 examples: - default: *155 - '500': *40 + default: *156 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -22873,7 +22883,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#list-hosted-compute-network-configurations-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -22891,7 +22901,7 @@ paths: type: integer network_configurations: type: array - items: &156 + items: &157 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -22943,7 +22953,7 @@ paths: - name - created_on examples: - default: &497 + default: &498 value: total_count: 2 network_configurations: @@ -22962,7 +22972,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -22979,7 +22989,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#create-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23035,9 +23045,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: &157 + default: &158 value: id: 123456789ABCDEF name: My network configuration @@ -23063,8 +23073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 - - &158 + - *42 + - &159 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -23076,11 +23086,11 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23097,8 +23107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 - - *158 + - *42 + - *159 requestBody: required: true content: @@ -23151,9 +23161,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23170,8 +23180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - - *41 - - *158 + - *42 + - *159 responses: '204': description: Response @@ -23193,8 +23203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - - *41 - - &498 + - *42 + - &499 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -23206,7 +23216,7 @@ paths: description: Response content: application/json: - schema: &499 + schema: &500 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -23240,7 +23250,7 @@ paths: - subnet_id - region examples: - default: &500 + default: &501 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -23248,7 +23258,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23271,7 +23281,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#get-organization-custom-properties-schema-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -23279,7 +23289,7 @@ paths: application/json: schema: type: array - items: &159 + items: &160 title: Custom Property for Organization description: Custom property defined for an organization allOf: @@ -23347,7 +23357,7 @@ paths: - property_name - value_type examples: - default: &160 + default: &161 value: - property_name: environment url: https://api.github.com/enterprises/github/org-properties/schema/environment @@ -23395,7 +23405,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-organization-custom-property-definitions-on-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23407,7 +23417,7 @@ paths: type: array description: The array of organization custom properties to create or update. - items: *159 + items: *160 minItems: 1 maxItems: 100 required: @@ -23440,9 +23450,9 @@ paths: application/json: schema: type: array - items: *159 + items: *160 examples: - default: *160 + default: *161 '403': *29 '404': *6 '422': *7 @@ -23468,8 +23478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#get-an-organization-custom-property-definition-from-an-enterprise parameters: - - *41 - - &161 + - *42 + - &162 name: custom_property_name description: The custom property name in: path @@ -23481,9 +23491,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: &162 + default: &163 value: property_name: environment url: https://api.github.com/enterprises/github/org-properties/schema/environment @@ -23519,8 +23529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-an-organization-custom-property-definition-on-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 requestBody: required: true content: @@ -23589,9 +23599,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *162 + default: *163 '403': *29 '404': *6 '422': *7 @@ -23616,10 +23626,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#remove-an-organization-custom-property-definition-from-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 '422': *7 @@ -23645,7 +23655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#list-custom-property-values-for-organizations-in-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -23668,7 +23678,7 @@ paths: example: Hello-World properties: type: array - items: &163 + items: &164 title: Custom Property Value description: Custom property name and associated value type: object @@ -23705,7 +23715,7 @@ paths: - property_name: team value: octocat headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -23731,7 +23741,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-custom-property-values-for-organizations-in-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23751,7 +23761,7 @@ paths: type: array description: List of custom property names and associated values to apply to the organizations. - items: *163 + items: *164 required: - organization_logins - properties @@ -23793,7 +23803,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -23801,7 +23811,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -23869,7 +23879,7 @@ paths: - property_name - value_type examples: - default: &165 + default: &166 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -23916,7 +23926,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23927,7 +23937,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *164 + items: *165 minItems: 1 maxItems: 100 required: @@ -23957,9 +23967,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -23981,17 +23991,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - - *41 - - *89 - - *161 + - *42 + - *90 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: &166 + default: &167 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -24023,16 +24033,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -24053,13 +24063,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 requestBody: required: true content: application/json: - schema: &449 + schema: &450 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24125,9 +24135,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -24148,10 +24158,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 x-github: @@ -24170,7 +24180,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#create-an-enterprise-repository-ruleset parameters: - - *41 + - *42 requestBody: description: Request body required: true @@ -24191,7 +24201,7 @@ paths: - push - repository default: branch - enforcement: &175 + enforcement: &176 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -24204,7 +24214,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &176 + items: &177 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -24247,7 +24257,7 @@ paths: - pull_request - exempt default: always - conditions: &200 + conditions: &201 title: Enterprise ruleset conditions type: object description: |- @@ -24260,7 +24270,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &167 + - &168 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -24286,7 +24296,7 @@ paths: type: string required: - organization_name - - &170 + - &171 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -24315,7 +24325,7 @@ paths: is prevented. required: - repository_name - - &169 + - &170 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -24343,8 +24353,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *167 - - &172 + - *168 + - &173 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -24357,7 +24367,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &168 + items: &169 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -24388,16 +24398,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *168 + items: *169 required: - repository_property - - *169 + - *170 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &171 + - &172 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -24414,22 +24424,22 @@ paths: type: integer required: - organization_id + - *171 - *170 - - *169 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *171 - *172 - - *169 + - *173 + - *170 - type: object title: organization_property_and_repository_name description: Conditions to target organizations by property and all repositories allOf: - - &174 + - &175 title: Repository ruleset conditions for organization properties type: object description: Parameters for a organization property condition @@ -24442,7 +24452,7 @@ paths: description: The organization properties and values to include. All of these properties must match for the condition to pass. - items: &173 + items: &174 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a organization @@ -24466,28 +24476,28 @@ paths: description: The organization properties and values to exclude. The condition will not pass if any of these properties match. - items: *173 + items: *174 required: - organization_property + - *171 - *170 - - *169 - type: object title: organization_property_and_repository_property description: Conditions to target organizations by property and repositories by property allOf: - - *174 - - *172 - - *169 + - *175 + - *173 + - *170 rules: type: array description: An array of rules within the ruleset. - items: &201 + items: &202 title: Repository Rule type: object description: A repository rule. oneOf: - - &177 + - &178 title: creation description: Only allow users with bypass permission to create matching refs. @@ -24499,7 +24509,7 @@ paths: type: string enum: - creation - - &178 + - &179 title: update description: Only allow users with bypass permission to update matching refs. @@ -24520,7 +24530,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &179 + - &180 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -24532,7 +24542,7 @@ paths: type: string enum: - deletion - - &180 + - &181 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -24544,7 +24554,7 @@ paths: type: string enum: - required_linear_history - - &181 + - &182 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -24568,7 +24578,7 @@ paths: type: string required: - required_deployment_environments - - &182 + - &183 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -24580,7 +24590,7 @@ paths: type: string enum: - required_signatures - - &183 + - &184 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -24720,7 +24730,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &184 + - &185 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -24767,7 +24777,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &185 + - &186 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -24779,7 +24789,7 @@ paths: type: string enum: - non_fast_forward - - &186 + - &187 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -24816,118 +24826,118 @@ paths: required: - operator - pattern - - &187 - title: commit_author_email_pattern - description: Parameters to be used for the commit_author_email_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - commit_author_email_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the pattern - matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &188 - title: committer_email_pattern - description: Parameters to be used for the committer_email_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - committer_email_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the pattern - matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &189 - title: branch_name_pattern - description: Parameters to be used for the branch_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - branch_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the pattern - matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &190 + - &188 + title: commit_author_email_pattern + description: Parameters to be used for the commit_author_email_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - commit_author_email_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the pattern + matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &189 + title: committer_email_pattern + description: Parameters to be used for the committer_email_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - committer_email_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the pattern + matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &190 + title: branch_name_pattern + description: Parameters to be used for the branch_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - branch_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the pattern + matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &191 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -24964,7 +24974,7 @@ paths: required: - operator - pattern - - &194 + - &195 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -24988,7 +24998,7 @@ paths: type: string required: - restricted_file_paths - - &195 + - &196 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -25012,7 +25022,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &196 + - &197 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -25035,7 +25045,7 @@ paths: type: string required: - restricted_file_extensions - - &197 + - &198 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -25059,7 +25069,7 @@ paths: maximum: 100 required: - max_file_size - - &191 + - &192 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -25108,7 +25118,7 @@ paths: - repository_id required: - workflows - - &192 + - &193 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -25168,7 +25178,7 @@ paths: - tool required: - code_scanning_tools - - &193 + - &194 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code review @@ -25218,7 +25228,7 @@ paths: description: Response content: application/json: - schema: &198 + schema: &199 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -25253,11 +25263,11 @@ paths: source: type: string description: The name of the source - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 + items: *177 current_user_can_bypass: type: string description: |- @@ -25289,8 +25299,8 @@ paths: conditions: nullable: true anyOf: - - *169 - - &455 + - *170 + - &456 title: Organization ruleset conditions type: object description: |- @@ -25304,14 +25314,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *169 - *170 + - *171 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *169 + - *170 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -25333,20 +25343,20 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *169 - - *172 + - *170 + - *173 rules: type: array - items: &791 + items: &792 title: Repository Rule type: object description: A repository rule. oneOf: - - *177 - *178 - *179 - *180 - - &788 + - *181 + - &789 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25424,7 +25434,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *181 - *182 - *183 - *184 @@ -25437,7 +25446,8 @@ paths: - *191 - *192 - *193 - - &789 + - *194 + - &790 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -25449,10 +25459,10 @@ paths: type: string enum: - license_compliance_scanning - - *194 - *195 - *196 - *197 + - *198 created_at: type: string format: date-time @@ -25460,7 +25470,7 @@ paths: type: string format: date-time examples: - default: &199 + default: &200 value: id: 21 name: super cool ruleset @@ -25486,7 +25496,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25507,7 +25517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25519,11 +25529,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *199 + default: *200 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25539,7 +25549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#update-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25565,16 +25575,16 @@ paths: - tag - push - repository - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *200 + items: *177 + conditions: *201 rules: description: An array of rules within the ruleset. type: array - items: *201 + items: *202 examples: default: value: @@ -25598,11 +25608,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *199 + default: *200 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25618,7 +25628,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#delete-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25629,7 +25639,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25646,7 +25656,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-enterprise-ruleset-history parameters: - - *41 + - *42 - *17 - *19 - name: ruleset_id @@ -25662,7 +25672,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Ruleset version type: object description: The historical version of a ruleset @@ -25686,7 +25696,7 @@ paths: type: string format: date-time examples: - default: &458 + default: &459 value: - version_id: 3 actor: @@ -25704,7 +25714,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -25721,7 +25731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-enterprise-ruleset-version parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25739,9 +25749,9 @@ paths: description: Response content: application/json: - schema: &459 + schema: &460 allOf: - - *202 + - *203 - type: object required: - state @@ -25774,7 +25784,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -25793,8 +25803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *41 - - &460 + - *42 + - &461 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -25805,7 +25815,7 @@ paths: enum: - open - resolved - - &461 + - &462 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -25815,7 +25825,7 @@ paths: required: false schema: type: string - - &462 + - &463 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -25826,7 +25836,7 @@ paths: required: false schema: type: string - - &463 + - &464 name: exclude_providers in: query description: |- @@ -25837,7 +25847,7 @@ paths: required: false schema: type: string - - &464 + - &465 name: providers in: query description: |- @@ -25848,7 +25858,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -25857,7 +25867,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -25876,7 +25886,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &467 + - &468 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. @@ -25888,11 +25898,11 @@ paths: - created - updated default: created - - *112 + - *113 - *17 - - *110 - *111 - - &468 + - *112 + - &469 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -25901,7 +25911,7 @@ paths: required: false schema: type: string - - &469 + - &470 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -25910,7 +25920,7 @@ paths: schema: type: boolean default: false - - &470 + - &471 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -25919,7 +25929,7 @@ paths: schema: type: boolean default: false - - &471 + - &472 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -25928,7 +25938,7 @@ paths: schema: type: boolean default: false - - &472 + - &473 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -25939,7 +25949,7 @@ paths: required: false schema: type: boolean - - &473 + - &474 name: included_metadata in: query description: |- @@ -25950,7 +25960,7 @@ paths: required: false schema: type: string - - &474 + - &475 name: owner_email_hash in: query description: |- @@ -25969,11 +25979,11 @@ paths: application/json: schema: type: array - items: &475 + items: &476 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -25981,21 +25991,21 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &804 + state: &805 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: &805 + resolution: &806 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -26039,7 +26049,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *122 + repository: *123 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -26112,8 +26122,8 @@ paths: pull request. ' - oneOf: &806 - - &808 + oneOf: &807 + - &809 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26171,7 +26181,7 @@ paths: - blob_url - commit_sha - commit_url - - &809 + - &810 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. @@ -26226,7 +26236,7 @@ paths: - page_url - commit_sha - commit_url - - &810 + - &811 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26246,7 +26256,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &811 + - &812 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26266,7 +26276,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &812 + - &813 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26286,7 +26296,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &813 + - &814 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26300,7 +26310,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &814 + - &815 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26314,7 +26324,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &815 + - &816 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26328,7 +26338,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &816 + - &817 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. @@ -26348,7 +26358,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &817 + - &818 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. @@ -26368,7 +26378,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &818 + - &819 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. @@ -26388,7 +26398,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &819 + - &820 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. @@ -26408,7 +26418,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &820 + - &821 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. @@ -26456,7 +26466,7 @@ paths: required: *21 nullable: true examples: - default: &476 + default: &477 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26632,9 +26642,9 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -26659,8 +26669,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 - - &477 + - *42 + - &478 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -26671,7 +26681,7 @@ paths: enum: - published - unpublished - - &478 + - &479 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -26682,7 +26692,7 @@ paths: enum: - enabled - disabled - - &479 + - &480 name: sort description: The property to sort the results by. in: query @@ -26694,7 +26704,7 @@ paths: - updated - name default: created - - *112 + - *113 - *19 - *17 responses: @@ -26704,7 +26714,7 @@ paths: application/json: schema: type: array - items: &204 + items: &205 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -26752,7 +26762,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &205 + custom_pattern_version: &206 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -26776,7 +26786,7 @@ paths: - state - push_protection_enabled examples: - default: &480 + default: &481 value: - id: 1 name: Example Custom Pattern @@ -26805,7 +26815,7 @@ paths: created_at: '2024-01-16T14:20:00Z' updated_at: '2024-01-17T09:15:00Z' headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -26826,7 +26836,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 requestBody: required: true content: @@ -26839,7 +26849,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &481 + items: &482 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -26876,7 +26886,7 @@ paths: items: type: string examples: - default: &482 + default: &483 value: patterns: - name: Example Custom Pattern @@ -26900,9 +26910,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: &483 + default: &484 value: created_patterns: - id: 1 @@ -26954,7 +26964,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &484 + items: &485 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -26997,7 +27007,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 requestBody: required: true content: @@ -27011,7 +27021,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &485 + items: &486 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -27021,7 +27031,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *205 + custom_pattern_version: *206 post_delete_action: type: string description: |- @@ -27034,7 +27044,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &486 + default: &487 value: patterns: - pattern_id: 2 @@ -27045,7 +27055,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &206 + '412': &207 description: Precondition Failed content: application/json: @@ -27069,7 +27079,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 - name: pattern_id in: path required: true @@ -27080,7 +27090,7 @@ paths: required: true content: application/json: - schema: &487 + schema: &488 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`, @@ -27119,9 +27129,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *205 + custom_pattern_version: *206 examples: - default: &488 + default: &489 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -27136,9 +27146,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: &489 + default: &490 value: id: 1 name: Example Custom Pattern @@ -27158,7 +27168,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/enterprises/{enterprise}/secret-scanning/pattern-configurations": get: @@ -27179,23 +27189,23 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &490 + schema: &491 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &207 + items: &208 type: object properties: token_type: @@ -27261,9 +27271,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *207 + items: *208 examples: - default: &491 + default: &492 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -27310,7 +27320,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *41 + - *42 requestBody: required: true content: @@ -27318,7 +27328,7 @@ paths: schema: type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -27344,7 +27354,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *205 + custom_pattern_version: *206 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -27380,7 +27390,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 "/enterprises/{enterprise}/settings/billing/advanced-security": get: @@ -27398,8 +27408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - - *41 - - &494 + - *42 + - &495 name: advanced_security_product in: query description: | @@ -27419,7 +27429,7 @@ paths: description: Success content: application/json: - schema: &495 + schema: &496 type: object properties: total_advanced_security_committers: @@ -27474,7 +27484,7 @@ paths: required: - repositories examples: - default: &496 + default: &497 value: total_advanced_security_committers: 2 total_count: 2 @@ -27515,8 +27525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-ai-credit-usage-report-for-an-enterprise parameters: - - *41 - - &211 + - *42 + - &212 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -27525,7 +27535,7 @@ paths: required: false schema: type: integer - - &212 + - &213 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -27534,7 +27544,7 @@ paths: required: false schema: type: integer - - &213 + - &214 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -27543,7 +27553,7 @@ paths: required: false schema: type: integer - - &214 + - &215 name: organization description: The organization name to query usage for. The name is not case sensitive. @@ -27551,21 +27561,21 @@ paths: required: false schema: type: string - - &215 + - &216 name: user description: The user name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &216 + - &217 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &217 + - &218 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -27703,8 +27713,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -27723,7 +27733,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-all-budgets parameters: - - *41 + - *42 - name: page description: The page number of results to fetch. in: query @@ -27977,7 +27987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#create-a-budget parameters: - - *41 + - *42 requestBody: required: true content: @@ -28211,8 +28221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-a-budget-by-id parameters: - - *41 - - &208 + - *42 + - &209 name: budget_id description: The ID corresponding to the budget. in: path @@ -28316,8 +28326,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28589,8 +28599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#delete-a-budget parameters: - - *41 - - *208 + - *42 + - *209 responses: '200': description: Response when deleting a budget @@ -28616,8 +28626,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28635,8 +28645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-user-states-for-a-multi-user-budget parameters: - - *41 - - *208 + - *42 + - *209 - name: page description: The page number of results to fetch. in: query @@ -28730,8 +28740,8 @@ paths: total_count: 2 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28748,7 +28758,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#get-all-cost-centers-for-an-enterprise parameters: - - *41 + - *42 - name: state in: query description: Set to `active` or `deleted` to only list cost centers in a specific @@ -28860,8 +28870,8 @@ paths: ai_credit_pool_enabled: false '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28878,7 +28888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#create-a-new-cost-center parameters: - - *41 + - *42 requestBody: required: true content: @@ -29035,8 +29045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#get-a-cost-center-by-id parameters: - - *41 - - &210 + - *42 + - &211 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -29113,7 +29123,7 @@ paths: - name - resources examples: - default: &209 + default: &210 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -29130,8 +29140,8 @@ paths: current_amount: 7250.5 '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29251,14 +29261,14 @@ paths: - name - resources examples: - update-cost-center: *209 - update-cost-center-with-cap: *209 + update-cost-center: *210 + update-cost-center-with-cap: *210 '400': *14 '403': *29 '404': *6 - '409': *121 - '500': *40 - '503': *203 + '409': *122 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29275,8 +29285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#delete-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 responses: '200': description: Response when deleting a cost center @@ -29314,8 +29324,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29335,8 +29345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#add-resources-to-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 requestBody: required: true content: @@ -29414,9 +29424,9 @@ paths: previous_cost_center: old-cost-center '400': *14 '403': *29 - '409': *121 - '500': *40 - '503': *203 + '409': *122 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29435,8 +29445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#remove-resources-from-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 requestBody: required: true content: @@ -29487,8 +29497,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29508,14 +29518,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-premium-request-usage-report-for-an-enterprise parameters: - - *41 - - *211 + - *42 - *212 - *213 - *214 - *215 - *216 - *217 + - *218 - name: cost_center_id description: The ID corresponding to a cost center. An ID of 'none' will target usage not associated to any cost center. @@ -29647,8 +29657,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29666,7 +29676,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#list-usage-report-exports parameters: - - *41 + - *42 responses: '200': description: List of usage report exports @@ -29678,7 +29688,7 @@ paths: usage_report_exports: type: array description: List of usage report exports - items: &218 + items: &219 type: object properties: id: @@ -29768,8 +29778,8 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29787,7 +29797,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#create-a-usage-report-export parameters: - - *41 + - *42 requestBody: required: true content: @@ -29833,9 +29843,9 @@ paths: description: Report export request accepted content: application/json: - schema: *218 + schema: *219 examples: - usage-report-export: &219 + usage-report-export: &220 value: id: a1b2c3d4-e5f6-7890-abcd-ef1234567890 report_type: detailed @@ -29850,8 +29860,8 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29869,7 +29879,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#get-a-usage-report-export parameters: - - *41 + - *42 - name: report_id description: The unique identifier (UUID) for the usage report export. in: path @@ -29882,14 +29892,14 @@ paths: description: Usage report export details content: application/json: - schema: *218 + schema: *219 examples: - usage-report-export: *219 + usage-report-export: *220 '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29909,8 +29919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-usage-report-for-an-enterprise parameters: - - *41 - - *211 + - *42 + - *212 - 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 @@ -29919,7 +29929,7 @@ paths: required: false schema: type: integer - - *213 + - *214 - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -30001,8 +30011,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -30022,18 +30032,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-usage-summary-for-an-enterprise parameters: - - *41 - - *211 + - *42 - *212 - *213 - *214 + - *215 - name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *217 + - *218 - name: sku description: The SKU to query for usage. in: query @@ -30165,8 +30175,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -30183,7 +30193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#list-enterprise-teams parameters: - - *41 + - *42 - *17 - *19 responses: @@ -30193,11 +30203,11 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: - default: *220 + default: *221 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -30215,7 +30225,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#create-an-enterprise-team parameters: - - *41 + - *42 requestBody: required: true content: @@ -30282,9 +30292,9 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: &225 + default: &226 value: id: 1 name: Justice League @@ -30312,8 +30322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - - *41 - - &221 + - *42 + - &222 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -30332,7 +30342,7 @@ paths: type: array items: *4 examples: - default: &222 + default: &223 value: - login: octocat id: 1 @@ -30353,7 +30363,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30370,8 +30380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30402,7 +30412,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30419,8 +30429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30451,7 +30461,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30468,9 +30478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '200': description: User is a member of the enterprise team. @@ -30478,7 +30488,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &223 + exampleKey1: &224 value: login: octocat id: 1 @@ -30513,9 +30523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '201': description: Successfully added team member @@ -30523,7 +30533,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *223 + exampleKey1: *224 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30540,9 +30550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '204': description: Response @@ -30563,8 +30573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 - *17 - *19 responses: @@ -30574,9 +30584,9 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: &224 + default: &225 value: login: github id: 1 @@ -30606,8 +30616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30635,9 +30645,9 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: &265 + default: &266 value: - login: github id: 1 @@ -30667,8 +30677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30708,17 +30718,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '200': description: The team is assigned to the organization content: application/json: - schema: *75 + schema: *76 examples: - default: *224 + default: *225 '404': description: The team is not assigned to the organization x-github: @@ -30736,17 +30746,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *75 + schema: *76 examples: - default: *224 + default: *225 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30762,9 +30772,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -30787,8 +30797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - - *41 - - &226 + - *42 + - &227 name: team_slug description: The slug of the team name. in: path @@ -30800,11 +30810,11 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *225 + default: *226 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -30821,8 +30831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - - *41 - - *226 + - *42 + - *227 requestBody: required: true content: @@ -30887,11 +30897,11 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *225 + default: *226 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -30911,8 +30921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - - *41 - - *226 + - *42 + - *227 responses: '204': description: Response @@ -30964,7 +30974,7 @@ paths: type: integer visual_studio_subscriptions: type: array - items: &227 + items: &228 title: Visual Studio Subscription Assignment description: Visual Studio Subscription Assignment type: object @@ -31050,7 +31060,7 @@ paths: description: Response content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -31093,7 +31103,7 @@ paths: description: Response content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -31127,7 +31137,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#enable-or-disable-a-security-feature parameters: - - *41 + - *42 - name: security_product in: path description: The security feature to enable or disable. @@ -31197,7 +31207,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Event description: Event type: object @@ -31207,7 +31217,7 @@ paths: type: type: string nullable: true - actor: &228 + actor: &229 title: Actor description: Actor type: object @@ -31247,7 +31257,7 @@ paths: - id - name - url - org: *228 + org: *229 payload: oneOf: - title: CreateEvent @@ -31293,7 +31303,7 @@ paths: properties: action: type: string - discussion: &947 + discussion: &948 title: Discussion description: A Discussion in a repository. type: object @@ -31580,7 +31590,7 @@ paths: - id labels: type: array - items: &233 + items: &234 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -31655,7 +31665,7 @@ paths: properties: action: type: string - issue: &234 + issue: &235 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -31773,7 +31783,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &438 + properties: &439 url: type: string format: uri @@ -31843,7 +31853,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &439 + required: &440 - closed_issues - creator - description @@ -31922,7 +31932,7 @@ paths: timeline_url: type: string format: uri - type: &403 + type: &404 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -31974,7 +31984,7 @@ paths: - node_id - name - description - repository: *80 + repository: *81 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -31985,9 +31995,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - author_association: &231 + properties: *230 + required: *231 + author_association: &232 title: author_association type: string example: OWNER @@ -32002,7 +32012,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &232 + reactions: &233 title: Reaction Rollup type: object properties: @@ -32038,7 +32048,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &863 + sub_issues_summary: &864 title: Sub-issues Summary type: object properties: @@ -32063,7 +32073,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &235 + properties: &236 id: description: Unique identifier of the issue comment example: 42 @@ -32106,7 +32116,7 @@ paths: issue_url: type: string format: uri - author_association: *231 + author_association: *232 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -32117,9 +32127,9 @@ paths: class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - reactions: *232 + properties: *230 + required: *231 + reactions: *233 pin: title: Pinned Issue Comment description: Context around who pinned an issue @@ -32155,7 +32165,7 @@ paths: required: &735 - reason nullable: true - required: &236 + required: &237 - id - node_id - html_url @@ -32165,7 +32175,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &864 + issue_dependencies_summary: &865 title: Issue Dependencies Summary type: object properties: @@ -32301,10 +32311,10 @@ paths: assignees: type: array items: *4 - label: *233 + label: *234 labels: type: array - items: *233 + items: *234 required: - action - issue @@ -32313,14 +32323,14 @@ paths: properties: action: type: string - issue: *234 + issue: *235 comment: &702 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 required: - action - issue @@ -32493,8 +32503,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true allow_forking: type: boolean @@ -32583,7 +32593,7 @@ paths: type: string number: type: integer - pull_request: &239 + pull_request: &240 title: Pull Request Minimal type: object properties: @@ -32654,10 +32664,10 @@ paths: assignees: type: array items: *4 - label: *233 + label: *234 labels: type: array - items: *233 + items: *234 required: - action - number @@ -32667,7 +32677,7 @@ paths: properties: action: type: string - pull_request: *239 + pull_request: *240 comment: type: object properties: @@ -32918,7 +32928,7 @@ paths: - pull_request updated_at: type: string - pull_request: *239 + pull_request: *240 required: - action - review @@ -32967,7 +32977,7 @@ paths: updated_at: type: string format: date-time - reactions: *232 + reactions: *233 required: - action - comment @@ -32978,7 +32988,7 @@ paths: type: string release: allOf: - - &781 + - &782 title: Release description: A release. type: object @@ -33049,7 +33059,7 @@ paths: author: *4 assets: type: array - items: &782 + items: &783 title: Release Asset description: Data related to a release. type: object @@ -33124,7 +33134,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *232 + reactions: *233 required: - assets_url - upload_url @@ -33214,9 +33224,9 @@ paths: before: 883efe034920928c47fe18598c01249d1a9fdabd public: true created_at: '2022-06-07T07:50:26Z' - '304': *37 + '304': *38 '403': *29 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33297,7 +33307,7 @@ paths: _links: type: object properties: - timeline: &240 + timeline: &241 title: Link With Type description: Hypermedia Link with Type type: object @@ -33309,17 +33319,17 @@ paths: required: - href - type - user: *240 - security_advisories: *240 - current_user: *240 - current_user_public: *240 - current_user_actor: *240 - current_user_organization: *240 + user: *241 + security_advisories: *241 + current_user: *241 + current_user_public: *241 + current_user_actor: *241 + current_user_organization: *241 current_user_organizations: type: array - items: *240 - repository_discussions: *240 - repository_discussions_category: *240 + items: *241 + repository_discussions: *241 + repository_discussions_category: *241 required: - timeline - user @@ -33381,7 +33391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *241 + - *242 - *17 - *19 responses: @@ -33391,7 +33401,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 title: Base Gist description: Base Gist type: object @@ -33490,7 +33500,7 @@ paths: - created_at - updated_at examples: - default: &243 + default: &244 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -33535,8 +33545,8 @@ paths: site_admin: false truncated: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -33611,7 +33621,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &245 title: Gist Simple description: Gist Simple type: object @@ -33628,7 +33638,7 @@ paths: url: type: string format: uri - user: &872 + user: &873 title: Public User description: Public User type: object @@ -33990,7 +34000,7 @@ paths: truncated: type: boolean examples: - default: &245 + default: &246 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -34072,7 +34082,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -34094,7 +34104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-public-gists parameters: - - *241 + - *242 - *17 - *19 responses: @@ -34104,13 +34114,13 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34128,7 +34138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-starred-gists parameters: - - *241 + - *242 - *17 - *19 responses: @@ -34138,13 +34148,13 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34167,7 +34177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#get-a-gist parameters: - - &246 + - &247 name: gist_id description: The unique identifier of the gist. in: path @@ -34179,10 +34189,10 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 - '403': &249 + default: *246 + '403': &250 description: Forbidden Gist content: application/json: @@ -34204,7 +34214,7 @@ paths: documentation_url: type: string '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34229,7 +34239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#update-a-gist parameters: - - *246 + - *247 requestBody: required: true content: @@ -34289,9 +34299,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - updateGist: *245 + updateGist: *246 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -34449,12 +34459,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#delete-a-gist parameters: - - *246 + - *247 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34477,7 +34487,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#list-gist-comments parameters: - - *246 + - *247 - *17 - *19 responses: @@ -34487,7 +34497,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 title: Gist Comment description: A comment made to a gist. type: object @@ -34522,7 +34532,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *231 + author_association: *232 required: - url - id @@ -34562,8 +34572,8 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 x-github: @@ -34586,7 +34596,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#create-a-gist-comment parameters: - - *246 + - *247 requestBody: required: true content: @@ -34611,9 +34621,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &248 + default: &249 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -34646,7 +34656,7 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -34670,8 +34680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#get-a-gist-comment parameters: - - *246 - - &250 + - *247 + - &251 name: comment_id description: The unique identifier of the comment. in: path @@ -34684,12 +34694,12 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 - '304': *37 + default: *249 + '304': *38 '404': *6 - '403': *249 + '403': *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34710,8 +34720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#update-a-gist-comment parameters: - - *246 - - *250 + - *247 + - *251 requestBody: required: true content: @@ -34736,9 +34746,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 '404': *6 x-github: githubCloudOnly: false @@ -34755,12 +34765,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#delete-a-gist-comment parameters: - - *246 - - *250 + - *247 + - *251 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -34779,7 +34789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gist-commits parameters: - - *246 + - *247 - *17 - *19 responses: @@ -34862,7 +34872,7 @@ paths: schema: type: string '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34880,7 +34890,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gist-forks parameters: - - *246 + - *247 - *17 - *19 responses: @@ -34890,7 +34900,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -34936,9 +34946,9 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34955,13 +34965,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#fork-a-gist parameters: - - *246 + - *247 responses: '201': description: Response content: application/json: - schema: *242 + schema: *243 examples: default: value: @@ -35014,7 +35024,7 @@ paths: type: string '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -35032,7 +35042,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *246 + - *247 responses: '204': description: Response if gist is starred @@ -35044,7 +35054,7 @@ paths: type: object properties: {} additionalProperties: false - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -35062,12 +35072,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#star-a-gist parameters: - - *246 + - *247 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -35084,11 +35094,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#unstar-a-gist parameters: - - *246 + - *247 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -35112,7 +35122,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#get-a-gist-revision parameters: - - *246 + - *247 - name: sha in: path required: true @@ -35123,9 +35133,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '422': *15 '404': *6 '403': *29 @@ -35165,7 +35175,7 @@ paths: - Bancha - C - C++ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35250,7 +35260,7 @@ paths: *.exe *.out *.app - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35286,7 +35296,7 @@ paths: type: array items: allOf: - - *80 + - *81 - type: object properties: custom_properties: @@ -35421,9 +35431,9 @@ paths: environment: production service: web headers: - Link: *47 + Link: *48 '403': *29 - '304': *37 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -35505,7 +35515,7 @@ paths: - closed - all default: open - - &406 + - &407 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -35523,8 +35533,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - name: collab in: query required: false @@ -35554,9 +35564,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: &407 + default: &408 value: - id: 1 node_id: MDU6SXNzdWUx @@ -35801,9 +35811,9 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -35840,8 +35850,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 examples: default: value: @@ -35880,7 +35890,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36065,7 +36075,7 @@ paths: featured: true '403': *29 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36126,7 +36136,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &251 + X-CommonMarker-Version: &252 example: 0.17.4 schema: type: string @@ -36138,7 +36148,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36181,7 +36191,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *251 + X-CommonMarker-Version: *252 content: text/html: schema: @@ -36190,7 +36200,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36210,7 +36220,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &254 + - &255 name: account_id description: account_id parameter in: path @@ -36222,7 +36232,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &254 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -36252,7 +36262,7 @@ paths: nullable: true id: type: integer - plan: &252 + plan: &253 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -36341,7 +36351,7 @@ paths: nullable: true updated_at: type: string - plan: *252 + plan: *253 required: - url - id @@ -36349,7 +36359,7 @@ paths: - login - marketplace_purchase examples: - default: &255 + default: &256 value: url: https://api.github.com/orgs/github type: Organization @@ -36434,9 +36444,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: &256 + default: &257 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -36454,7 +36464,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 + Link: *48 '404': *6 '401': *25 x-github: @@ -36476,14 +36486,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &257 + - &258 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &258 + - &259 name: sort description: The property to sort the results by. in: query @@ -36513,9 +36523,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: &259 + default: &260 value: - url: https://api.github.com/orgs/github type: Organization @@ -36566,7 +36576,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 + Link: *48 '404': *6 '422': *15 '401': *25 @@ -36589,15 +36599,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *255 + default: *256 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -36629,11 +36639,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *256 + default: *257 headers: - Link: *47 + Link: *48 '401': *25 x-github: githubCloudOnly: false @@ -36654,8 +36664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *257 - *258 + - *259 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -36675,11 +36685,11 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *259 + default: *260 headers: - Link: *47 + Link: *48 '401': *25 x-github: githubCloudOnly: false @@ -36922,7 +36932,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36941,14 +36951,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: - - &509 + - &510 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &510 + - &511 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -36965,7 +36975,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -37009,8 +37019,8 @@ paths: created_at: '2022-06-08T23:29:25Z' '404': *6 '403': *29 - '304': *37 - '301': &515 + '304': *38 + '301': &516 description: Moved permanently content: application/json: @@ -37049,7 +37059,7 @@ paths: schema: type: boolean default: false - - *241 + - *242 - &757 name: before description: 'Only show notifications updated before the given time. This @@ -37075,18 +37085,18 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Thread description: Thread type: object properties: id: type: string - repository: &295 + repository: &296 title: Minimal Repository description: Minimal Repository type: object - properties: &371 + properties: &372 id: type: integer format: int64 @@ -37342,7 +37352,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *38 + code_of_conduct: *39 license: type: object properties: @@ -37372,7 +37382,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &452 + security_and_analysis: &453 nullable: true type: object properties: @@ -37500,7 +37510,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &372 + required: &373 - archive_url - assignees_url - blobs_url @@ -37670,8 +37680,8 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -37735,7 +37745,7 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -37754,7 +37764,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#get-a-thread parameters: - - &262 + - &263 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -37768,7 +37778,7 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: default: value: @@ -37851,7 +37861,7 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -37871,11 +37881,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-a-thread-as-read parameters: - - *262 + - *263 responses: '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -37894,7 +37904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-a-thread-as-done parameters: - - *262 + - *263 responses: '204': description: No content @@ -37917,13 +37927,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *262 + - *263 responses: '200': description: Response content: application/json: - schema: &263 + schema: &264 title: Thread Subscription description: Thread Subscription type: object @@ -37960,7 +37970,7 @@ paths: - url - subscribed examples: - default: &264 + default: &265 value: subscribed: true ignored: false @@ -37968,7 +37978,7 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -37991,7 +38001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#set-a-thread-subscription parameters: - - *262 + - *263 requestBody: required: false content: @@ -38012,10 +38022,10 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 - '304': *37 + default: *265 + '304': *38 '403': *29 '401': *25 x-github: @@ -38037,11 +38047,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#delete-a-thread-subscription parameters: - - *262 + - *263 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -38132,15 +38142,15 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38185,7 +38195,7 @@ paths: type: integer custom_roles: type: array - items: &349 + items: &350 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -38233,7 +38243,7 @@ paths: - created_at - updated_at examples: - default: &350 + default: &351 value: id: 8030 name: Security Engineer @@ -38280,13 +38290,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &266 + schema: &267 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -38297,7 +38307,7 @@ paths: type: integer example: 14 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -38319,14 +38329,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *266 + schema: *267 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -38353,13 +38363,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &267 + schema: &268 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -38370,7 +38380,7 @@ paths: type: integer example: 10 examples: - default: *46 + default: *47 '403': *29 '404': *6 x-github: @@ -38392,14 +38402,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *267 + schema: *268 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -38430,7 +38440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties-for-orgs#get-all-custom-property-values-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -38438,7 +38448,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: &764 value: @@ -38474,7 +38484,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties-for-orgs#create-or-update-custom-property-values-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -38486,7 +38496,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the organization. - items: *163 + items: *164 required: - properties examples: @@ -38531,13 +38541,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &268 + schema: &269 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -38870,7 +38880,7 @@ paths: - updated_at - archived_at examples: - default-response: &269 + default-response: &270 value: login: github id: 1 @@ -38972,7 +38982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#update-an-organization parameters: - - *89 + - *90 requestBody: required: false content: @@ -39195,18 +39205,18 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '422': description: Validation failed content: application/json: schema: oneOf: - - *270 - *271 - '409': *121 + - *272 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39229,9 +39239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#delete-an-organization parameters: - - *89 + - *90 responses: - '202': *39 + '202': *40 '404': *6 '403': *29 x-github: @@ -39254,17 +39264,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39285,7 +39295,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -39303,7 +39313,7 @@ paths: type: integer repository_cache_usages: type: array - items: &522 + items: &523 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -39338,7 +39348,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39358,7 +39368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -39376,11 +39386,11 @@ paths: type: integer runners: type: array - items: *48 + items: *49 examples: - default: *274 + default: *275 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39398,7 +39408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -39475,9 +39485,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -39497,7 +39507,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39513,9 +39523,9 @@ paths: type: integer images: type: array - items: *49 + items: *50 examples: - default: *51 + default: *52 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39535,16 +39545,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *89 - - *50 + - *90 + - *51 responses: '200': description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39563,8 +39573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *89 - - *50 + - *90 + - *51 responses: '204': description: Response @@ -39587,8 +39597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *50 - - *89 + - *51 + - *90 responses: '200': description: Response @@ -39604,9 +39614,9 @@ paths: type: integer image_versions: type: array - items: *52 + items: *53 examples: - default: *51 + default: *52 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39626,17 +39636,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *89 - - *50 - - *53 + - *90 + - *51 + - *54 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39655,9 +39665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *89 - - *50 - - *53 + - *90 + - *51 + - *54 responses: '204': description: Response @@ -39678,7 +39688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39694,9 +39704,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39714,7 +39724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39730,9 +39740,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39749,15 +39759,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *278 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39775,7 +39785,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39791,9 +39801,9 @@ paths: type: integer machine_specs: type: array - items: *56 + items: *57 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39811,7 +39821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39855,18 +39865,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 responses: '200': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39884,8 +39894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 requestBody: required: true content: @@ -39951,9 +39961,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -39969,16 +39979,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 responses: '202': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39998,7 +40008,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -40006,7 +40016,7 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: default: value: @@ -40031,22 +40041,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *280 + schema: *281 examples: - default: *60 + default: *61 responses: '201': description: OIDC custom property inclusion created content: application/json: - schema: *59 + schema: *60 examples: - default: *60 + default: *61 '400': description: Invalid input '403': *29 @@ -40070,7 +40080,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *89 + - *90 - name: custom_property_name in: path required: true @@ -40103,7 +40113,7 @@ 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-an-organization parameters: - - *89 + - *90 responses: '200': description: A JSON serialized template for OIDC subject claim customization @@ -40129,7 +40139,7 @@ paths: required: - include_claim_keys examples: - default: &281 + default: &282 value: include_claim_keys: - repo @@ -40151,7 +40161,7 @@ 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-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -40174,13 +40184,13 @@ paths: format. type: boolean examples: - default: *281 + default: *282 responses: '201': description: Empty response content: application/json: - schema: &306 + schema: &307 title: Empty Object description: An object without any properties. type: object @@ -40210,7 +40220,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -40219,7 +40229,7 @@ paths: schema: type: object properties: - enabled_repositories: &283 + enabled_repositories: &284 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -40232,9 +40242,9 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: *62 - selected_actions_url: *282 - sha_pinning_required: *63 + allowed_actions: *63 + selected_actions_url: *283 + sha_pinning_required: *64 required: - enabled_repositories examples: @@ -40264,7 +40274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40275,9 +40285,9 @@ paths: schema: type: object properties: - enabled_repositories: *283 - allowed_actions: *62 - sha_pinning_required: *63 + enabled_repositories: *284 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled_repositories examples: @@ -40305,13 +40315,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: response: summary: Example response @@ -40337,12 +40347,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *285 + schema: *286 examples: application/json: value: @@ -40352,7 +40362,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -40372,15 +40382,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *286 + default: *287 '404': *6 x-github: enabledForGitHubApps: true @@ -40399,7 +40409,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40409,7 +40419,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -40431,15 +40441,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *65 + default: *66 '403': *29 '404': *6 x-github: @@ -40457,14 +40467,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *288 + schema: *289 examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -40494,7 +40504,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -40512,9 +40522,9 @@ paths: type: number repositories: type: array - items: *80 + items: *81 examples: - default: &290 + default: &291 value: total_count: 1 repositories: @@ -40654,7 +40664,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40698,8 +40708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - &289 + - *90 + - &290 name: repository_id description: The unique identifier of the repository. in: path @@ -40727,8 +40737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -40751,15 +40761,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *68 + default: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -40782,7 +40792,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40790,9 +40800,9 @@ paths: required: false content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -40812,7 +40822,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -40860,7 +40870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -40887,7 +40897,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -40907,7 +40917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -40922,9 +40932,9 @@ paths: type: integer repositories: type: array - items: *80 + items: *81 examples: - default: *290 + default: *291 '403': *29 '404': *6 x-github: @@ -40944,7 +40954,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -40992,14 +41002,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -41019,14 +41029,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -41048,15 +41058,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41077,7 +41087,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Success response @@ -41088,9 +41098,9 @@ paths: required: false content: application/json: - schema: *292 + schema: *293 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41110,7 +41120,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *89 + - *90 - *17 - *19 - name: visible_to_repository @@ -41135,7 +41145,7 @@ paths: type: number runner_groups: type: array - items: &293 + items: &294 type: object properties: id: @@ -41251,7 +41261,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -41323,9 +41333,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: &294 + default: &295 value: id: 2 name: octo-runner-group @@ -41360,14 +41370,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -41403,8 +41413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -41458,9 +41468,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41479,8 +41489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *89 - - *74 + - *90 + - *75 responses: '204': description: Response @@ -41503,8 +41513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *17 - *19 responses: @@ -41522,11 +41532,11 @@ paths: type: number runners: type: array - items: *48 + items: *49 examples: - default: *274 + default: *275 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41546,8 +41556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *19 - *17 responses: @@ -41565,9 +41575,9 @@ paths: type: number repositories: type: array - items: *295 + items: *296 examples: - default: &347 + default: &348 value: total_count: 1 repositories: @@ -41819,8 +41829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -41864,9 +41874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 - - *289 + - *90 + - *75 + - *290 responses: '204': description: Response @@ -41888,9 +41898,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 - - *289 + - *90 + - *75 + - *290 responses: '204': description: Response @@ -41913,8 +41923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *17 - *19 responses: @@ -41932,11 +41942,11 @@ paths: type: number runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41955,8 +41965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -42000,9 +42010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *89 - - *74 - - *77 + - *90 + - *75 + - *78 responses: '204': description: Response @@ -42024,9 +42034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *89 - - *74 - - *77 + - *90 + - *75 + - *78 responses: '204': description: Response @@ -42056,7 +42066,7 @@ paths: in: query schema: type: string - - *89 + - *90 - *17 - *19 responses: @@ -42074,11 +42084,11 @@ paths: type: integer runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42100,7 +42110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -42108,9 +42118,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42132,7 +42142,7 @@ 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-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -42175,10 +42185,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42206,15 +42216,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42242,15 +42252,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42272,16 +42282,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42302,8 +42312,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: '204': description: Response @@ -42329,10 +42339,10 @@ 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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: - '200': *83 + '200': *84 '404': *6 x-github: githubCloudOnly: false @@ -42354,8 +42364,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 requestBody: required: true content: @@ -42379,7 +42389,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42403,8 +42413,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 requestBody: required: true content: @@ -42429,7 +42439,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42453,10 +42463,10 @@ 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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: - '200': *302 + '200': *303 '404': *6 x-github: githubCloudOnly: false @@ -42483,11 +42493,11 @@ 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-an-organization parameters: - - *89 - - *77 - - *303 + - *90 + - *78 + - *304 responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42512,7 +42522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -42530,7 +42540,7 @@ paths: type: integer secrets: type: array - items: &304 + items: &305 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -42562,7 +42572,7 @@ paths: - updated_at - visibility examples: - default: &310 + default: &311 value: total_count: 3 secrets: @@ -42580,7 +42590,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42603,13 +42613,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &311 + schema: &312 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -42638,7 +42648,7 @@ paths: - key_id - key examples: - default: &312 + default: &313 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -42663,8 +42673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-organization-secret parameters: - - *89 - - &305 + - *90 + - &306 name: secret_name description: The name of the secret. in: path @@ -42676,9 +42686,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: &313 + default: &314 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42706,8 +42716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -42764,7 +42774,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -42790,8 +42800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -42817,8 +42827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -42836,9 +42846,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: &309 + default: &310 value: total_count: 1 repositories: @@ -42930,8 +42940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -42983,8 +42993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -43017,8 +43027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -43050,8 +43060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-organization-variables parameters: - - *89 - - &314 + - *90 + - &315 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -43075,7 +43085,7 @@ paths: type: integer variables: type: array - items: &307 + items: &308 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -43118,7 +43128,7 @@ paths: - updated_at - visibility examples: - default: &315 + default: &316 value: total_count: 3 variables: @@ -43139,7 +43149,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43160,7 +43170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-an-organization-variable parameters: - - *89 + - *90 requestBody: required: true content: @@ -43208,7 +43218,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -43233,8 +43243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-an-organization-variable parameters: - - *89 - - &308 + - *90 + - &309 name: name description: The name of the variable. in: path @@ -43246,9 +43256,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &316 + default: &317 value: name: USERNAME value: octocat @@ -43276,8 +43286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -43339,8 +43349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '204': description: Response @@ -43366,8 +43376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - *19 - *17 responses: @@ -43385,9 +43395,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '409': description: Response when the visibility of the variable is not set to `selected` @@ -43413,8 +43423,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -43463,8 +43473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -43498,8 +43508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -43533,7 +43543,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -43551,11 +43561,11 @@ paths: type: integer secrets: type: array - items: *304 + items: *305 examples: - default: *310 + default: *311 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43578,15 +43588,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43608,16 +43618,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43639,8 +43649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -43697,7 +43707,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -43723,8 +43733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -43750,8 +43760,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -43769,9 +43779,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43794,8 +43804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -43847,8 +43857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -43881,8 +43891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -43915,8 +43925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-organization-variables parameters: - - *89 - - *314 + - *90 + - *315 - *19 responses: '200': @@ -43933,11 +43943,11 @@ paths: type: integer variables: type: array - items: *307 + items: *308 examples: - default: *315 + default: *316 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43958,7 +43968,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#create-an-organization-variable parameters: - - *89 + - *90 requestBody: required: true content: @@ -44006,7 +44016,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -44031,16 +44041,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#get-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44061,8 +44071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#update-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -44124,8 +44134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#delete-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '204': description: Response @@ -44151,8 +44161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - *19 - *17 responses: @@ -44170,9 +44180,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '409': description: Response when the visibility of the variable is not set to `selected` @@ -44198,8 +44208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#set-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -44248,8 +44258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#add-selected-repository-to-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -44283,8 +44293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#remove-selected-repository-from-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -44315,15 +44325,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44342,19 +44352,19 @@ paths: required: true content: application/json: - schema: *317 + schema: *318 examples: - default: *87 + default: *88 parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44370,7 +44380,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -44403,7 +44413,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *89 + - *90 requestBody: required: true content: @@ -44526,7 +44536,7 @@ paths: type: integer deployment_records: type: array - items: &318 + items: &319 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -44572,7 +44582,7 @@ paths: required: - total_count examples: - default: &319 + default: &320 value: total_count: 1 deployment_records: @@ -44613,7 +44623,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *89 + - *90 - name: cluster in: path description: The cluster name. @@ -44752,11 +44762,11 @@ paths: type: integer deployment_records: type: array - items: *318 + items: *319 required: - total_count examples: - default: *319 + default: *320 '403': description: Forbidden content: @@ -44803,7 +44813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *89 + - *90 requestBody: required: true content: @@ -44970,7 +44980,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *89 + - *90 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -44995,9 +45005,9 @@ paths: type: integer deployment_records: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45017,7 +45027,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *89 + - *90 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -45100,9 +45110,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 requestBody: required: true content: @@ -45126,12 +45136,12 @@ paths: required: - subject_digests examples: - default: &905 + default: &906 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &906 + withPredicateType: &907 value: subject_digests: - sha256:abc123 @@ -45189,7 +45199,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &907 + default: &908 value: attestations_subject_digests: - sha256:abc: @@ -45298,7 +45308,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *89 + - *90 requestBody: required: true content: @@ -45363,7 +45373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *89 + - *90 - name: subject_digest description: Subject Digest in: path @@ -45396,9 +45406,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestation-repositories parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -45446,7 +45456,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-by-id parameters: - - *89 + - *90 - name: attestation_id description: Attestation ID in: path @@ -45482,9 +45492,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestations parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -45539,7 +45549,7 @@ paths: initiator: type: string examples: - default: &555 + default: &556 value: attestations: - bundle: @@ -45657,7 +45667,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *89 + - *90 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -45665,10 +45675,10 @@ paths: required: false schema: type: string - - *320 - - *131 + - *321 - *132 - *133 + - *134 - *17 responses: '200': @@ -45677,9 +45687,9 @@ paths: application/json: schema: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45696,7 +45706,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -45708,7 +45718,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45727,8 +45737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: If the user is blocked @@ -45753,8 +45763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -45774,8 +45784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -45801,17 +45811,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *89 - - &325 + - *90 + - &326 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *105 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -45821,11 +45831,11 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -45846,12 +45856,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -45861,11 +45871,11 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -45882,15 +45892,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *89 + - *90 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &329 + schema: &330 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -45916,7 +45926,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -45947,7 +45957,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *328 + items: *329 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -45965,7 +45975,7 @@ paths: type: string format: date-time nullable: true - state: *329 + state: *330 contact_link: description: The contact link of the campaign. type: string @@ -46060,9 +46070,9 @@ paths: closed_at: state: open headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46086,7 +46096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -46185,9 +46195,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -46236,7 +46246,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46258,7 +46268,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -46270,16 +46280,16 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46300,7 +46310,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#update-a-campaign parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -46349,7 +46359,7 @@ paths: type: string format: uri nullable: true - state: *329 + state: *330 examples: default: value: @@ -46359,9 +46369,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '400': description: Bad Request content: @@ -46373,7 +46383,7 @@ paths: content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46394,7 +46404,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -46405,7 +46415,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46427,20 +46437,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *89 - - *332 + - *90 - *333 - - *110 + - *334 - *111 + - *112 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *334 + schema: *335 - name: sort description: The property by which to sort the results. in: query @@ -46456,7 +46466,7 @@ paths: be returned. in: query required: false - schema: &581 + schema: &582 type: string description: Severity of a code scanning alert. enum: @@ -46482,13 +46492,13 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46510,7 +46520,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *89 + - *90 - name: target_type in: query description: The target type of the code security configuration @@ -46529,8 +46539,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 responses: '200': description: Response @@ -46538,7 +46548,7 @@ paths: application/json: schema: type: array - items: *116 + items: *117 examples: default: value: @@ -46616,7 +46626,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *89 + - *90 requestBody: required: true content: @@ -46703,7 +46713,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *120 + code_scanning_options: *121 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -46712,7 +46722,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *119 + code_scanning_default_setup_options: *120 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -46857,9 +46867,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *116 + schema: *117 examples: - default: *337 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46881,16 +46891,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 - '304': *37 + default: *340 + '304': *38 '403': *29 '404': *6 x-github: @@ -46915,7 +46925,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -46943,11 +46953,11 @@ paths: - 32 - 91 responses: - '204': *130 + '204': *131 '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46969,17 +46979,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *337 - '304': *37 + default: *338 + '304': *38 '403': *29 '404': *6 x-github: @@ -47002,8 +47012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -47090,8 +47100,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *119 - code_scanning_options: *120 + code_scanning_default_setup_options: *120 + code_scanning_options: *121 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -47223,7 +47233,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *116 + schema: *117 examples: default: value: @@ -47282,14 +47292,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 responses: - '204': *130 + '204': *131 '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47313,8 +47323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -47353,7 +47363,7 @@ paths: - 32 - 91 responses: - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47377,8 +47387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -47418,12 +47428,12 @@ paths: - none - private_and_internal - public - configuration: *116 + configuration: *117 examples: default: value: default_for_new_repos: all - configuration: *337 + configuration: *338 '403': *29 '404': *6 x-github: @@ -47447,8 +47457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -47457,8 +47467,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -47476,13 +47486,13 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *341 + repository: *342 '403': *29 '404': *6 x-github: @@ -47506,7 +47516,7 @@ paths: parameters: - *17 - *19 - - *89 + - *90 responses: '200': description: Response @@ -47522,7 +47532,7 @@ paths: type: integer codespaces: type: array - items: &408 + items: &409 type: object title: Codespace description: A codespace. @@ -47547,12 +47557,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *295 + repository: *296 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &613 + properties: &614 name: type: string description: The name of the machine. @@ -47594,7 +47604,7 @@ paths: - ready - in_progress nullable: true - required: &614 + required: &615 - name - display_name - operating_system @@ -47799,7 +47809,7 @@ paths: - pulls_url - recent_folders examples: - default: &409 + default: &410 value: total_count: 3 codespaces: @@ -48208,8 +48218,8 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -48231,7 +48241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -48270,12 +48280,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48298,7 +48308,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -48325,12 +48335,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48353,7 +48363,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *89 + - *90 requestBody: required: true content: @@ -48379,12 +48389,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48405,7 +48415,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -48423,7 +48433,7 @@ paths: type: integer secrets: type: array - items: &342 + items: &343 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -48462,7 +48472,7 @@ paths: - updated_at - visibility examples: - default: &615 + default: &616 value: total_count: 2 secrets: @@ -48475,7 +48485,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48494,13 +48504,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &616 + schema: &617 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -48529,7 +48539,7 @@ paths: - key_id - key examples: - default: &617 + default: &618 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48552,23 +48562,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &619 + default: &620 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48588,8 +48598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -48644,7 +48654,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -48670,8 +48680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -48696,8 +48706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -48715,9 +48725,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '404': *6 x-github: githubCloudOnly: false @@ -48739,8 +48749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -48790,8 +48800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -48824,8 +48834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -48861,7 +48871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-organization-copilot-spaces parameters: - - *89 + - *90 - name: per_page description: The number of results per page (max 100). in: query @@ -48895,7 +48905,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: &343 + items: &344 title: Space description: A GitHub Copilot Space represents an interactive AI workspace where users can ask questions and get assistance. @@ -48943,7 +48953,7 @@ paths: owner: anyOf: - *4 - - *75 + - *76 description: The user or organization that owns this space. creator: *4 created_at: @@ -49158,7 +49168,7 @@ paths: html_url: https://github.com/copilot/spaces/octo-org/4 api_url: https://api.github.com/organizations/1/copilot-spaces/4 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -49182,7 +49192,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-an-organization-copilot-space parameters: - - *89 + - *90 requestBody: required: true content: @@ -49276,9 +49286,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 summary: Example response for an organization copilot space value: id: 84 @@ -49371,7 +49381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49383,9 +49393,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '403': *29 '404': *6 x-github: @@ -49409,7 +49419,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49511,9 +49521,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '403': *29 '404': *6 '422': *15 @@ -49540,7 +49550,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49576,7 +49586,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49596,7 +49606,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: &345 + items: &346 title: Copilot Space Collaborator description: A collaborator (user or team) of a Copilot Space type: object @@ -49768,7 +49778,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49819,7 +49829,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: user: value: @@ -49899,7 +49909,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49949,7 +49959,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: user: value: @@ -50031,7 +50041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50080,7 +50090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50100,7 +50110,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: &346 + items: &347 title: Copilot Space Resource description: A resource attached to a Copilot Space. type: object @@ -50189,7 +50199,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50243,7 +50253,7 @@ paths: description: Resource created content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50259,7 +50269,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50296,7 +50306,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50314,7 +50324,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50348,7 +50358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50383,7 +50393,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50418,7 +50428,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50461,7 +50471,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: OK @@ -50570,7 +50580,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50602,7 +50612,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *89 + - *90 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -50625,12 +50635,12 @@ paths: currently being billed. seats: type: array - items: *154 + items: *155 examples: - default: *155 + default: *156 headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50663,7 +50673,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -50705,7 +50715,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50741,7 +50751,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -50783,7 +50793,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50821,7 +50831,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -50862,7 +50872,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50898,7 +50908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -50940,7 +50950,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50976,7 +50986,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#get-copilot-cloud-agent-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -51013,7 +51023,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51041,7 +51051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-copilot-cloud-agent-permissions-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -51066,7 +51076,7 @@ paths: responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51096,7 +51106,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-cloud-agent-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -51111,17 +51121,17 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 required: - total_count - repositories examples: - default: *347 - '500': *40 + default: *348 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51145,7 +51155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-cloud-agent-in-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -51171,11 +51181,11 @@ paths: responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: githubCloudOnly: false @@ -51201,16 +51211,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: githubCloudOnly: false @@ -51235,16 +51245,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51275,7 +51285,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *89 + - *90 responses: '200': description: OK @@ -51295,7 +51305,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51328,7 +51338,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *89 + - *90 requestBody: description: The content exclusion rules to set required: true @@ -51380,11 +51390,11 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '413': *348 + '413': *349 '422': *7 x-github: githubCloudOnly: @@ -51411,18 +51421,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51450,16 +51460,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -51487,18 +51497,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-user-teams-report-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51526,18 +51536,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51565,16 +51575,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -51598,7 +51608,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -51778,7 +51788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *89 + - *90 - name: credential_id in: path required: true @@ -51809,7 +51819,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response - list of custom role names @@ -51824,7 +51834,7 @@ paths: type: integer custom_roles: type: array - items: *349 + items: *350 examples: default: value: @@ -51911,12 +51921,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: &351 + schema: &352 type: object properties: name: @@ -51957,9 +51967,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -51983,16 +51993,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '404': *6 x-github: githubCloudOnly: true @@ -52014,13 +52024,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: application/json: - schema: &352 + schema: &353 type: object properties: name: @@ -52058,9 +52068,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -52084,8 +52094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -52113,12 +52123,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *351 + schema: *352 examples: default: value: @@ -52132,9 +52142,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -52164,16 +52174,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '404': *6 x-github: githubCloudOnly: true @@ -52201,13 +52211,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -52222,9 +52232,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -52254,8 +52264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -52283,13 +52293,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *89 - - *353 + - *90 - *354 - *355 - *356 - *357 - *358 + - *359 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -52319,7 +52329,7 @@ paths: enum: - patch - deployment - - *359 + - *360 - name: runtime_risk in: query description: |- @@ -52328,11 +52338,11 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *360 - *361 - - *112 - - *110 + - *362 + - *113 - *111 + - *112 - *17 responses: '200': @@ -52341,10 +52351,10 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *363 - '304': *37 + default: *364 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -52369,7 +52379,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *89 + - *90 - name: page in: query description: The page number of results to fetch. @@ -52392,9 +52402,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 '403': *29 '404': *6 x-github: @@ -52425,7 +52435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -52491,7 +52501,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *89 + - *90 requestBody: required: true content: @@ -52539,7 +52549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -52557,7 +52567,7 @@ paths: type: integer secrets: type: array - items: &366 + items: &367 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -52607,7 +52617,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52628,13 +52638,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &650 + schema: &651 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -52651,7 +52661,7 @@ paths: - key_id - key examples: - default: &651 + default: &652 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -52674,14 +52684,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -52709,8 +52719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -52767,7 +52777,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -52791,8 +52801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -52816,8 +52826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -52835,9 +52845,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52858,8 +52868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -52909,8 +52919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -52941,8 +52951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -52978,8 +52988,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *89 - - &660 + - *90 + - &661 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -52987,7 +52997,7 @@ paths: required: false schema: type: string - - &661 + - &662 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -52995,7 +53005,7 @@ paths: required: false schema: type: string - - &662 + - &663 name: time_period description: |- The time period to filter by. @@ -53011,7 +53021,7 @@ paths: - week - month default: month - - &663 + - &664 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -53026,7 +53036,7 @@ paths: - denied - all default: all - - *325 + - *326 - *17 - *19 responses: @@ -53036,7 +53046,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -53142,7 +53152,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &368 + items: &369 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -53192,7 +53202,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &665 + default: &666 value: - id: 21 number: 42 @@ -53257,7 +53267,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/orgs/{org}/dismissal-requests/dependabot": get: summary: List dismissal requests for Dependabot alerts for an organization @@ -53279,12 +53289,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -53294,7 +53304,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -53400,7 +53410,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *368 + items: *369 url: type: string format: uri @@ -53411,7 +53421,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &667 + default: &668 value: - id: 21 number: 42 @@ -53477,7 +53487,7 @@ paths: html_url: https://github.com/octo-org/smile/security/dependabot/2 '404': *6 '403': *29 - '500': *40 + '500': *41 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -53498,12 +53508,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -53513,12 +53523,12 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 '404': *6 '403': *29 - '500': *40 + '500': *41 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -53533,7 +53543,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -53541,7 +53551,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Package description: A software package type: object @@ -53591,8 +53601,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *371 - required: *372 + properties: *372 + required: *373 nullable: true created_at: type: string @@ -53611,7 +53621,7 @@ paths: - created_at - updated_at examples: - default: &420 + default: &421 value: - id: 197 name: hello_docker @@ -53689,7 +53699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-organization-events parameters: - - *89 + - *90 - *17 - *19 responses: @@ -53699,7 +53709,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: 200-response: value: @@ -53772,7 +53782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#get-an-external-group parameters: - - *89 + - *90 - name: group_id description: The unique identifier of the group. in: path @@ -53798,7 +53808,7 @@ paths: description: Response content: application/json: - schema: &506 + schema: &507 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -53879,7 +53889,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &507 + default: &508 value: group_id: '123' group_name: Octocat admins @@ -53917,7 +53927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#list-external-groups-available-to-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -53934,7 +53944,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &504 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -53971,7 +53981,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &504 + default: &505 value: groups: - group_id: '123' @@ -54006,7 +54016,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-failed-organization-invitations parameters: - - *89 + - *90 - *17 - *19 responses: @@ -54016,7 +54026,7 @@ paths: application/json: schema: type: array - items: &397 + items: &398 title: Organization Invitation description: Organization Invitation type: object @@ -54063,7 +54073,7 @@ paths: - invitation_teams_url - node_id examples: - default: &398 + default: &399 value: - id: 1 login: monalisa @@ -54096,7 +54106,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -54122,7 +54132,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -54130,7 +54140,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -54144,7 +54154,7 @@ paths: - name - description examples: - default: &454 + default: &455 value: - name: add_assignee description: Assign or remove a user @@ -54175,7 +54185,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#list-organization-webhooks parameters: - - *89 + - *90 - *17 - *19 responses: @@ -54185,7 +54195,7 @@ paths: application/json: schema: type: array - items: &373 + items: &374 title: Org Hook description: Org Hook type: object @@ -54273,7 +54283,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -54294,7 +54304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *89 + - *90 requestBody: required: true content: @@ -54354,9 +54364,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: &374 + default: &375 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -54400,8 +54410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *89 - - &375 + - *90 + - &376 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. @@ -54414,9 +54424,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 '404': *6 x-github: githubCloudOnly: false @@ -54437,8 +54447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 requestBody: required: false content: @@ -54483,7 +54493,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -54522,8 +54532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 responses: '204': description: Response @@ -54548,8 +54558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *89 - - *375 + - *90 + - *376 responses: '200': description: Response @@ -54577,8 +54587,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *89 - - *375 + - *90 + - *376 requestBody: required: false content: @@ -54626,11 +54636,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *89 - - *375 - - *17 + - *90 - *376 + - *17 - *377 + - *378 responses: '200': description: Response @@ -54638,9 +54648,9 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: - default: *379 + default: *380 '400': *14 '422': *15 x-github: @@ -54663,17 +54673,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 - *16 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 '400': *14 '422': *15 x-github: @@ -54696,11 +54706,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -54723,8 +54733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 responses: '204': description: Response @@ -54746,8 +54756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *89 - - &386 + - *90 + - &387 name: actor_type in: path description: The type of the actor @@ -54760,14 +54770,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &387 + - &388 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &382 + - &383 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`.' @@ -54775,7 +54785,7 @@ paths: required: true schema: type: string - - &383 + - &384 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) @@ -54786,7 +54796,7 @@ paths: type: string - *19 - *17 - - *112 + - *113 - name: sort description: The property to sort the results by. in: query @@ -54868,13 +54878,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-subject-stats parameters: - - *89 - - *382 + - *90 - *383 + - *384 - *19 - *17 - - *112 - - &392 + - *113 + - &393 name: sort description: The property to sort the results by. in: query @@ -54951,15 +54961,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats parameters: - - *89 - - *382 + - *90 - *383 + - *384 responses: '200': description: Response content: application/json: - schema: &384 + schema: &385 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -54975,7 +54985,7 @@ paths: type: integer format: int64 examples: - default: &385 + default: &386 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -54995,24 +55005,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *89 - - &388 + - *90 + - &389 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *382 - *383 + - *384 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *385 + default: *386 x-github: enabledForGitHubApps: true category: orgs @@ -55030,19 +55040,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *89 - - *382 + - *90 - *383 - - *386 + - *384 - *387 + - *388 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *385 + default: *386 x-github: enabledForGitHubApps: true category: orgs @@ -55059,10 +55069,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats parameters: - - *89 - - *382 + - *90 - *383 - - &389 + - *384 + - &390 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -55075,7 +55085,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -55091,7 +55101,7 @@ paths: type: integer format: int64 examples: - default: &391 + default: &392 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -55127,19 +55137,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *89 - - *388 - - *382 - - *383 + - *90 - *389 + - *383 + - *384 + - *390 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: enabledForGitHubApps: true category: orgs @@ -55156,20 +55166,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *89 - - *386 + - *90 - *387 - - *382 + - *388 - *383 - - *389 + - *384 + - *390 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: enabledForGitHubApps: true category: orgs @@ -55186,14 +55196,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-user-stats parameters: - - *89 - - *388 - - *382 + - *90 + - *389 - *383 + - *384 - *19 - *17 - - *112 - - *392 + - *113 + - *393 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -55266,7 +55276,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *89 + - *90 responses: '200': description: Response @@ -55274,7 +55284,7 @@ paths: application/json: schema: *22 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55297,7 +55307,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -55367,7 +55377,7 @@ paths: suspended_at: suspended_by: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55386,7 +55396,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -55394,12 +55404,12 @@ paths: application/json: schema: anyOf: - - &395 + - &396 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &394 + limit: &395 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -55424,7 +55434,7 @@ paths: properties: {} additionalProperties: false examples: - default: &396 + default: &397 value: limit: collaborators_only origin: organization @@ -55448,18 +55458,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: &696 + schema: &697 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *394 + limit: *395 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -55483,9 +55493,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *396 + default: *397 '422': *15 x-github: githubCloudOnly: false @@ -55503,7 +55513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -55529,7 +55539,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-pending-organization-invitations parameters: - - *89 + - *90 - *17 - *19 - name: role @@ -55563,11 +55573,11 @@ paths: application/json: schema: type: array - items: *397 + items: *398 examples: - default: *398 + default: *399 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -55589,7 +55599,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#create-an-organization-invitation parameters: - - *89 + - *90 requestBody: required: false content: @@ -55643,7 +55653,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -55699,8 +55709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#cancel-an-organization-invitation parameters: - - *89 - - &399 + - *90 + - &400 name: invitation_id description: The unique identifier of the invitation. in: path @@ -55733,8 +55743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-organization-invitation-teams parameters: - - *89 - - *399 + - *90 + - *400 - *17 - *19 responses: @@ -55744,9 +55754,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: &418 + default: &419 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -55762,7 +55772,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -55781,7 +55791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -55789,7 +55799,7 @@ paths: application/json: schema: type: array - items: &400 + items: &401 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -55951,7 +55961,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -56042,9 +56052,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &401 + default: &402 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -56099,8 +56109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *89 - - &402 + - *90 + - &403 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -56208,9 +56218,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *7 x-github: @@ -56234,10 +56244,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *89 - - *402 + - *90 + - *403 responses: - '204': *130 + '204': *131 '404': *6 '422': *7 x-github: @@ -56257,7 +56267,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -56265,9 +56275,9 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: &700 + default: &701 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -56303,7 +56313,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -56350,9 +56360,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &404 + default: &405 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -56384,8 +56394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *89 - - &405 + - *90 + - &406 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -56438,9 +56448,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 '404': *6 '422': *7 x-github: @@ -56464,8 +56474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *89 - - *405 + - *90 + - *406 responses: '204': description: Response @@ -56498,7 +56508,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *89 + - *90 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -56528,7 +56538,7 @@ paths: - closed - all default: open - - *406 + - *407 - name: type description: Can be the name of an issue type. in: query @@ -56546,8 +56556,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -56557,11 +56567,11 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *407 + default: *408 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -56581,7 +56591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-organization-members parameters: - - *89 + - *90 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -56619,9 +56629,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -56639,8 +56649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response if requester is an organization member and user is @@ -56674,8 +56684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-an-organization-member parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -56701,8 +56711,8 @@ paths: parameters: - *17 - *19 - - *89 - - *151 + - *90 + - *152 responses: '200': description: Response @@ -56718,11 +56728,11 @@ paths: type: integer codespaces: type: array - items: *408 + items: *409 examples: - default: *409 - '304': *37 - '500': *40 + default: *410 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -56745,9 +56755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *89 - - *151 - - &410 + - *90 + - *152 + - &411 name: codespace_name in: path required: true @@ -56755,9 +56765,9 @@ paths: schema: type: string responses: - '202': *39 - '304': *37 - '500': *40 + '202': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -56780,17 +56790,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *89 - - *151 - - *410 + - *90 + - *152 + - *411 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: &612 + default: &613 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -56931,8 +56941,8 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -56963,14 +56973,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *154 + schema: *155 examples: default: value: @@ -57014,7 +57024,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -57039,14 +57049,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '200': description: Response content: application/json: - schema: &411 + schema: &412 title: Org Membership description: Org Membership type: object @@ -57090,7 +57100,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *75 + organization: *76 user: title: Simple User description: A GitHub user. @@ -57113,7 +57123,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &412 + response-if-user-has-an-active-admin-membership-with-organization: &413 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -57185,8 +57195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 requestBody: required: false content: @@ -57214,9 +57224,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - response-if-user-already-had-membership-with-organization: *412 + response-if-user-already-had-membership-with-organization: *413 '422': *15 '403': *29 x-github: @@ -57240,8 +57250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -57266,7 +57276,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#list-organization-migrations parameters: - - *89 + - *90 - *17 - *19 - name: exclude @@ -57287,7 +57297,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 title: Migration description: A migration. type: object @@ -57328,7 +57338,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *80 + items: *81 url: type: string format: uri @@ -57524,7 +57534,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57540,7 +57550,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#start-an-organization-migration parameters: - - *89 + - *90 requestBody: required: true content: @@ -57616,7 +57626,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -57794,8 +57804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *89 - - &414 + - *90 + - &415 name: migration_id description: The unique identifier of the migration. in: path @@ -57822,7 +57832,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -57991,8 +58001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *89 - - *414 + - *90 + - *415 responses: '302': description: Response @@ -58013,8 +58023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *89 - - *414 + - *90 + - *415 responses: '204': description: Response @@ -58037,9 +58047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *89 - - *414 - - &888 + - *90 + - *415 + - &889 name: repo_name description: repo_name parameter in: path @@ -58066,8 +58076,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *89 - - *414 + - *90 + - *415 - *17 - *19 responses: @@ -58077,9 +58087,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: &425 + default: &426 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -58192,7 +58202,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -58220,7 +58230,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -58274,7 +58284,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response - list of organization roles @@ -58290,7 +58300,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &415 + items: &416 title: Organization Role description: Organization roles type: object @@ -58450,7 +58460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *89 + - *90 requestBody: required: true content: @@ -58497,7 +58507,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58526,7 +58536,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -58548,8 +58558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -58574,9 +58584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *89 - - *226 - - *150 + - *90 + - *227 + - *151 responses: '204': description: Response @@ -58605,9 +58615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *89 - - *226 - - *150 + - *90 + - *227 + - *151 responses: '204': description: Response @@ -58632,8 +58642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -58658,9 +58668,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *89 + - *90 + - *152 - *151 - - *150 responses: '204': description: Response @@ -58690,9 +58700,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *89 + - *90 + - *152 - *151 - - *150 responses: '204': description: Response @@ -58720,14 +58730,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58784,8 +58794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: @@ -58824,7 +58834,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58852,7 +58862,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *121 + '409': *122 '404': *6 x-github: githubCloudOnly: true @@ -58877,8 +58887,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -58903,8 +58913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 - *17 - *19 responses: @@ -58982,8 +58992,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true type: description: The ownership type of the team @@ -59015,9 +59025,9 @@ paths: - type - parent examples: - default: *418 + default: *419 headers: - Link: *47 + Link: *48 '404': description: Response if the organization or role does not exist. '422': @@ -59044,8 +59054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 - *17 - *19 responses: @@ -59073,13 +59083,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &493 + items: &494 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *416 - required: *417 + properties: *417 + required: *418 name: nullable: true type: string @@ -59174,9 +59184,9 @@ paths: - type - url examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '404': description: Response if the organization or role does not exist. '422': @@ -59198,7 +59208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *89 + - *90 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -59225,9 +59235,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59250,8 +59260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *89 - - *151 + - *90 + - *152 requestBody: required: false content: @@ -59308,8 +59318,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -59366,8 +59376,8 @@ paths: - docker - nuget - container - - *89 - - &889 + - *90 + - &890 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -59403,12 +59413,12 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 '403': *29 '401': *25 - '400': &891 + '400': &892 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -59430,7 +59440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-an-organization parameters: - - &421 + - &422 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 @@ -59448,20 +59458,20 @@ paths: - docker - nuget - container - - &422 + - &423 name: package_name description: The name of the package. in: path required: true schema: type: string - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -59513,9 +59523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *421 - *422 - - *89 + - *423 + - *90 responses: '204': description: Response @@ -59547,9 +59557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *421 - *422 - - *89 + - *423 + - *90 - name: token description: package token schema: @@ -59581,9 +59591,9 @@ 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: - - *421 - *422 - - *89 + - *423 + - *90 - *19 - *17 - name: state @@ -59603,7 +59613,7 @@ paths: application/json: schema: type: array - items: &423 + items: &424 title: Package Version description: A version of a software package type: object @@ -59728,10 +59738,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: - - *421 - *422 - - *89 - - &424 + - *423 + - *90 + - &425 name: package_version_id description: Unique identifier of the package version. in: path @@ -59743,7 +59753,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -59779,10 +59789,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *421 - *422 - - *89 - - *424 + - *423 + - *90 + - *425 responses: '204': description: Response @@ -59814,10 +59824,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *421 - *422 - - *89 - - *424 + - *423 + - *90 + - *425 responses: '204': description: Response @@ -59844,10 +59854,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 - *17 - *19 - - &426 + - &427 name: sort description: The property by which to sort the results. in: query @@ -59857,8 +59867,8 @@ paths: enum: - created_at default: created_at - - *112 - - &427 + - *113 + - &428 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -59869,7 +59879,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 @@ -59877,7 +59887,7 @@ paths: schema: type: string example: Hello-World - - &429 + - &430 name: permission description: The permission to use to filter the results. in: query @@ -59885,7 +59895,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) @@ -59895,7 +59905,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) @@ -59905,7 +59915,7 @@ paths: schema: type: string format: date-time - - &432 + - &433 name: token_id description: The ID of the token in: query @@ -59917,7 +59927,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 @@ -60049,7 +60059,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60069,7 +60079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -60110,11 +60120,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60135,7 +60145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -60171,11 +60181,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 - '204': *130 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60196,7 +60206,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -60207,7 +60217,7 @@ paths: - *17 - *19 responses: - '500': *40 + '500': *41 '404': *6 '403': *29 '200': @@ -60216,11 +60226,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60241,19 +60251,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *89 + - *90 - *17 - *19 - - *426 - - *112 - *427 + - *113 - *428 - *429 - *430 - *431 - *432 + - *433 responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 @@ -60380,7 +60390,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60400,7 +60410,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -60435,9 +60445,9 @@ paths: - 1296269 - 1296280 responses: - '500': *40 + '500': *41 '404': *6 - '202': *39 + '202': *40 '403': *29 '422': *15 x-github: @@ -60460,7 +60470,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *89 + - *90 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -60488,9 +60498,9 @@ paths: value: action: revoke responses: - '500': *40 + '500': *41 '404': *6 - '204': *130 + '204': *131 '403': *29 '422': *15 x-github: @@ -60512,7 +60522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *89 + - *90 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -60522,7 +60532,7 @@ paths: - *17 - *19 responses: - '500': *40 + '500': *41 '404': *6 '403': *29 '200': @@ -60531,11 +60541,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60557,7 +60567,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -60575,7 +60585,7 @@ paths: type: integer configurations: type: array - items: &433 + items: &434 title: Organization private registry description: Private registry configuration for an organization type: object @@ -60714,7 +60724,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *47 + Link: *48 '400': *14 '404': *6 x-github: @@ -60737,7 +60747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -61086,7 +61096,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &434 + org-private-registry-with-selected-visibility: &435 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -61127,7 +61137,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -61153,7 +61163,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -61175,16 +61185,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '404': *6 x-github: githubCloudOnly: false @@ -61206,8 +61216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -61394,8 +61404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -61418,15 +61428,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-organization parameters: - - *89 + - *90 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -61435,7 +61445,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Projects v2 Project description: A projects v2 project type: object @@ -61505,7 +61515,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &983 + properties: &984 id: type: number description: The unique identifier of the status update. @@ -61553,7 +61563,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &984 + required: &985 - id - node_id - created_at @@ -61578,7 +61588,7 @@ paths: - deleted_at - deleted_by examples: - default: &436 + default: &437 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -61661,8 +61671,8 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -61681,25 +61691,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-organization parameters: - - &437 + - &438 name: project_number description: The project's number. in: path required: true schema: type: integer - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -61718,8 +61728,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *89 - - *437 + - *90 + - *438 requestBody: required: true description: Details of the draft item to create in the project. @@ -61753,7 +61763,7 @@ paths: description: Response content: application/json: - schema: &443 + schema: &444 title: Projects v2 Item description: An item belonging to a project type: object @@ -61766,8 +61776,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *234 - - &629 + - *235 + - &630 title: Pull Request Simple description: Pull Request Simple type: object @@ -61873,8 +61883,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 nullable: true active_lock_reason: type: string @@ -61917,7 +61927,7 @@ paths: items: *4 requested_teams: type: array - items: *328 + items: *329 head: type: object properties: @@ -61925,7 +61935,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: @@ -61948,7 +61958,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: @@ -61967,7 +61977,7 @@ paths: _links: type: object properties: - comments: &440 + comments: &441 title: Link description: Hypermedia Link type: object @@ -61976,13 +61986,13 @@ paths: type: string required: - href - commits: *440 - statuses: *440 - html: *440 - issue: *440 - review_comments: *440 - review_comment: *440 - self: *440 + commits: *441 + statuses: *441 + html: *441 + issue: *441 + review_comments: *441 + review_comment: *441 + self: *441 required: - comments - commits @@ -61992,7 +62002,7 @@ paths: - review_comments - review_comment - self - author_association: *231 + author_association: *232 auto_merge: &767 title: Auto merge description: The status of auto merging a pull request. @@ -62018,6 +62028,45 @@ paths: - commit_title - commit_message nullable: true + stack: &768 + title: Pull Request Stack + description: The stack information associated with a pull + request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull + request belongs to. + sha: + type: string + description: The base SHA of the stack this pull + request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the + stack. + position: + type: integer + description: The one-based position of this pull request + within the stack, where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request + belongs to. + number: + type: integer + description: The number of the stack that this pull + request belongs to. + required: + - base + nullable: true draft: description: Indicates whether or not the pull request is a draft. @@ -62095,7 +62144,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &442 + content_type: &443 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -62135,7 +62184,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &444 + draft_issue: &445 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -62190,7 +62239,7 @@ paths: archived_at: project_url: https://api.github.com/users/octocat/projectsV2/1 item_url: https://api.github.com/users/octocat/projectsV2/items/17 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -62209,11 +62258,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-organization parameters: - - *437 - - *89 + - *438 + - *90 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -62221,7 +62270,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -62371,7 +62420,7 @@ paths: - updated_at - project_url examples: - default: &911 + default: &912 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62482,8 +62531,8 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -62501,8 +62550,8 @@ 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: - - *437 - - *89 + - *438 + - *90 requestBody: required: true content: @@ -62548,7 +62597,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &912 + items: &913 type: object properties: name: @@ -62585,7 +62634,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &913 + iteration_configuration: &914 type: object description: The configuration for iteration fields. properties: @@ -62635,7 +62684,7 @@ paths: value: name: Due date data_type: date - single_select_field: &914 + single_select_field: &915 summary: Create a single select field value: name: Priority @@ -62662,7 +62711,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &915 + iteration_field: &916 summary: Create an iteration field value: name: Sprint @@ -62686,9 +62735,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *441 + schema: *442 examples: - text_field: &916 + text_field: &917 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -62697,7 +62746,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: &917 + number_field: &918 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -62706,7 +62755,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: &918 + date_field: &919 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -62715,7 +62764,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: &919 + single_select_field: &920 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62749,7 +62798,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &920 + iteration_field: &921 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -62774,7 +62823,7 @@ paths: duration: 14 created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' - '304': *37 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -62794,23 +62843,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - - *437 - - &921 + - *438 + - &922 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &922 + default: &923 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62845,8 +62894,8 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -62866,8 +62915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *437 - - *89 + - *438 + - *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) for more information. @@ -62889,8 +62938,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -62899,7 +62948,7 @@ paths: application/json: schema: type: array - items: &445 + items: &446 title: Projects v2 Item description: An item belonging to a project type: object @@ -62915,7 +62964,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: *442 + content_type: *443 content: type: object additionalProperties: true @@ -62958,7 +63007,7 @@ paths: - updated_at - archived_at examples: - default: &446 + default: &447 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -63635,8 +63684,8 @@ paths: data_type: sub_issues_progress value: headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -63655,8 +63704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-organization-owned-project parameters: - - *89 - - *437 + - *90 + - *438 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -63726,23 +63775,23 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *444 + value: *445 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *444 + value: *445 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *444 + value: *445 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *444 - '304': *37 + value: *445 + '304': *38 '403': *29 '401': *25 x-github: @@ -63761,9 +63810,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: - - *437 - - *89 - - &447 + - *438 + - *90 + - &448 name: item_id description: The unique identifier of the project item. in: path @@ -63789,12 +63838,12 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -63812,9 +63861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-organization parameters: - - *437 - - *89 - - *447 + - *438 + - *90 + - *448 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -63884,13 +63933,13 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - text_field: *446 - number_field: *446 - date_field: *446 - single_select_field: *446 - iteration_field: *446 + text_field: *447 + number_field: *447 + date_field: *447 + single_select_field: *447 + iteration_field: *447 '401': *25 '403': *29 '404': *6 @@ -63910,9 +63959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-organization parameters: - - *437 - - *89 - - *447 + - *438 + - *90 + - *448 responses: '204': description: Response @@ -63935,8 +63984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *89 - - *437 + - *90 + - *438 requestBody: required: true content: @@ -64007,7 +64056,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &902 + schema: &903 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -64105,7 +64154,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &448 + value: &449 value: id: 1 number: 1 @@ -64151,11 +64200,11 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *448 + value: *449 roadmap_view: summary: Response for creating a roadmap view - value: *448 - '304': *37 + value: *449 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -64182,9 +64231,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: - - *437 - - *89 - - &923 + - *438 + - *90 + - &924 name: view_number description: The number that identifies the project view. in: path @@ -64206,8 +64255,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -64216,12 +64265,12 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -64243,7 +64292,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -64251,9 +64300,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -64280,7 +64329,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -64291,7 +64340,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *164 + items: *165 minItems: 1 maxItems: 100 required: @@ -64321,9 +64370,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -64344,16 +64393,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -64376,13 +64425,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 requestBody: required: true content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -64398,9 +64447,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -64423,10 +64472,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 x-github: @@ -64447,7 +64496,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 - *17 - *19 - name: repository_query @@ -64485,7 +64534,7 @@ paths: example: octocat/Hello-World properties: type: array - items: *163 + items: *164 description: List of custom property names and associated values required: - repository_id @@ -64506,7 +64555,7 @@ paths: - property_name: team value: octocat headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -64534,7 +64583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -64554,7 +64603,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *163 + items: *164 required: - repository_names - properties @@ -64595,7 +64644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-public-organization-members parameters: - - *89 + - *90 - *17 - *19 responses: @@ -64607,9 +64656,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64626,8 +64675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response if user is a public member @@ -64651,8 +64700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -64673,8 +64722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -64698,7 +64747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-organization-repositories parameters: - - *89 + - *90 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -64745,11 +64794,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64768,7 +64817,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#create-an-organization-repository parameters: - - *89 + - *90 requestBody: required: true content: @@ -64950,7 +64999,7 @@ paths: description: Response content: application/json: - schema: &514 + schema: &515 title: Full Repository description: Full Repository type: object @@ -65238,8 +65287,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *450 - required: *451 + properties: *451 + required: *452 nullable: true temp_clone_token: type: string @@ -65326,8 +65375,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true organization: title: Simple User @@ -65336,8 +65385,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *80 - source: *80 + parent: *81 + source: *81 forks: type: integer master_branch: @@ -65354,7 +65403,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &634 + properties: &635 url: type: string format: uri @@ -65370,12 +65419,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &635 + required: &636 - url - key - name - html_url - security_and_analysis: *452 + security_and_analysis: *453 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -65459,7 +65508,7 @@ paths: - network_count - subscribers_count examples: - default: &516 + default: &517 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -65977,7 +66026,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -65985,9 +66034,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *454 + default: *455 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -66009,10 +66058,10 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - *17 - *19 - - &790 + - &791 name: targets description: | A comma-separated list of rule targets to filter by. @@ -66030,7 +66079,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -66061,7 +66110,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -66077,7 +66126,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 requestBody: description: Request body required: true @@ -66098,21 +66147,20 @@ paths: - push - repository default: branch - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *455 + items: *177 + conditions: *456 rules: type: array description: An array of rules within the ruleset. - items: &457 + items: &458 title: Repository Rule type: object description: A repository rule. oneOf: - - *177 - *178 - *179 - *180 @@ -66126,13 +66174,14 @@ paths: - *188 - *189 - *190 - - *194 + - *191 - *195 - *196 - *197 - - *191 + - *198 - *192 - *193 + - *194 required: - name - enforcement @@ -66170,9 +66219,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: &456 + default: &457 value: id: 21 name: super cool ruleset @@ -66213,7 +66262,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *40 + '500': *41 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -66227,8 +66276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *89 - - &792 + - *90 + - &793 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 @@ -66238,16 +66287,16 @@ paths: schema: type: string x-multi-segment: true - - *325 - - *107 - - &793 + - *326 + - *108 + - &794 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 - - &794 + - &795 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -66260,7 +66309,7 @@ paths: - bypass - all default: all - - &795 + - &796 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. @@ -66283,7 +66332,7 @@ paths: description: Response content: application/json: - schema: &796 + schema: &797 title: Rule Suites description: Response type: array @@ -66338,7 +66387,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &797 + default: &798 value: - id: 21 actor_id: 12 @@ -66362,7 +66411,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66381,8 +66430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *89 - - &798 + - *90 + - &799 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -66398,7 +66447,7 @@ paths: description: Response content: application/json: - schema: &799 + schema: &800 title: Rule Suite description: Response type: object @@ -66497,7 +66546,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &800 + default: &801 value: id: 21 actor_id: 12 @@ -66532,7 +66581,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66558,7 +66607,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -66570,11 +66619,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *456 + default: *457 '404': *6 - '500': *40 + '500': *41 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -66590,7 +66639,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -66616,16 +66665,16 @@ paths: - tag - push - repository - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *455 + items: *177 + conditions: *456 rules: description: An array of rules within the ruleset. type: array - items: *457 + items: *458 examples: default: value: @@ -66660,12 +66709,12 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *456 + default: *457 '404': *6 '422': *15 - '500': *40 + '500': *41 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -66681,7 +66730,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -66692,7 +66741,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -66704,7 +66753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rules#get-organization-ruleset-history parameters: - - *89 + - *90 - *17 - *19 - name: ruleset_id @@ -66720,11 +66769,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *458 + default: *459 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66741,7 +66790,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rules#get-organization-ruleset-version parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -66759,7 +66808,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -66799,7 +66848,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66821,8 +66870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *89 - - *460 + - *90 - *461 - *462 - *463 @@ -66830,10 +66878,11 @@ paths: - *465 - *466 - *467 - - *112 + - *468 + - *113 - *19 - *17 - - &802 + - &803 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 @@ -66843,7 +66892,7 @@ paths: required: false schema: type: string - - &803 + - &804 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 @@ -66853,13 +66902,13 @@ paths: required: false schema: type: string - - *468 - *469 - *470 - *471 - *472 - *473 - *474 + - *475 responses: '200': description: Response @@ -66867,13 +66916,13 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *476 + default: *477 headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66898,11 +66947,11 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 - - *477 + - *90 - *478 - *479 - - *112 + - *480 + - *113 - *19 - *17 responses: @@ -66912,11 +66961,11 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *480 + default: *481 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -66937,7 +66986,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 requestBody: required: true content: @@ -66950,9 +66999,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *481 + items: *482 examples: - default: *482 + default: *483 responses: '201': description: All patterns created successfully. @@ -66964,9 +67013,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: *483 + default: *484 '400': *14 '403': *29 '404': *6 @@ -66990,7 +67039,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *484 + items: *485 delete: summary: Bulk delete organization custom patterns description: |- @@ -67009,7 +67058,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 requestBody: required: true content: @@ -67023,7 +67072,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *485 + items: *486 post_delete_action: type: string description: |- @@ -67036,14 +67085,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *486 + default: *487 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 "/orgs/{org}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update an organization custom pattern @@ -67063,7 +67112,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 - name: pattern_id in: path required: true @@ -67074,21 +67123,21 @@ paths: required: true content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: *489 + default: *490 '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -67109,15 +67158,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '403': *29 '404': *6 patch: @@ -67138,7 +67187,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *89 + - *90 requestBody: required: true content: @@ -67146,7 +67195,7 @@ paths: schema: type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -67172,7 +67221,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *205 + custom_pattern_version: *206 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -67208,7 +67257,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 "/orgs/{org}/security-advisories": get: @@ -67226,8 +67275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *89 - - *112 + - *90 + - *113 - name: sort description: The property to sort the results by. in: query @@ -67239,8 +67288,8 @@ paths: - updated - published default: created - - *110 - *111 + - *112 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -67270,7 +67319,7 @@ paths: application/json: schema: type: array - items: &824 + items: &825 description: A repository security advisory. type: object properties: @@ -67457,7 +67506,7 @@ paths: required: - vector_string - score - cvss_severities: *136 + cvss_severities: *137 cwes: type: array nullable: true @@ -67490,7 +67539,7 @@ paths: login: type: string description: The username of the user credited. - type: *492 + type: *493 credits_detailed: type: array nullable: true @@ -67500,7 +67549,7 @@ paths: type: object properties: user: *4 - type: *492 + type: *493 state: type: string description: The state of the user's acceptance of the @@ -67524,14 +67573,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *328 + items: *329 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *122 + - *123 required: - ghsa_id - cve_id @@ -67561,7 +67610,7 @@ paths: - private_fork additionalProperties: false examples: - default: &825 + default: &826 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -67940,7 +67989,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#list-security-manager-teams parameters: - - *89 + - *90 responses: '200': description: Response @@ -67948,7 +67997,7 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: default: value: @@ -67988,8 +68037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -68014,8 +68063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -68046,8 +68095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *89 - - *494 + - *90 + - *495 - *17 - *19 responses: @@ -68055,9 +68104,9 @@ paths: description: Success content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -68077,7 +68126,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Immutable releases settings response @@ -68126,7 +68175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -68183,7 +68232,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *89 + - *90 - *19 - *17 responses: @@ -68201,9 +68250,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68222,7 +68271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *89 + - *90 requestBody: required: true content: @@ -68271,8 +68320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -68294,8 +68343,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -68318,7 +68367,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -68336,11 +68385,11 @@ paths: type: integer network_configurations: type: array - items: *156 + items: *157 examples: - default: *497 + default: *498 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68359,7 +68408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -68415,9 +68464,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68437,18 +68486,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - *158 + - *90 + - *159 responses: '200': description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68467,8 +68516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - *158 + - *90 + - *159 requestBody: required: true content: @@ -68521,9 +68570,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68542,8 +68591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *89 - - *158 + - *90 + - *159 responses: '204': description: Response @@ -68566,18 +68615,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *89 - - *498 + - *90 + - *499 responses: '200': description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68594,7 +68643,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -68613,7 +68662,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -68659,7 +68708,7 @@ paths: type: string nullable: true examples: - default: &512 + default: &513 value: groups: - group_id: '123' @@ -68692,7 +68741,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-teams parameters: - - *89 + - *90 - *17 - *19 - name: team_type @@ -68714,11 +68763,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -68738,7 +68787,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#create-a-team parameters: - - *89 + - *90 requestBody: required: true content: @@ -68810,7 +68859,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -68873,8 +68922,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true members_count: type: integer @@ -69137,7 +69186,7 @@ paths: - repos_count - organization examples: - default: &502 + default: &503 value: id: 1 node_id: MDQ6VGVhbTE= @@ -69207,16 +69256,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-by-name parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -69237,8 +69286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: false content: @@ -69300,16 +69349,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '201': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 '422': *15 '403': *29 @@ -69334,12 +69383,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response - '422': &505 + '422': &506 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -69361,17 +69410,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 - '422': *505 + default: *505 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -69390,8 +69439,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: true content: @@ -69414,10 +69463,10 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 - '422': *505 + default: *508 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -69436,12 +69485,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response - '422': *505 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -69462,8 +69511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -69473,12 +69522,12 @@ paths: application/json: schema: type: array - items: *397 + items: *398 examples: - default: *398 + default: *399 headers: - Link: *47 - '422': *505 + Link: *48 + '422': *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69500,8 +69549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members parameters: - - *89 - - *226 + - *90 + - *227 - name: role description: Filters members returned by their role in the team. in: query @@ -69522,7 +69571,7 @@ paths: application/json: schema: type: array - items: &866 + items: &867 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 @@ -69641,7 +69690,7 @@ paths: - type - url examples: - default: &867 + default: &868 value: - login: octocat id: 1 @@ -69664,7 +69713,7 @@ paths: role: member inherited: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69692,15 +69741,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 responses: '200': description: Response content: application/json: - schema: &508 + schema: &509 title: Team Membership description: Team Membership type: object @@ -69727,7 +69776,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &868 + response-if-user-is-a-team-maintainer: &869 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -69763,9 +69812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 requestBody: required: false content: @@ -69790,9 +69839,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - response-if-users-membership-with-team-is-now-pending: &869 + response-if-users-membership-with-team-is-now-pending: &870 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -69827,9 +69876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 responses: '204': description: Response @@ -69855,8 +69904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -69866,11 +69915,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69897,16 +69946,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *89 - - *226 - - *509 + - *90 + - *227 - *510 + - *511 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &870 + schema: &871 title: Team Repository description: A team's access to a repository. type: object @@ -69929,8 +69978,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true forks: type: integer @@ -70475,10 +70524,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *89 - - *226 - - *509 + - *90 + - *227 - *510 + - *511 requestBody: required: false content: @@ -70523,10 +70572,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *89 - - *226 - - *509 + - *90 + - *227 - *510 + - *511 responses: '204': description: Response @@ -70552,17 +70601,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 - '422': *505 + default: *513 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -70584,8 +70633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: true content: @@ -70628,7 +70677,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -70640,7 +70689,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *505 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -70661,8 +70710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -70672,9 +70721,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - response-if-child-teams-exist: &871 + response-if-child-teams-exist: &872 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -70702,7 +70751,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70727,7 +70776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *89 + - *90 - name: security_product in: path description: The security feature to enable or disable. @@ -70827,7 +70876,7 @@ paths: resources: type: object properties: - core: &513 + core: &514 title: Rate Limit type: object properties: @@ -70844,21 +70893,21 @@ paths: - remaining - reset - used - graphql: *513 - search: *513 - code_search: *513 - source_import: *513 - integration_manifest: *513 - actions_runner_registration: *513 - scim: *513 - dependency_snapshots: *513 - dependency_sbom: *513 - code_scanning_autofix: *513 - copilot_usage_records: *513 + 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 required: - core - search - rate: *513 + rate: *514 required: - rate - resources @@ -70935,7 +70984,7 @@ paths: schema: type: integer format: timestamp - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -70958,14 +71007,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: default-response: summary: Default response @@ -71474,7 +71523,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *515 + '301': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71492,8 +71541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#update-a-repository parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -71813,10 +71862,10 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 - '307': &517 + default: *517 + '307': &518 description: Temporary Redirect content: application/json: @@ -71845,8 +71894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -71868,9 +71917,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository - '307': *517 + '307': *518 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71892,11 +71941,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - *19 - - &533 + - &534 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -71919,7 +71968,7 @@ paths: type: integer artifacts: type: array - items: &518 + items: &519 title: Artifact description: An artifact type: object @@ -71997,7 +72046,7 @@ paths: - expires_at - updated_at examples: - default: &534 + default: &535 value: total_count: 2 artifacts: @@ -72036,7 +72085,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72058,9 +72107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#get-an-artifact parameters: - - *509 - *510 - - &519 + - *511 + - &520 name: artifact_id description: The unique identifier of the artifact. in: path @@ -72072,7 +72121,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -72110,9 +72159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#delete-an-artifact parameters: - - *509 - *510 - - *519 + - *511 + - *520 responses: '204': description: Response @@ -72136,9 +72185,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#download-an-artifact parameters: - - *509 - *510 - - *519 + - *511 + - *520 - name: archive_format in: path required: true @@ -72148,15 +72197,11 @@ paths: '302': description: Response headers: - Location: &653 + Location: &654 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &701 - description: Gone - content: - application/json: - schema: *3 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72177,14 +72222,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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: &520 + schema: &521 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -72195,7 +72240,7 @@ paths: type: integer example: 14 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -72217,15 +72262,15 @@ 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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *520 + schema: *521 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -72252,14 +72297,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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: &521 + schema: &522 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -72270,7 +72315,7 @@ paths: type: integer example: 10 examples: - default: *46 + default: *47 '403': *29 '404': *6 x-github: @@ -72292,15 +72337,15 @@ 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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *521 + schema: *522 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -72329,14 +72374,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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -72362,11 +72407,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: - - *509 - *510 + - *511 - *17 - *19 - - &523 + - &524 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 @@ -72394,13 +72439,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *112 + - *113 responses: '200': description: Response content: application/json: - schema: &524 + schema: &525 title: Repository actions caches description: Repository actions caches type: object @@ -72442,7 +72487,7 @@ paths: - total_count - actions_caches examples: - default: &525 + default: &526 value: total_count: 1 actions_caches: @@ -72454,7 +72499,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72474,23 +72519,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: - - *509 - *510 + - *511 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *523 + - *524 responses: '200': description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72510,8 +72555,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: - - *509 - *510 + - *511 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -72540,10 +72585,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - - *111 + - *112 responses: '200': description: Response @@ -72591,7 +72636,7 @@ paths: group_url: https://api.github.com/repos/octocat/Hello-World/actions/concurrency_groups/ci-build last_acquired_at: '2026-01-15T16:13:55Z' headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -72623,8 +72668,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: - - *509 - *510 + - *511 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -72776,9 +72821,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: - - *509 - *510 - - &526 + - *511 + - &527 name: job_id description: The unique identifier of the job. in: path @@ -72790,7 +72835,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: Job description: Information of a job execution in a workflow run type: object @@ -73097,9 +73142,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: - - *509 - *510 - - *526 + - *511 + - *527 responses: '302': description: Response @@ -73127,9 +73172,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: - - *509 - *510 - - *526 + - *511 + - *527 requestBody: required: false content: @@ -73155,7 +73200,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -73179,8 +73224,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: - - *509 - *510 + - *511 responses: '200': description: Status response @@ -73239,8 +73284,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -73279,7 +73324,7 @@ paths: description: Empty response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -73308,8 +73353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-organization-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -73327,7 +73372,7 @@ paths: type: integer secrets: type: array - items: &539 + items: &540 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -73347,7 +73392,7 @@ paths: - created_at - updated_at examples: - default: &540 + default: &541 value: total_count: 2 secrets: @@ -73358,7 +73403,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73380,9 +73425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-organization-variables parameters: - - *509 - *510 - - *314 + - *511 + - *315 - *19 responses: '200': @@ -73399,7 +73444,7 @@ paths: type: integer variables: type: array - items: &541 + items: &542 title: Actions Variable type: object properties: @@ -73429,7 +73474,7 @@ paths: - created_at - updated_at examples: - default: &542 + default: &543 value: total_count: 2 variables: @@ -73442,7 +73487,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73462,8 +73507,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -73472,12 +73517,12 @@ paths: schema: type: object properties: - enabled: &527 + enabled: &528 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *62 - selected_actions_url: *282 - sha_pinning_required: *63 + allowed_actions: *63 + selected_actions_url: *283 + sha_pinning_required: *64 required: - enabled examples: @@ -73507,8 +73552,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: - - *509 - *510 + - *511 responses: '204': description: Response @@ -73519,9 +73564,9 @@ paths: schema: type: object properties: - enabled: *527 - allowed_actions: *62 - sha_pinning_required: *63 + enabled: *528 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled examples: @@ -73552,14 +73597,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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: &528 + schema: &529 type: object properties: access_level: @@ -73577,7 +73622,7 @@ paths: required: - access_level examples: - default: &529 + default: &530 value: access_level: organization x-github: @@ -73602,15 +73647,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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 responses: '204': description: Response @@ -73634,14 +73679,14 @@ 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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -73665,8 +73710,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: - - *509 - *510 + - *511 responses: '204': description: Empty response for successful settings update @@ -73676,7 +73721,7 @@ paths: required: true content: application/json: - schema: *285 + schema: *286 examples: default: summary: Set retention days @@ -73700,16 +73745,16 @@ 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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *286 + default: *287 '404': *6 x-github: enabledForGitHubApps: true @@ -73728,8 +73773,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: - - *509 - *510 + - *511 responses: '204': description: Response @@ -73739,7 +73784,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -73763,16 +73808,16 @@ 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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *65 + default: *66 '403': *29 '404': *6 x-github: @@ -73792,15 +73837,15 @@ 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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *288 + schema: *289 examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -73824,16 +73869,16 @@ 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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *68 + default: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73856,8 +73901,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: - - *509 - *510 + - *511 responses: '204': description: Response @@ -73865,9 +73910,9 @@ paths: required: false content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73889,16 +73934,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73919,8 +73964,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: - - *509 - *510 + - *511 responses: '204': description: Success response @@ -73931,9 +73976,9 @@ paths: required: true content: application/json: - schema: *292 + schema: *293 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73960,8 +74005,8 @@ paths: in: query schema: type: string - - *509 - *510 + - *511 - *17 - *19 responses: @@ -73979,11 +74024,11 @@ paths: type: integer runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74005,8 +74050,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -74014,9 +74059,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74038,8 +74083,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -74082,10 +74127,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74113,16 +74158,16 @@ 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: - - *509 - *510 + - *511 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74150,16 +74195,16 @@ 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: - - *509 - *510 + - *511 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74181,17 +74226,17 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74212,9 +74257,9 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 responses: '204': description: Response @@ -74240,11 +74285,11 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 responses: - '200': *83 + '200': *84 '404': *6 x-github: githubCloudOnly: false @@ -74266,9 +74311,9 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 requestBody: required: true content: @@ -74292,7 +74337,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -74316,9 +74361,9 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 requestBody: required: true content: @@ -74343,7 +74388,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -74367,11 +74412,11 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 responses: - '200': *302 + '200': *303 '404': *6 x-github: githubCloudOnly: false @@ -74398,12 +74443,12 @@ 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: - - *509 - *510 - - *77 - - *303 + - *511 + - *78 + - *304 responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -74429,9 +74474,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: - - *509 - *510 - - &545 + - *511 + - &546 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. @@ -74439,7 +74484,7 @@ paths: required: false schema: type: string - - &546 + - &547 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -74447,7 +74492,7 @@ paths: required: false schema: type: string - - &547 + - &548 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -74456,7 +74501,7 @@ paths: required: false schema: type: string - - &548 + - &549 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 @@ -74483,7 +74528,7 @@ paths: - pending - *17 - *19 - - &549 + - &550 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)." @@ -74492,7 +74537,7 @@ paths: schema: type: string format: date-time - - &530 + - &531 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -74501,13 +74546,13 @@ paths: schema: type: boolean default: false - - &550 + - &551 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &551 + - &552 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -74530,7 +74575,7 @@ paths: type: integer workflow_runs: type: array - items: &531 + items: &532 title: Workflow Run description: An invocation of a workflow type: object @@ -74625,7 +74670,7 @@ paths: that triggered the run. type: array nullable: true - items: *239 + items: *240 created_at: type: string format: date-time @@ -74678,7 +74723,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &575 + properties: &576 id: type: string description: SHA for the commit @@ -74729,7 +74774,7 @@ paths: - name - email nullable: true - required: &576 + required: &577 - id - tree_id - message @@ -74737,8 +74782,8 @@ paths: - author - committer nullable: true - repository: *295 - head_repository: *295 + repository: *296 + head_repository: *296 head_repository_id: type: integer example: 5 @@ -74776,7 +74821,7 @@ paths: - workflow_url - pull_requests examples: - default: &552 + default: &553 value: total_count: 1 workflow_runs: @@ -74990,7 +75035,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75012,24 +75057,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *509 - *510 - - &532 + - *511 + - &533 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *530 + - *531 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &535 + default: &536 value: id: 30433642 name: Build @@ -75270,9 +75315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '204': description: Response @@ -75295,9 +75340,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: - - *509 - *510 - - *532 + - *511 + - *533 responses: '200': description: Response @@ -75416,15 +75461,15 @@ 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: - - *509 - *510 - - *532 + - *511 + - *533 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -75451,13 +75496,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *509 - *510 - - *532 + - *511 + - *533 - *17 - *19 - - *533 - - *112 + - *534 + - *113 responses: '200': description: Response @@ -75473,11 +75518,11 @@ paths: type: integer artifacts: type: array - items: *518 + items: *519 examples: - default: *534 + default: *535 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75499,25 +75544,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *509 - *510 - - *532 - - &536 + - *511 + - *533 + - &537 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *530 + - *531 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *535 + default: *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75540,10 +75585,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: - - *509 - *510 - - *532 - - *536 + - *511 + - *533 + - *537 - *17 - *19 responses: @@ -75561,9 +75606,9 @@ paths: type: integer jobs: type: array - items: *537 + items: *538 examples: - default: &538 + default: &539 value: total_count: 1 jobs: @@ -75652,7 +75697,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -75676,10 +75721,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *509 - *510 - - *532 - - *536 + - *511 + - *533 + - *537 responses: '302': description: Response @@ -75707,19 +75752,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '202': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75755,12 +75800,12 @@ 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: - - *509 - *510 - - *532 + - *511 + - *533 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -75903,7 +75948,7 @@ paths: job_url: https://api.github.com/repos/octocat/Hello-World/actions/jobs/798245260 job_html_url: https://github.com/octocat/Hello-World/actions/runs/30433642/job/798245260 headers: - Link: *47 + Link: *48 '404': *6 '422': *15 x-github: @@ -75928,9 +75973,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: - - *509 - *510 - - *532 + - *511 + - *533 requestBody: required: true content: @@ -75997,19 +76042,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '202': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76032,9 +76077,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: - - *509 - *510 - - *532 + - *511 + - *533 - 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 @@ -76064,11 +76109,11 @@ paths: type: integer jobs: type: array - items: *537 + items: *538 examples: - default: *538 + default: *539 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76091,9 +76136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '302': description: Response @@ -76120,14 +76165,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '204': description: Response '403': *29 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76149,9 +76194,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: - - *509 - *510 - - *532 + - *511 + - *533 responses: '200': description: Response @@ -76211,7 +76256,7 @@ paths: items: type: object properties: - type: &668 + type: &669 type: string description: The type of reviewer. enum: @@ -76221,7 +76266,7 @@ paths: reviewer: anyOf: - *4 - - *328 + - *329 required: - environment - wait_timer @@ -76296,9 +76341,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: - - *509 - *510 - - *532 + - *511 + - *533 requestBody: required: true content: @@ -76345,12 +76390,12 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &941 + properties: &942 url: type: string format: uri @@ -76433,9 +76478,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - required: &942 + properties: *230 + required: *231 + required: &943 - id - node_id - sha @@ -76451,7 +76496,7 @@ paths: - created_at - updated_at examples: - default: &656 + default: &657 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -76507,9 +76552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *509 - *510 - - *532 + - *511 + - *533 requestBody: required: false content: @@ -76530,7 +76575,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -76553,9 +76598,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: - - *509 - *510 - - *532 + - *511 + - *533 requestBody: required: false content: @@ -76576,7 +76621,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -76609,9 +76654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '200': description: Response @@ -76748,8 +76793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -76767,11 +76812,11 @@ paths: type: integer secrets: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76794,16 +76839,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-public-key parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76825,17 +76870,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &553 + default: &554 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -76861,9 +76906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 requestBody: required: true content: @@ -76894,7 +76939,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -76920,9 +76965,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '204': description: Response @@ -76947,9 +76992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-variables parameters: - - *509 - *510 - - *314 + - *511 + - *315 - *19 responses: '200': @@ -76966,11 +77011,11 @@ paths: type: integer variables: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76991,8 +77036,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-a-repository-variable parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -77019,7 +77064,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -77044,17 +77089,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: &554 + default: &555 value: name: USERNAME value: octocat @@ -77080,9 +77125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 requestBody: required: true content: @@ -77124,9 +77169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 responses: '204': description: Response @@ -77151,8 +77196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#list-repository-workflows parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -77170,7 +77215,7 @@ paths: type: integer workflows: type: array - items: &543 + items: &544 title: Workflow description: A GitHub Actions workflow type: object @@ -77254,7 +77299,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77277,9 +77322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-a-workflow parameters: - - *509 - *510 - - &544 + - *511 + - &545 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -77294,7 +77339,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -77327,9 +77372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#disable-a-workflow parameters: - - *509 - *510 - - *544 + - *511 + - *545 responses: '204': description: Response @@ -77354,9 +77399,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *509 - *510 - - *544 + - *511 + - *545 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -77443,9 +77488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#enable-a-workflow parameters: - - *509 - *510 - - *544 + - *511 + - *545 responses: '204': description: Response @@ -77472,19 +77517,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: - - *509 - *510 - - *544 + - *511 - *545 - *546 - *547 - *548 + - *549 - *17 - *19 - - *549 - - *530 - *550 + - *531 - *551 + - *552 responses: '200': description: Response @@ -77500,11 +77545,11 @@ paths: type: integer workflow_runs: type: array - items: *531 + items: *532 examples: - default: *552 + default: *553 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77535,9 +77580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-workflow-usage parameters: - - *509 - *510 - - *544 + - *511 + - *545 responses: '200': description: Response @@ -77598,12 +77643,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-activities parameters: - - *509 - *510 - - *112 + - *511 + - *113 - *17 - - *110 - *111 + - *112 - name: ref description: |- The Git reference for the activities you want to list. @@ -77744,7 +77789,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '422': *7 x-github: githubCloudOnly: false @@ -77768,8 +77813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-organization-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -77787,11 +77832,11 @@ paths: type: integer secrets: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77813,9 +77858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-organization-variables parameters: - - *509 - *510 - - *314 + - *511 + - *315 - *19 responses: '200': @@ -77832,11 +77877,11 @@ paths: type: integer variables: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77859,8 +77904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -77878,11 +77923,11 @@ paths: type: integer secrets: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77905,16 +77950,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-public-key parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77936,17 +77981,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *553 + default: *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77968,9 +78013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 requestBody: required: true content: @@ -78001,7 +78046,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -78027,9 +78072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#delete-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '204': description: Response @@ -78054,9 +78099,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-variables parameters: - - *509 - *510 - - *314 + - *511 + - *315 - *19 responses: '200': @@ -78073,11 +78118,11 @@ paths: type: integer variables: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78098,8 +78143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#create-a-repository-variable parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -78126,7 +78171,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -78151,17 +78196,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#get-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78182,9 +78227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#update-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 requestBody: required: true content: @@ -78226,9 +78271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#delete-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 responses: '204': description: Response @@ -78249,8 +78294,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#list-assignees parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -78262,9 +78307,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -78287,8 +78332,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: - - *509 - *510 + - *511 - name: assignee in: path required: true @@ -78324,8 +78369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#create-an-attestation parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -78435,11 +78480,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#list-attestations parameters: - - *509 - *510 + - *511 - *17 - - *110 - *111 + - *112 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -78493,7 +78538,7 @@ paths: initiator: type: string examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78513,8 +78558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -78522,7 +78567,7 @@ paths: application/json: schema: type: array - items: &556 + items: &557 title: Autolink reference description: An autolink reference. type: object @@ -78576,8 +78621,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -78616,9 +78661,9 @@ paths: description: response content: application/json: - schema: *556 + schema: *557 examples: - default: &557 + default: &558 value: id: 1 key_prefix: TICKET- @@ -78649,9 +78694,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: - - *509 - *510 - - &558 + - *511 + - &559 name: autolink_id description: The unique identifier of the autolink. in: path @@ -78663,9 +78708,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '404': *6 x-github: githubCloudOnly: false @@ -78685,9 +78730,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: - - *509 - *510 - - *558 + - *511 + - *559 responses: '204': description: Response @@ -78711,8 +78756,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: - - *509 - *510 + - *511 responses: '200': description: Response if Dependabot is enabled @@ -78760,8 +78805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-dependabot-security-updates parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -78782,8 +78827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-dependabot-security-updates parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -78803,8 +78848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#list-branches parameters: - - *509 - *510 + - *511 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -78842,7 +78887,7 @@ paths: - url protected: type: boolean - protection: &560 + protection: &561 title: Branch Protection description: Branch Protection type: object @@ -78884,7 +78929,7 @@ paths: required: - contexts - checks - enforce_admins: &563 + enforce_admins: &564 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -78899,7 +78944,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &565 + required_pull_request_reviews: &566 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -78920,7 +78965,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *328 + items: *329 apps: description: The list of apps with review dismissal access. @@ -78949,7 +78994,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *328 + items: *329 apps: description: The list of apps allowed to bypass pull request requirements. @@ -78975,7 +79020,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &562 + restrictions: &563 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -79038,7 +79083,7 @@ paths: type: string teams: type: array - items: *328 + items: *329 apps: type: array items: @@ -79234,7 +79279,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -79252,9 +79297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#get-a-branch parameters: - - *509 - *510 - - &561 + - *511 + - &562 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). @@ -79268,14 +79313,14 @@ paths: description: Response content: application/json: - schema: &571 + schema: &572 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &625 + commit: &626 title: Commit description: Commit type: object @@ -79309,7 +79354,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &559 + properties: &560 name: type: string example: '"Chris Wanstrath"' @@ -79325,7 +79370,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *559 + properties: *560 nullable: true message: type: string @@ -79346,7 +79391,7 @@ paths: required: - sha - url - verification: &686 + verification: &687 title: Verification type: object properties: @@ -79380,12 +79425,12 @@ paths: nullable: true oneOf: - *4 - - *306 + - *307 committer: nullable: true oneOf: - *4 - - *306 + - *307 parents: type: array items: @@ -79416,7 +79461,7 @@ paths: type: integer files: type: array - items: &638 + items: &639 title: Diff Entry description: Diff Entry type: object @@ -79500,7 +79545,7 @@ paths: - self protected: type: boolean - protection: *560 + protection: *561 protection_url: type: string format: uri @@ -79607,7 +79652,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *515 + '301': *516 '404': *6 x-github: githubCloudOnly: false @@ -79629,15 +79674,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -79831,9 +79876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -80088,7 +80133,7 @@ paths: url: type: string format: uri - required_status_checks: &568 + required_status_checks: &569 title: Status Check Policy description: Status Check Policy type: object @@ -80164,7 +80209,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 apps: type: array items: *5 @@ -80182,7 +80227,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 apps: type: array items: *5 @@ -80240,7 +80285,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *562 + restrictions: *563 required_conversation_resolution: type: object properties: @@ -80352,9 +80397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80379,17 +80424,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: &564 + default: &565 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -80411,17 +80456,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80440,9 +80485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80467,17 +80512,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -80573,9 +80618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -80673,9 +80718,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 x-github: githubCloudOnly: false @@ -80696,9 +80741,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80725,17 +80770,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: &567 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -80758,17 +80803,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *567 + default: *568 '404': *6 x-github: githubCloudOnly: false @@ -80788,9 +80833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80815,17 +80860,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-status-checks-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &569 + default: &570 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -80851,9 +80896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-status-check-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -80905,9 +80950,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '404': *6 '422': *15 x-github: @@ -80929,9 +80974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80955,9 +81000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response @@ -80991,9 +81036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-status-check-contexts parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -81060,9 +81105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-status-check-contexts parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -81126,9 +81171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: content: application/json: @@ -81194,15 +81239,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -81293,9 +81338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -81318,9 +81363,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: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response @@ -81330,7 +81375,7 @@ paths: type: array items: *5 examples: - default: &570 + default: &571 value: - id: 1 slug: octoapp @@ -81387,9 +81432,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81423,7 +81468,7 @@ paths: type: array items: *5 examples: - default: *570 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -81444,9 +81489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81480,7 +81525,7 @@ paths: type: array items: *5 examples: - default: *570 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -81501,9 +81546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81537,7 +81582,7 @@ paths: type: array items: *5 examples: - default: *570 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -81559,9 +81604,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: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response @@ -81569,9 +81614,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 '404': *6 x-github: githubCloudOnly: false @@ -81591,9 +81636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -81629,9 +81674,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -81652,9 +81697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -81690,9 +81735,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -81713,9 +81758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: content: application/json: @@ -81750,9 +81795,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -81774,9 +81819,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: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response @@ -81786,7 +81831,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '404': *6 x-github: githubCloudOnly: false @@ -81810,9 +81855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81845,7 +81890,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -81870,9 +81915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81905,7 +81950,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -81930,9 +81975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81965,7 +82010,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -81992,9 +82037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#rename-a-branch parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -82016,7 +82061,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -82130,12 +82175,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *509 - *510 - - *105 + - *511 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -82145,11 +82190,11 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -82167,8 +82212,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *509 - *510 + - *511 - name: bypass_request_number in: path required: true @@ -82182,7 +82227,7 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -82220,7 +82265,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -82241,12 +82286,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *509 - *510 - - *105 + - *511 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -82256,12 +82301,12 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -82282,8 +82327,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *509 - *510 + - *511 - name: bypass_request_number in: path required: true @@ -82295,7 +82340,7 @@ paths: description: A single bypass request. content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -82333,7 +82378,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review a bypass request for secret scanning description: |- @@ -82353,8 +82398,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *509 - *510 + - *511 - name: bypass_request_number in: path required: true @@ -82404,7 +82449,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -82425,8 +82470,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *509 - *510 + - *511 - name: bypass_response_id in: path required: true @@ -82439,7 +82484,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -82459,8 +82504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#create-a-check-run parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -82739,7 +82784,7 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 title: CheckRun description: A check performed on the code of a given code change type: object @@ -82850,16 +82895,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *239 - deployment: &934 + items: *240 + deployment: &935 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -82926,8 +82971,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -83139,9 +83184,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#get-a-check-run parameters: - - *509 - *510 - - &573 + - *511 + - &574 name: check_run_id description: The unique identifier of the check run. in: path @@ -83153,9 +83198,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: &574 + default: &575 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -83255,9 +83300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#update-a-check-run parameters: - - *509 - *510 - - *573 + - *511 + - *574 requestBody: required: true content: @@ -83497,9 +83542,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *574 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83519,9 +83564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-run-annotations parameters: - - *509 - *510 - - *573 + - *511 + - *574 - *17 - *19 responses: @@ -83596,7 +83641,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83616,15 +83661,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#rerequest-a-check-run parameters: - - *509 - *510 - - *573 + - *511 + - *574 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -83662,8 +83707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#create-a-check-suite parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -83685,7 +83730,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &577 + schema: &578 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -83749,7 +83794,7 @@ paths: nullable: true pull_requests: type: array - items: *239 + items: *240 nullable: true app: title: GitHub app @@ -83760,9 +83805,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - repository: *295 + properties: *230 + required: *231 + repository: *296 created_at: type: string format: date-time @@ -83771,12 +83816,12 @@ paths: type: string format: date-time nullable: true - head_commit: &967 + head_commit: &968 title: Simple Commit description: A commit. type: object - properties: *575 - required: *576 + properties: *576 + required: *577 latest_check_runs_count: type: integer check_runs_url: @@ -83804,7 +83849,7 @@ paths: - check_runs_url - pull_requests examples: - default: &578 + default: &579 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -84095,9 +84140,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84116,8 +84161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -84178,7 +84223,7 @@ paths: required: - app_id - setting - repository: *295 + repository: *296 examples: default: value: @@ -84426,9 +84471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#get-a-check-suite parameters: - - *509 - *510 - - &579 + - *511 + - &580 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -84440,9 +84485,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84465,17 +84510,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: - - *509 - *510 - - *579 - - &631 + - *511 + - *580 + - &632 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &632 + - &633 name: status description: Returns check runs with the specified `status`. in: query @@ -84514,9 +84559,9 @@ paths: type: integer check_runs: type: array - items: *572 + items: *573 examples: - default: &633 + default: &634 value: total_count: 1 check_runs: @@ -84598,7 +84643,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84618,15 +84663,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#rerequest-a-check-suite parameters: - - *509 - *510 - - *579 + - *511 + - *580 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -84653,30 +84698,30 @@ 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: - - *509 - *510 - - *332 + - *511 - *333 + - *334 - *19 - *17 - - &595 + - &596 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: *580 - - &596 + schema: *581 + - &597 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *112 - - *110 + - *113 - *111 + - *112 - name: sort description: The property by which to sort the results. in: query @@ -84692,13 +84737,13 @@ paths: be returned. in: query required: false - schema: *334 + schema: *335 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *581 + schema: *582 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -84717,14 +84762,14 @@ paths: items: type: object properties: - number: *134 - created_at: *141 - updated_at: *142 - url: *139 - html_url: *140 - instances_url: *582 - state: *115 - fixed_at: *144 + number: *135 + created_at: *142 + updated_at: *143 + url: *140 + html_url: *141 + instances_url: *583 + state: *116 + fixed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -84732,12 +84777,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *143 - dismissed_reason: *583 - dismissed_comment: *584 - rule: *585 - tool: *586 - most_recent_instance: *587 + dismissed_at: *144 + dismissed_reason: *584 + dismissed_comment: *585 + rule: *586 + tool: *587 + most_recent_instance: *588 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -84862,15 +84907,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *37 - '403': &588 + '304': *38 + '403': &589 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84890,9 +84935,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: - - *509 - *510 - - &589 + - *511 + - &590 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -84900,23 +84945,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *134 + schema: *135 responses: '200': description: Response content: application/json: - schema: &590 + schema: &591 type: object properties: - number: *134 - created_at: *141 - updated_at: *142 - url: *139 - html_url: *140 - instances_url: *582 - state: *115 - fixed_at: *144 + number: *135 + created_at: *142 + updated_at: *143 + url: *140 + html_url: *141 + instances_url: *583 + state: *116 + fixed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -84924,9 +84969,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *143 - dismissed_reason: *583 - dismissed_comment: *584 + dismissed_at: *144 + dismissed_reason: *584 + dismissed_comment: *585 rule: type: object properties: @@ -84980,8 +85025,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *586 - most_recent_instance: *587 + tool: *587 + most_recent_instance: *588 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -85079,10 +85124,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *37 - '403': *588 + '304': *38 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85100,9 +85145,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: - - *509 - *510 - - *589 + - *511 + - *590 requestBody: required: true content: @@ -85117,8 +85162,8 @@ paths: enum: - open - dismissed - dismissed_reason: *583 - dismissed_comment: *584 + dismissed_reason: *584 + dismissed_comment: *585 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -85146,7 +85191,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -85222,14 +85267,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &594 + '403': &595 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -85249,15 +85294,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: - - *509 - *510 - - *589 + - *511 + - *590 responses: '200': description: Response content: application/json: - schema: &591 + schema: &592 type: object properties: status: @@ -85283,13 +85328,13 @@ paths: - description - started_at examples: - default: &592 + default: &593 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &593 + '400': &594 description: Bad Request content: application/json: @@ -85300,9 +85345,9 @@ 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': *588 + '403': *589 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85325,29 +85370,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: - - *509 - *510 - - *589 + - *511 + - *590 responses: '200': description: OK content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '202': description: Accepted content: application/json: - schema: *591 + schema: *592 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *593 + '400': *594 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -85357,7 +85402,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85379,9 +85424,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: - - *509 - *510 - - *589 + - *511 + - *590 requestBody: required: false content: @@ -85426,12 +85471,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *593 - '403': *594 + '400': *594 + '403': *595 '404': *6 '422': description: Unprocessable Entity - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85451,13 +85496,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: - - *509 - *510 - - *589 + - *511 + - *590 - *19 - *17 - - *595 - *596 + - *597 responses: '200': description: Response @@ -85468,10 +85513,10 @@ paths: items: type: object properties: - ref: *580 - analysis_key: *597 - environment: *598 - category: *599 + ref: *581 + analysis_key: *598 + environment: *599 + category: *600 state: type: string description: State of a code scanning alert instance. @@ -85486,7 +85531,7 @@ paths: properties: text: type: string - location: *600 + location: *601 html_url: type: string classifications: @@ -85494,7 +85539,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: *601 + items: *602 examples: default: value: @@ -85531,9 +85576,9 @@ paths: end_column: 50 classifications: - source - '403': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85565,29 +85610,29 @@ 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: - - *509 - *510 - - *332 + - *511 - *333 + - *334 - *19 - *17 - - *596 + - *597 - 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: *580 + schema: *581 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &602 + schema: &603 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *112 + - *113 - name: sort description: The property by which to sort the results. in: query @@ -85604,23 +85649,23 @@ paths: application/json: schema: type: array - items: &603 + items: &604 type: object properties: - ref: *580 - commit_sha: &611 + ref: *581 + commit_sha: &612 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: *597 + analysis_key: *598 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *599 + category: *600 error: type: string example: error reading field xyz @@ -85644,8 +85689,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *602 - tool: *586 + sarif_id: *603 + tool: *587 deletable: type: boolean warning: @@ -85706,9 +85751,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -85742,8 +85787,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: - - *509 - *510 + - *511 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -85756,7 +85801,7 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: response: summary: application/json response @@ -85810,14 +85855,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *588 + '403': *589 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -85897,8 +85942,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: - - *509 - *510 + - *511 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -85951,9 +85996,9 @@ 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': *594 + '403': *595 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -85973,8 +86018,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -85982,7 +86027,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: CodeQL Database description: A CodeQL database. type: object @@ -86093,9 +86138,9 @@ 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': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86122,8 +86167,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: - - *509 - *510 + - *511 - name: language in: path description: The language of the CodeQL database. @@ -86135,7 +86180,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -86167,11 +86212,11 @@ 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': &642 + '302': &643 description: Found - '403': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86191,8 +86236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *509 - *510 + - *511 - name: language in: path description: The language of the CodeQL database. @@ -86202,9 +86247,9 @@ paths: responses: '204': description: Response - '403': *594 + '403': *595 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86230,8 +86275,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -86240,7 +86285,7 @@ paths: type: object additionalProperties: false properties: - language: &605 + language: &606 type: string description: The language targeted by the CodeQL query enum: @@ -86320,7 +86365,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &609 + schema: &610 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -86328,9 +86373,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *122 + controller_repo: *123 actor: *4 - query_language: *605 + query_language: *606 query_pack_url: type: string description: The download url for the query pack. @@ -86377,7 +86422,7 @@ paths: items: type: object properties: - repository: &606 + repository: &607 title: Repository Identifier description: Repository Identifier type: object @@ -86413,7 +86458,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &610 + analysis_status: &611 type: string description: The new status of the CodeQL variant analysis repository task. @@ -86445,7 +86490,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &607 + access_mismatch_repos: &608 type: object properties: repository_count: @@ -86459,7 +86504,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: *606 + items: *607 required: - repository_count - repositories @@ -86481,8 +86526,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *607 - over_limit_repos: *607 + no_codeql_db_repos: *608 + over_limit_repos: *608 required: - access_mismatch_repos - not_found_repos @@ -86498,7 +86543,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &608 + value: &609 summary: Default response value: id: 1 @@ -86644,17 +86689,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *608 + value: *609 repository_lists: summary: Response for a successful variant analysis submission - value: *608 + value: *609 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86675,8 +86720,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: - - *509 - *510 + - *511 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -86688,11 +86733,11 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *608 + default: *609 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86713,7 +86758,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: - - *509 + - *510 - name: repo in: path description: The name of the controller repository. @@ -86747,8 +86792,8 @@ paths: schema: type: object properties: - repository: *122 - analysis_status: *610 + repository: *123 + analysis_status: *611 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -86852,7 +86897,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86873,8 +86918,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -86959,9 +87004,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86980,8 +87025,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -87048,7 +87093,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -87073,7 +87118,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *594 + '403': *595 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -87087,7 +87132,7 @@ paths: content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87144,8 +87189,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -87153,7 +87198,7 @@ paths: schema: type: object properties: - commit_sha: *611 + commit_sha: *612 ref: type: string description: |- @@ -87211,7 +87256,7 @@ paths: schema: type: object properties: - id: *602 + id: *603 url: type: string description: The REST API URL for checking the status of the upload. @@ -87225,11 +87270,11 @@ 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': *594 + '403': *595 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -87248,8 +87293,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: - - *509 - *510 + - *511 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -87295,10 +87340,10 @@ 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': *588 + '403': *589 '404': description: Not Found if the sarif id does not match any upload - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -87320,8 +87365,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -87345,7 +87390,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *116 + configuration: *117 examples: default: value: @@ -87377,8 +87422,8 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *130 - '304': *37 + '204': *131 + '304': *38 '403': *29 '404': *6 x-github: @@ -87402,8 +87447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-codeowners-errors parameters: - - *509 - *510 + - *511 - 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 @@ -87523,8 +87568,8 @@ paths: parameters: - *17 - *19 - - *509 - *510 + - *511 responses: '200': description: Response @@ -87540,7 +87585,7 @@ paths: type: integer codespaces: type: array - items: *408 + items: *409 examples: default: value: @@ -87816,7 +87861,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -87838,8 +87883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -87902,22 +87947,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87941,8 +87986,8 @@ paths: parameters: - *17 - *19 - - *509 - *510 + - *511 responses: '200': description: Response @@ -87982,7 +88027,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *40 + '500': *41 '400': *14 '401': *25 '403': *29 @@ -88006,8 +88051,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: - - *509 - *510 + - *511 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -88042,14 +88087,14 @@ paths: type: integer machines: type: array - items: &877 + items: &878 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *613 - required: *614 + properties: *614 + required: *615 examples: - default: &878 + default: &879 value: total_count: 2 machines: @@ -88065,8 +88110,8 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -88089,8 +88134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *509 - *510 + - *511 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -88174,8 +88219,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: - - *509 - *510 + - *511 - 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 @@ -88220,7 +88265,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88241,8 +88286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -88260,7 +88305,7 @@ paths: type: integer secrets: type: array - items: &618 + items: &619 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -88280,9 +88325,9 @@ paths: - created_at - updated_at examples: - default: *615 + default: *616 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88303,16 +88348,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88332,17 +88377,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88362,9 +88407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 requestBody: required: true content: @@ -88392,7 +88437,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -88416,9 +88461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '204': description: Response @@ -88446,8 +88491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *509 - *510 + - *511 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -88489,7 +88534,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &620 + properties: &621 login: type: string example: octocat @@ -88582,7 +88627,7 @@ paths: user_view_type: type: string example: public - required: &621 + required: &622 - avatar_url - events_url - followers_url @@ -88631,7 +88676,7 @@ paths: admin: false role_name: write headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -88656,9 +88701,9 @@ 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: - - *509 - *510 - - *151 + - *511 + - *152 responses: '204': description: Response if user is a collaborator @@ -88704,9 +88749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *509 - *510 - - *151 + - *511 + - *152 requestBody: required: false content: @@ -88732,7 +88777,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &699 + schema: &700 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88743,7 +88788,7 @@ paths: example: 42 type: integer format: int64 - repository: *295 + repository: *296 invitee: title: Simple User description: A GitHub user. @@ -88921,7 +88966,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *270 + schema: *271 '403': *29 x-github: triggersNotification: true @@ -88961,9 +89006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *509 - *510 - - *151 + - *511 + - *152 responses: '204': description: No Content when collaborator was removed from the repository. @@ -88994,9 +89039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *509 - *510 - - *151 + - *511 + - *152 responses: '200': description: if user has admin permissions @@ -89016,8 +89061,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *620 - required: *621 + properties: *621 + required: *622 nullable: true required: - permission @@ -89072,8 +89117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -89083,7 +89128,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Commit Comment description: Commit Comment type: object @@ -89124,8 +89169,8 @@ paths: updated_at: type: string format: date-time - author_association: *231 - reactions: *232 + author_association: *232 + reactions: *233 required: - url - html_url @@ -89141,7 +89186,7 @@ paths: - created_at - updated_at examples: - default: &627 + default: &628 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -89175,7 +89220,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89200,17 +89245,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#get-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '200': description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: &628 + default: &629 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -89267,9 +89312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#update-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -89291,7 +89336,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -89342,9 +89387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#delete-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '204': description: Response @@ -89365,9 +89410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 - 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 commit comment. @@ -89393,7 +89438,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -89462,7 +89507,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -89481,9 +89526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -89515,9 +89560,9 @@ paths: description: Reaction exists content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -89546,9 +89591,9 @@ paths: description: Reaction created content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -89570,9 +89615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *509 - *510 - - *250 + - *511 + - *251 - &705 name: reaction_id description: The unique identifier of the reaction. @@ -89628,8 +89673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-commits parameters: - - *509 - *510 + - *511 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -89685,9 +89730,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: &774 + default: &775 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -89757,11 +89802,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '400': *14 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89781,9 +89826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-branches-for-head-commit parameters: - - *509 - *510 - - &626 + - *511 + - &627 name: commit_sha description: The SHA of the commit. in: path @@ -89830,7 +89875,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89855,9 +89900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments parameters: - - *509 - *510 - - *626 + - *511 + - *627 - *17 - *19 responses: @@ -89867,11 +89912,11 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *627 + default: *628 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89897,9 +89942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#create-a-commit-comment parameters: - - *509 - *510 - - *626 + - *511 + - *627 requestBody: required: true content: @@ -89934,9 +89979,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *628 + default: *629 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -89964,9 +90009,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: - - *509 - *510 - - *626 + - *511 + - *627 - *17 - *19 responses: @@ -89976,7 +90021,7 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: default: &766 value: @@ -90457,8 +90502,8 @@ paths: auto_merge: draft: false headers: - Link: *47 - '409': *121 + Link: *48 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90515,11 +90560,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#get-a-commit parameters: - - *509 - *510 + - *511 - *19 - *17 - - &630 + - &631 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)" @@ -90534,7 +90579,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: default: &751 value: @@ -90624,7 +90669,7 @@ paths: schema: type: string examples: - default: &639 + default: &640 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -90637,7 +90682,7 @@ paths: schema: type: string examples: - default: &640 + default: &641 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -90663,9 +90708,9 @@ paths: value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 - '500': *40 - '503': *203 - '409': *121 + '500': *41 + '503': *204 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90690,11 +90735,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: - - *509 - *510 - - *630 + - *511 - *631 - *632 + - *633 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -90728,11 +90773,11 @@ paths: type: integer check_runs: type: array - items: *572 + items: *573 examples: - default: *633 + default: *634 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90755,9 +90800,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: - - *509 - *510 - - *630 + - *511 + - *631 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -90765,7 +90810,7 @@ paths: schema: type: integer example: 1 - - *631 + - *632 - *17 - *19 responses: @@ -90783,7 +90828,7 @@ paths: type: integer check_suites: type: array - items: *577 + items: *578 examples: default: value: @@ -90958,7 +91003,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90983,9 +91028,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: - - *509 - *510 - - *630 + - *511 + - *631 - *17 - *19 responses: @@ -91052,7 +91097,7 @@ paths: type: string total_count: type: integer - repository: *295 + repository: *296 commit_url: type: string format: uri @@ -91183,9 +91228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *509 - *510 - - *630 + - *511 + - *631 - *17 - *19 responses: @@ -91195,7 +91240,7 @@ paths: application/json: schema: type: array - items: &829 + items: &830 title: Status description: The status of a commit. type: object @@ -91275,8 +91320,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91304,8 +91349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/community#get-community-profile-metrics parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -91334,20 +91379,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *634 - required: *635 + properties: *635 + required: *636 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &636 + properties: &637 url: type: string format: uri html_url: type: string format: uri - required: &637 + required: &638 - url - html_url nullable: true @@ -91355,32 +91400,32 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true contributing: title: Community Health File type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true readme: title: Community Health File type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true issue_template: title: Community Health File type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true pull_request_template: title: Community Health File type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true required: - code_of_conduct @@ -91507,8 +91552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#compare-two-commits parameters: - - *509 - *510 + - *511 - *19 - *17 - name: basehead @@ -91551,8 +91596,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *625 - merge_base_commit: *625 + base_commit: *626 + merge_base_commit: *626 status: type: string enum: @@ -91572,10 +91617,10 @@ paths: example: 6 commits: type: array - items: *625 + items: *626 files: type: array - items: *638 + items: *639 required: - url - html_url @@ -91821,15 +91866,15 @@ paths: schema: type: string examples: - default: *639 + default: *640 application/vnd.github.patch: schema: type: string examples: - default: *640 + default: *641 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91871,8 +91916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-repository-content parameters: - - *509 - *510 + - *511 - name: path description: path parameter in: path @@ -92032,7 +92077,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &641 + response-if-content-is-a-file-github-object: &642 summary: Response if content is a file value: type: file @@ -92164,7 +92209,7 @@ paths: - size - type - url - - &779 + - &780 title: Content File description: Content File type: object @@ -92365,7 +92410,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *641 + response-if-content-is-a-file: *642 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -92434,8 +92479,8 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *642 - '304': *37 + '302': *643 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92457,8 +92502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#create-or-update-file-contents parameters: - - *509 - *510 + - *511 - name: path description: path parameter in: path @@ -92551,7 +92596,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &644 title: File Commit description: File Commit type: object @@ -92703,7 +92748,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: example-for-creating-a-file: value: @@ -92757,7 +92802,7 @@ paths: schema: oneOf: - *3 - - &681 + - &682 description: Repository rule violation was detected type: object properties: @@ -92778,7 +92823,7 @@ paths: items: type: object properties: - placeholder_id: &821 + placeholder_id: &822 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -92810,8 +92855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#delete-a-file parameters: - - *509 - *510 + - *511 - name: path description: path parameter in: path @@ -92872,7 +92917,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: default: value: @@ -92906,8 +92951,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *121 - '503': *203 + '409': *122 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92927,8 +92972,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-contributors parameters: - - *509 - *510 + - *511 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -93028,7 +93073,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *47 + Link: *48 '204': description: Response if repository is empty '403': *29 @@ -93057,8 +93102,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -93168,7 +93213,7 @@ paths: custom_allowlist: - sentry.io - https://api.example.com - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -93190,27 +93235,27 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *509 - *510 - - *353 + - *511 - *354 - *355 - *356 - *357 + - *358 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *358 - - *644 - *359 + - *645 - *360 - *361 - - *112 - - *110 + - *362 + - *113 - *111 + - *112 - *17 responses: '200': @@ -93219,11 +93264,11 @@ paths: application/json: schema: type: array - items: &648 + items: &649 type: object description: A Dependabot alert. properties: - number: *134 + number: *135 state: type: string description: The state of the Dependabot alert. @@ -93238,7 +93283,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *135 + package: *136 manifest_path: type: string description: The full path to the dependency manifest file, @@ -93266,13 +93311,13 @@ paths: - direct - transitive - inconclusive - security_advisory: *645 - security_vulnerability: *138 - url: *139 - html_url: *140 - created_at: *141 - updated_at: *142 - dismissed_at: *143 + security_advisory: *646 + security_vulnerability: *139 + url: *140 + html_url: *141 + created_at: *142 + updated_at: *143 + dismissed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -93296,9 +93341,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *144 - auto_dismissed_at: *646 - dismissal_request: *647 + fixed_at: *145 + auto_dismissed_at: *647 + dismissal_request: *648 assignees: type: array description: The users assigned to this alert. @@ -93529,7 +93574,7 @@ paths: dismissed_comment: fixed_at: assignees: [] - '304': *37 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -93553,9 +93598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *509 - *510 - - &649 + - *511 + - &650 name: alert_number in: path description: |- @@ -93564,13 +93609,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *134 + schema: *135 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -93680,7 +93725,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '304': *37 + '304': *38 '403': *29 '404': *6 x-github: @@ -93702,9 +93747,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *509 - *510 - - *649 + - *511 + - *650 requestBody: required: true content: @@ -93777,7 +93822,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -93884,7 +93929,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *7 x-github: githubCloudOnly: false @@ -93907,8 +93952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-repository-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -93926,7 +93971,7 @@ paths: type: integer secrets: type: array - items: &652 + items: &653 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -93957,7 +94002,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93979,16 +94024,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94008,15 +94053,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: default: value: @@ -94042,9 +94087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 requestBody: required: true content: @@ -94072,7 +94117,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -94096,9 +94141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '204': description: Response @@ -94120,8 +94165,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: - - *509 - *510 + - *511 - 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 @@ -94257,7 +94302,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *47 + Link: *48 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -94266,8 +94311,8 @@ paths: application/json: schema: *3 '400': *14 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false category: dependency-graph @@ -94284,8 +94329,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -94501,7 +94546,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *47 + Link: *48 '404': *6 '403': *29 x-github: @@ -94523,8 +94568,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: - - *509 - *510 + - *511 - name: sbom_uuid in: path required: true @@ -94535,7 +94580,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *653 + Location: *654 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -94556,8 +94601,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: - - *509 - *510 + - *511 responses: '201': description: Response @@ -94595,8 +94640,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -94671,7 +94716,7 @@ paths: - version - url additionalProperties: false - metadata: &654 + metadata: &655 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -94704,7 +94749,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *654 + metadata: *655 resolved: type: object description: A collection of resolved package dependencies. @@ -94717,7 +94762,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *654 + metadata: *655 relationship: type: string description: A notation of whether a dependency is requested @@ -94846,8 +94891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#list-deployments parameters: - - *509 - *510 + - *511 - name: sha description: The SHA recorded at creation time. in: query @@ -94887,11 +94932,11 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: *656 + default: *657 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94955,8 +95000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#create-a-deployment parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -95037,7 +95082,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: simple-example: summary: Simple example @@ -95110,9 +95155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#get-a-deployment parameters: - - *509 - *510 - - &657 + - *511 + - &658 name: deployment_id description: deployment_id parameter in: path @@ -95124,7 +95169,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -95189,9 +95234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#delete-a-deployment parameters: - - *509 - *510 - - *657 + - *511 + - *658 responses: '204': description: Response @@ -95213,9 +95258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#list-deployment-statuses parameters: - - *509 - *510 - - *657 + - *511 + - *658 - *17 - *19 responses: @@ -95225,7 +95270,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: Deployment Status description: The status of a deployment. type: object @@ -95316,8 +95361,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -95366,7 +95411,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -95386,9 +95431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#create-a-deployment-status parameters: - - *509 - *510 - - *657 + - *511 + - *658 requestBody: required: true content: @@ -95463,9 +95508,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: &659 + default: &660 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -95521,9 +95566,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#get-a-deployment-status parameters: - - *509 - *510 - - *657 + - *511 + - *658 - name: status_id in: path required: true @@ -95534,9 +95579,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 x-github: githubCloudOnly: false @@ -95563,12 +95608,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 - - *660 + - *511 - *661 - *662 - *663 + - *664 - *17 - *19 responses: @@ -95578,12 +95623,12 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: *665 + default: *666 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -95604,8 +95649,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95617,7 +95662,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -95653,7 +95698,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -95673,8 +95718,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95712,7 +95757,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/dependabot": get: summary: List dismissal requests for Dependabot alerts for a repository @@ -95733,12 +95778,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 - - *660 + - *511 - *661 - *662 - *663 + - *664 - *17 - *19 responses: @@ -95748,12 +95793,12 @@ paths: application/json: schema: type: array - items: *666 + items: *667 examples: - default: *667 + default: *668 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/dependabot/{alert_number}": get: summary: Get a dismissal request for a Dependabot alert for a repository @@ -95774,8 +95819,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95787,7 +95832,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -95818,7 +95863,7 @@ paths: html_url: https://github.com/octo-org/smile/security/dependabot/1 '404': *6 '403': *29 - '500': *40 + '500': *41 post: summary: Create a dismissal request for a Dependabot alert for a repository description: |- @@ -95838,8 +95883,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95877,7 +95922,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -95908,7 +95953,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 patch: summary: Review a dismissal request for a Dependabot alert for a repository description: |- @@ -95928,8 +95973,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95979,7 +96024,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 delete: summary: Cancel a dismissal request for a Dependabot alert for a repository description: |- @@ -96000,8 +96045,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -96013,7 +96058,7 @@ paths: description: Dismissal request cancelled successfully. '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -96034,12 +96079,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 - - *105 + - *511 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -96049,12 +96094,12 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -96076,8 +96121,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -96089,7 +96134,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *369 + schema: *370 examples: default: value: @@ -96126,7 +96171,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -96147,8 +96192,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -96198,7 +96243,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -96217,8 +96262,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -96275,8 +96320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#list-environments parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -96293,7 +96338,7 @@ paths: type: integer environments: type: array - items: &669 + items: &670 title: Environment description: Details of a deployment environment type: object @@ -96345,7 +96390,7 @@ paths: type: type: string example: wait_timer - wait_timer: &671 + wait_timer: &672 type: integer example: 30 description: The amount of time to delay a job after @@ -96382,11 +96427,11 @@ paths: items: type: object properties: - type: *668 + type: *669 reviewer: anyOf: - *4 - - *328 + - *329 required: - id - node_id @@ -96406,7 +96451,7 @@ paths: - id - node_id - type - deployment_branch_policy: &672 + deployment_branch_policy: &673 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -96522,9 +96567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#get-an-environment parameters: - - *509 - *510 - - &670 + - *511 + - &671 name: environment_name in: path required: true @@ -96537,9 +96582,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: - default: &673 + default: &674 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -96623,9 +96668,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#create-or-update-an-environment parameters: - - *509 - *510 - - *670 + - *511 + - *671 requestBody: required: false content: @@ -96634,7 +96679,7 @@ paths: type: object nullable: true properties: - wait_timer: *671 + wait_timer: *672 prevent_self_review: type: boolean example: false @@ -96651,13 +96696,13 @@ paths: items: type: object properties: - type: *668 + type: *669 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *672 + deployment_branch_policy: *673 additionalProperties: false examples: default: @@ -96677,9 +96722,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: - default: *673 + default: *674 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -96703,9 +96748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#delete-an-environment parameters: - - *509 - *510 - - *670 + - *511 + - *671 responses: '204': description: Default response @@ -96730,9 +96775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *509 - *510 - - *670 + - *511 + - *671 - *17 - *19 responses: @@ -96750,7 +96795,7 @@ paths: example: 2 branch_policies: type: array - items: &674 + items: &675 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -96807,9 +96852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *509 - *510 - - *670 + - *511 + - *671 requestBody: required: true content: @@ -96855,9 +96900,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - example-wildcard: &675 + example-wildcard: &676 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -96899,10 +96944,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *509 - *510 - - *670 - - &676 + - *511 + - *671 + - &677 name: branch_policy_id in: path required: true @@ -96914,9 +96959,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *675 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96935,10 +96980,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *509 - *510 - - *670 - - *676 + - *511 + - *671 + - *677 requestBody: required: true content: @@ -96966,9 +97011,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *675 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96987,10 +97032,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *509 - *510 - - *670 - - *676 + - *511 + - *671 + - *677 responses: '204': description: Response @@ -97015,9 +97060,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: - - *670 + - *671 + - *511 - *510 - - *509 responses: '200': description: List of deployment protection rules @@ -97033,7 +97078,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &677 + items: &678 title: Deployment protection rule description: Deployment protection rule type: object @@ -97052,7 +97097,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &678 + app: &679 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -97151,9 +97196,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: - - *670 + - *671 + - *511 - *510 - - *509 requestBody: content: application/json: @@ -97174,9 +97219,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *677 + schema: *678 examples: - default: &679 + default: &680 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -97211,9 +97256,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: - - *670 + - *671 + - *511 - *510 - - *509 - *19 - *17 responses: @@ -97232,7 +97277,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *678 + items: *679 examples: default: value: @@ -97267,10 +97312,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: - - *509 - *510 - - *670 - - &680 + - *511 + - *671 + - &681 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -97282,9 +97327,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *679 + default: *680 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97305,10 +97350,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: - - *670 + - *671 + - *511 - *510 - - *509 - - *680 + - *681 responses: '204': description: Response @@ -97334,9 +97379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-environment-secrets parameters: - - *509 - *510 - - *670 + - *511 + - *671 - *17 - *19 responses: @@ -97354,11 +97399,11 @@ paths: type: integer secrets: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97381,17 +97426,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-public-key parameters: - - *509 - *510 - - *670 + - *511 + - *671 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97413,18 +97458,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-secret parameters: - - *509 - *510 - - *670 - - *305 + - *511 + - *671 + - *306 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *553 + default: *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97446,10 +97491,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *509 - *510 - - *670 - - *305 + - *511 + - *671 + - *306 requestBody: required: true content: @@ -97480,7 +97525,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -97506,10 +97551,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-an-environment-secret parameters: - - *509 - *510 - - *670 - - *305 + - *511 + - *671 + - *306 responses: '204': description: Default response @@ -97534,10 +97579,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-environment-variables parameters: - - *509 - *510 - - *670 - - *314 + - *511 + - *671 + - *315 - *19 responses: '200': @@ -97554,11 +97599,11 @@ paths: type: integer variables: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97579,9 +97624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-an-environment-variable parameters: - - *509 - *510 - - *670 + - *511 + - *671 requestBody: required: true content: @@ -97608,7 +97653,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -97633,18 +97678,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-an-environment-variable parameters: - - *509 - *510 - - *670 - - *308 + - *511 + - *671 + - *309 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97665,10 +97710,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-an-environment-variable parameters: - - *509 - *510 - - *308 - - *670 + - *511 + - *309 + - *671 requestBody: required: true content: @@ -97710,10 +97755,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-an-environment-variable parameters: - - *509 - *510 - - *308 - - *670 + - *511 + - *309 + - *671 responses: '204': description: Response @@ -97735,8 +97780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-repository-events parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -97746,7 +97791,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: 200-response: value: @@ -97804,8 +97849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#list-forks parameters: - - *509 - *510 + - *511 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -97827,7 +97872,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -97940,7 +97985,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *47 + Link: *48 '400': *14 x-github: githubCloudOnly: false @@ -97964,8 +98009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#create-a-fork parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -97997,9 +98042,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 '400': *14 '422': *15 '403': *29 @@ -98020,8 +98065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#create-a-blob parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -98072,7 +98117,7 @@ paths: schema: type: string '404': *6 - '409': *121 + '409': *122 '403': *29 '422': description: Validation failed @@ -98080,8 +98125,8 @@ paths: application/json: schema: oneOf: - - *270 - - *681 + - *271 + - *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98106,8 +98151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#get-a-blob parameters: - - *509 - *510 + - *511 - name: file_sha in: path required: true @@ -98158,7 +98203,7 @@ paths: '404': *6 '422': *15 '403': *29 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98206,8 +98251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#create-a-commit parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -98316,7 +98361,7 @@ paths: description: Response content: application/json: - schema: &682 + schema: &683 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -98480,7 +98525,7 @@ paths: type: string '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98530,15 +98575,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#get-a-commit-object parameters: - - *509 - *510 - - *626 + - *511 + - *627 responses: '200': description: Response content: application/json: - schema: *682 + schema: *683 examples: default: value: @@ -98569,7 +98614,7 @@ paths: payload: verified_at: '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98594,9 +98639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#list-matching-references parameters: - - *509 - *510 - - &683 + - *511 + - &684 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. @@ -98613,7 +98658,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: Git Reference description: Git references within a repository type: object @@ -98666,8 +98711,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *47 - '409': *121 + Link: *48 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98688,17 +98733,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference parameters: - - *509 - *510 - - *683 + - *511 + - *684 responses: '200': description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: &685 + default: &686 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -98708,7 +98753,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98727,8 +98772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#create-a-reference parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -98757,16 +98802,16 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98785,9 +98830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#update-a-reference parameters: - - *509 - *510 - - *683 + - *511 + - *684 requestBody: required: true content: @@ -98816,11 +98861,11 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98836,16 +98881,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#delete-a-reference parameters: - - *509 - *510 - - *683 + - *511 + - *684 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98893,8 +98938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#create-a-tag-object parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -98961,7 +99006,7 @@ paths: description: Response content: application/json: - schema: &687 + schema: &688 title: Git Tag description: Metadata for a Git tag type: object @@ -99012,7 +99057,7 @@ paths: - sha - type - url - verification: *686 + verification: *687 required: - sha - url @@ -99022,7 +99067,7 @@ paths: - tag - message examples: - default: &688 + default: &689 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -99049,7 +99094,7 @@ paths: schema: type: string '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99095,8 +99140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#get-a-tag parameters: - - *509 - *510 + - *511 - name: tag_sha in: path required: true @@ -99107,11 +99152,11 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99133,8 +99178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#create-a-tree parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -99207,7 +99252,7 @@ paths: description: Response content: application/json: - schema: &689 + schema: &690 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -99280,7 +99325,7 @@ paths: '422': *15 '404': *6 '403': *29 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99303,8 +99348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#get-a-tree parameters: - - *509 - *510 + - *511 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -99327,7 +99372,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: default-response: summary: Default response @@ -99368,7 +99413,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99385,8 +99430,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -99429,8 +99474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-repository-webhooks parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -99440,7 +99485,7 @@ paths: application/json: schema: type: array - items: &690 + items: &691 title: Webhook description: Webhooks for repositories. type: object @@ -99494,7 +99539,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &975 + last_response: &976 title: Hook Response type: object properties: @@ -99549,7 +99594,7 @@ paths: status: unused message: headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -99568,8 +99613,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#create-a-repository-webhook parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -99621,9 +99666,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: &691 + default: &692 value: type: Repository id: 12345678 @@ -99671,17 +99716,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 responses: '200': description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '404': *6 x-github: githubCloudOnly: false @@ -99701,9 +99746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#update-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 requestBody: required: true content: @@ -99748,9 +99793,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '422': *15 '404': *6 x-github: @@ -99771,9 +99816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 responses: '204': description: Response @@ -99797,9 +99842,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: - - *509 - *510 - - *375 + - *511 + - *376 responses: '200': description: Response @@ -99826,9 +99871,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: - - *509 - *510 - - *375 + - *511 + - *376 requestBody: required: false content: @@ -99872,12 +99917,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *509 - *510 - - *375 - - *17 + - *511 - *376 + - *17 - *377 + - *378 responses: '200': description: Response @@ -99885,9 +99930,9 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: - default: *379 + default: *380 '400': *14 '422': *15 x-github: @@ -99906,18 +99951,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: - - *509 - *510 - - *375 + - *511 + - *376 - *16 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 '400': *14 '422': *15 x-github: @@ -99936,12 +99981,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -99961,9 +100006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 responses: '204': description: Response @@ -99988,9 +100033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 responses: '204': description: Response @@ -100013,8 +100058,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: - - *509 - *510 + - *511 responses: '200': description: Response if immutable releases are enabled @@ -100060,11 +100105,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-immutable-releases parameters: - - *509 - *510 + - *511 responses: - '204': *130 - '409': *121 + '204': *131 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100081,11 +100126,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-immutable-releases parameters: - - *509 - *510 + - *511 responses: - '204': *130 - '409': *121 + '204': *131 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100139,14 +100184,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-an-import-status parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: &692 + schema: &693 title: Import description: A repository import from an external source. type: object @@ -100245,7 +100290,7 @@ paths: - html_url - authors_url examples: - default: &695 + default: &696 value: vcs: subversion use_lfs: true @@ -100261,7 +100306,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': &693 + '503': &694 description: Unavailable due to service under maintenance. content: application/json: @@ -100290,8 +100335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#start-an-import parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -100339,7 +100384,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: default: value: @@ -100364,7 +100409,7 @@ paths: type: string '422': *15 '404': *6 - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100392,8 +100437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-an-import parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -100442,7 +100487,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: example-1: summary: Example 1 @@ -100490,7 +100535,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': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100513,12 +100558,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#cancel-an-import parameters: - - *509 - *510 + - *511 responses: '204': description: Response - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100544,9 +100589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-commit-authors parameters: - - *509 - *510 - - &900 + - *511 + - &901 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -100560,7 +100605,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: Porter Author description: Porter Author type: object @@ -100614,7 +100659,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': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100639,8 +100684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#map-a-commit-author parameters: - - *509 - *510 + - *511 - name: author_id in: path required: true @@ -100670,7 +100715,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -100683,7 +100728,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100707,8 +100752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-large-files parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -100749,7 +100794,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100777,8 +100822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -100805,11 +100850,11 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *695 + default: *696 '422': *15 - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100832,8 +100877,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -100841,8 +100886,8 @@ paths: application/json: schema: *22 examples: - default: *393 - '301': *515 + default: *394 + '301': *516 '404': *6 x-github: githubCloudOnly: false @@ -100862,8 +100907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -100871,12 +100916,12 @@ paths: application/json: schema: anyOf: - - *395 + - *396 - type: object properties: {} additionalProperties: false examples: - default: &697 + default: &698 value: limit: collaborators_only origin: repository @@ -100901,13 +100946,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *696 + schema: *697 examples: default: summary: Example request body @@ -100919,9 +100964,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *697 + default: *698 '409': description: Response x-github: @@ -100943,8 +100988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -100971,8 +101016,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -101026,13 +101071,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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: &698 + schema: &699 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. @@ -101082,13 +101127,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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *698 + schema: *699 examples: default: summary: Example request body @@ -101121,8 +101166,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -101175,8 +101220,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -101252,8 +101297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#list-repository-invitations parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -101263,9 +101308,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: &893 + default: &894 value: - id: 1 repository: @@ -101379,7 +101424,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101396,9 +101441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *509 - *510 - - *399 + - *511 + - *400 requestBody: required: false content: @@ -101427,7 +101472,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: default: value: @@ -101558,9 +101603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *509 - *510 - - *399 + - *511 + - *400 responses: '204': description: Response @@ -101583,8 +101628,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -101592,9 +101637,9 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: *700 + default: *701 '404': *6 x-github: githubCloudOnly: false @@ -101623,8 +101668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-repository-issues parameters: - - *509 - *510 + - *511 - 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 @@ -101686,7 +101731,7 @@ paths: required: false schema: type: string - - *406 + - *407 - name: sort description: What to sort results by. in: query @@ -101698,8 +101743,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -101709,7 +101754,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: &715 value: @@ -101859,8 +101904,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '422': *15 '404': *6 x-github: @@ -101889,8 +101934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#create-an-issue parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -101997,7 +102042,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: &712 value: @@ -102154,9 +102199,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *203 + '503': *204 '404': *6 - '410': *701 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -102184,9 +102229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *509 - *510 - - *258 + - *511 + - *259 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -102196,7 +102241,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -102240,7 +102285,7 @@ paths: author_association: COLLABORATOR minimized: headers: - Link: *47 + Link: *48 '422': *15 '404': *6 x-github: @@ -102267,9 +102312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '200': description: Response @@ -102333,9 +102378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#update-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -102377,9 +102422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#delete-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '204': description: Response @@ -102407,9 +102452,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#pin-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '200': description: Response @@ -102471,7 +102516,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *701 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -102488,17 +102533,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#unpin-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *701 - '503': *203 + '410': *33 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102515,9 +102560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 - 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 comment. @@ -102543,11 +102588,11 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: *704 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -102566,9 +102611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -102600,16 +102645,16 @@ paths: description: Reaction exists content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '201': description: Reaction created content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -102631,9 +102676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *509 - *510 - - *250 + - *511 + - *251 - *705 responses: '204': @@ -102654,8 +102699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -102753,7 +102798,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *328 + requested_team: *329 dismissed_review: title: Issue Event Dismissed Review type: object @@ -102867,7 +102912,7 @@ paths: type: string description: The reason for the referenced issue's state. nullable: true - repository: *122 + repository: *123 issue_type: title: Issue Type description: The type of the referenced issue. @@ -102921,7 +102966,7 @@ paths: nullable: true properties: *709 required: *710 - author_association: *231 + author_association: *232 lock_reason: type: string nullable: true @@ -102934,8 +102979,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -103102,7 +103147,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -103120,8 +103165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#get-an-issue-event parameters: - - *509 - *510 + - *511 - name: event_id in: path required: true @@ -103325,7 +103370,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *701 + '410': *33 '403': *29 x-github: githubCloudOnly: false @@ -103359,8 +103404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue parameters: - - *509 - *510 + - *511 - &713 name: issue_number description: The number that identifies the issue. @@ -103373,7 +103418,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: summary: Issue @@ -103576,10 +103621,10 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *515 + '301': *516 '404': *6 - '410': *701 - '304': *37 + '410': *33 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103603,8 +103648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#update-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -103746,17 +103791,17 @@ paths: application/json: schema: allOf: - - *234 + - *235 - type: object properties: {} examples: default: *712 '422': *15 - '503': *203 + '503': *204 '403': *29 - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103774,8 +103819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -103802,7 +103847,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 x-github: @@ -103820,8 +103865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: content: @@ -103847,7 +103892,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 x-github: @@ -103871,8 +103916,8 @@ 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: - - *509 - *510 + - *511 - *713 - name: assignee in: path @@ -103913,10 +103958,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments parameters: - - *509 - *510 + - *511 - *713 - - *241 + - *242 - *17 - *19 responses: @@ -103930,9 +103975,9 @@ paths: examples: default: *714 headers: - Link: *47 + Link: *48 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103961,8 +104006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#create-an-issue-comment parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -103994,7 +104039,7 @@ paths: schema: type: string '403': *29 - '410': *701 + '410': *33 '422': *15 '404': *6 x-github: @@ -104022,8 +104067,8 @@ 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: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -104034,14 +104079,14 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *715 headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104069,8 +104114,8 @@ 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: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -104093,7 +104138,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 headers: @@ -104101,9 +104146,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *515 + '301': *516 '403': *29 - '410': *701 + '410': *33 '422': *15 '404': *6 x-github: @@ -104134,8 +104179,8 @@ 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: - - *509 - *510 + - *511 - *713 - name: issue_id in: path @@ -104148,15 +104193,15 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 - '301': *515 + '301': *516 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *701 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -104182,8 +104227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -104194,14 +104239,14 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *715 headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104218,8 +104263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -104265,8 +104310,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 label: type: object properties: @@ -104319,8 +104364,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 label: type: object properties: @@ -104408,8 +104453,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 assigner: *4 required: @@ -104455,8 +104500,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 milestone: type: object properties: @@ -104506,8 +104551,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 milestone: type: object properties: @@ -104557,8 +104602,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 rename: type: object properties: @@ -104611,10 +104656,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 review_requester: *4 - requested_team: *328 + requested_team: *329 requested_reviewer: *4 required: - review_requester @@ -104658,10 +104703,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 review_requester: *4 - requested_team: *328 + requested_team: *329 requested_reviewer: *4 required: - review_requester @@ -104705,8 +104750,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 dismissed_review: type: object properties: @@ -104765,8 +104810,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 lock_reason: type: string example: '"off-topic"' @@ -104813,8 +104858,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -104879,8 +104924,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -104945,8 +104990,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -105067,8 +105112,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 issue_type: *708 required: - issue_type @@ -105112,8 +105157,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 prev_issue_type: *708 required: - prev_issue_type @@ -105157,8 +105202,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 issue_type: *708 prev_issue_type: *708 required: @@ -105204,8 +105249,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105257,8 +105302,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105310,8 +105355,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105363,8 +105408,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105416,8 +105461,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105469,8 +105514,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105522,8 +105567,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105575,8 +105620,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105631,8 +105676,8 @@ paths: name: label color: red headers: - Link: *47 - '410': *701 + Link: *48 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105649,8 +105694,8 @@ 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: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -105702,10 +105747,10 @@ paths: name: Backend color: green headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105734,8 +105779,8 @@ 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: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -105813,7 +105858,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -105844,8 +105889,8 @@ 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: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -105918,7 +105963,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -105944,17 +105989,17 @@ 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: - - *509 - *510 + - *511 - *713 - - *402 + - *403 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -105972,8 +106017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-an-issue parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -105984,7 +106029,7 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: &718 value: @@ -106003,10 +106048,10 @@ paths: color: a2eeef default: false headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106022,8 +106067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#add-labels-to-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -106067,12 +106112,12 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *718 - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -106089,8 +106134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#set-labels-for-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -106151,12 +106196,12 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *718 - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -106173,15 +106218,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *509 - *510 + - *511 - *713 responses: '204': description: Response - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106200,8 +106245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *509 - *510 + - *511 - *713 - name: name in: path @@ -106215,7 +106260,7 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: value: @@ -106226,9 +106271,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106248,8 +106293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#lock-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -106278,7 +106323,7 @@ paths: '204': description: Response '403': *29 - '410': *701 + '410': *33 '404': *6 '422': *15 x-github: @@ -106296,8 +106341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#unlock-an-issue parameters: - - *509 - *510 + - *511 - *713 responses: '204': @@ -106328,20 +106373,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#get-parent-issue parameters: - - *509 - *510 + - *511 - *713 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106358,8 +106403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *509 - *510 + - *511 - *713 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -106386,13 +106431,13 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: *704 headers: - Link: *47 + Link: *48 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106410,8 +106455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -106444,16 +106489,16 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '201': description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -106475,8 +106520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *509 - *510 + - *511 - *713 - *705 responses: @@ -106507,8 +106552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#remove-sub-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -106531,7 +106576,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 headers: @@ -106566,8 +106611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#list-sub-issues parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -106578,13 +106623,13 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *715 headers: - Link: *47 + Link: *48 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106612,8 +106657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#add-sub-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -106641,7 +106686,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 headers: @@ -106650,7 +106695,7 @@ paths: schema: type: string '403': *29 - '410': *701 + '410': *33 '422': *15 '404': *6 x-github: @@ -106670,8 +106715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -106703,13 +106748,13 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 '403': *29 '404': *6 '422': *7 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -106727,8 +106772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -106799,7 +106844,7 @@ paths: issue_url: type: string format: uri - author_association: *231 + author_association: *232 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -106809,9 +106854,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - reactions: *232 + properties: *230 + required: *231 + reactions: *233 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and @@ -106857,7 +106902,7 @@ paths: properties: type: type: string - issue: *234 + issue: *235 required: - event - created_at @@ -107057,7 +107102,7 @@ paths: type: string body_text: type: string - author_association: *231 + author_association: *232 required: - event - id @@ -107080,7 +107125,7 @@ paths: type: string comments: type: array - items: &768 + items: &769 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -107175,7 +107220,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *231 + author_association: *232 _links: type: object properties: @@ -107259,7 +107304,7 @@ paths: enum: - line - file - reactions: *232 + reactions: *233 body_html: type: string example: '"

comment body

"' @@ -107295,7 +107340,7 @@ paths: type: string comments: type: array - items: *622 + items: *623 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -107326,8 +107371,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 required: - id @@ -107370,8 +107415,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 required: - id @@ -107414,8 +107459,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 state_reason: type: string nullable: true @@ -107593,10 +107638,10 @@ paths: type: User site_admin: true headers: - Link: *47 + Link: *48 '404': *6 '400': *14 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107613,8 +107658,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -107674,7 +107719,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107690,8 +107735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -107763,8 +107808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *509 - *510 + - *511 - &749 name: key_id description: The unique identifier of the key. @@ -107797,8 +107842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *509 - *510 + - *511 - *749 responses: '204': @@ -107819,8 +107864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -107830,11 +107875,11 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *718 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -107853,8 +107898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#create-a-label parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -107890,7 +107935,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: &750 value: @@ -107924,8 +107969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#get-a-label parameters: - - *509 - *510 + - *511 - name: name in: path required: true @@ -107936,7 +107981,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: *750 '404': *6 @@ -107955,8 +108000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#update-a-label parameters: - - *509 - *510 + - *511 - name: name in: path required: true @@ -107995,7 +108040,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: value: @@ -108021,8 +108066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#delete-a-label parameters: - - *509 - *510 + - *511 - name: name in: path required: true @@ -108048,8 +108093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-languages parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -108085,10 +108130,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *509 - *510 + - *511 responses: - '202': *39 + '202': *40 '403': description: |- We will return a 403 with one of the following messages: @@ -108114,8 +108159,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -108141,9 +108186,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *509 - *510 - - *595 + - *511 + - *596 responses: '200': description: Response @@ -108205,8 +108250,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true required: - _links @@ -108288,8 +108333,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -108354,8 +108399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#merge-a-branch parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -108389,7 +108434,7 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *625 + schema: *626 examples: default: *751 '204': @@ -108416,8 +108461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#list-milestones parameters: - - *509 - *510 + - *511 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -108462,8 +108507,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 examples: default: value: @@ -108502,7 +108547,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -108519,8 +108564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#create-a-milestone parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -108621,8 +108666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#get-a-milestone parameters: - - *509 - *510 + - *511 - &754 name: milestone_number description: The number that identifies the milestone. @@ -108654,8 +108699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#update-a-milestone parameters: - - *509 - *510 + - *511 - *754 requestBody: required: false @@ -108712,8 +108757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#delete-a-milestone parameters: - - *509 - *510 + - *511 - *754 responses: '204': @@ -108735,8 +108780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *509 - *510 + - *511 - *754 - *17 - *19 @@ -108747,11 +108792,11 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *718 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108768,11 +108813,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *509 - *510 + - *511 - *755 - *756 - - *241 + - *242 - *757 - *17 - *19 @@ -108783,11 +108828,11 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: default: *758 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108809,8 +108854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -108868,8 +108913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-a-apiname-pages-site parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -109041,8 +109086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-apiname-pages-site parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -109100,7 +109145,7 @@ paths: examples: default: *760 '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109121,8 +109166,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -109208,7 +109253,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109229,14 +109274,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *509 - *510 + - *511 responses: '204': description: Response '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109256,8 +109301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#list-apiname-pages-builds parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -109342,7 +109387,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109361,8 +109406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#request-a-apiname-pages-build parameters: - - *509 - *510 + - *511 responses: '201': description: Response @@ -109407,8 +109452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-latest-pages-build parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -109464,8 +109509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-apiname-pages-build parameters: - - *509 - *510 + - *511 - name: build_id in: path required: true @@ -109498,8 +109543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-github-pages-deployment parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -109604,8 +109649,8 @@ 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: - - *509 - *510 + - *511 - &763 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit @@ -109664,11 +109709,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *509 - *510 + - *511 - *763 responses: - '204': *130 + '204': *131 '404': *6 x-github: githubCloudOnly: false @@ -109693,8 +109738,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -109925,7 +109970,7 @@ paths: description: Empty response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -109952,8 +109997,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: - - *509 - *510 + - *511 responses: '200': description: Private vulnerability reporting status @@ -109990,10 +110035,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *509 - *510 + - *511 responses: - '204': *130 + '204': *131 '422': *14 x-github: githubCloudOnly: false @@ -110012,10 +110057,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *509 - *510 + - *511 responses: - '204': *130 + '204': *131 '422': *14 x-github: githubCloudOnly: false @@ -110035,8 +110080,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -110044,7 +110089,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: *764 '403': *29 @@ -110068,8 +110113,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -110081,7 +110126,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *163 + items: *164 required: - properties examples: @@ -110123,8 +110168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests parameters: - - *509 - *510 + - *511 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -110184,12 +110229,12 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: default: *766 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '422': *15 x-github: githubCloudOnly: false @@ -110218,8 +110263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#create-a-pull-request parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -110284,7 +110329,7 @@ paths: description: Response content: application/json: - schema: &770 + schema: &771 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -110395,8 +110440,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 nullable: true active_lock_reason: type: string @@ -110439,7 +110484,7 @@ paths: items: *4 requested_teams: type: array - items: *493 + items: *494 head: type: object properties: @@ -110447,7 +110492,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: *4 @@ -110464,7 +110509,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: *4 @@ -110477,14 +110522,14 @@ paths: _links: type: object properties: - comments: *440 - commits: *440 - statuses: *440 - html: *440 - issue: *440 - review_comments: *440 - review_comment: *440 - self: *440 + comments: *441 + commits: *441 + statuses: *441 + html: *441 + issue: *441 + review_comments: *441 + review_comment: *441 + self: *441 required: - comments - commits @@ -110494,8 +110539,9 @@ paths: - review_comments - review_comment - self - author_association: *231 + author_association: *232 auto_merge: *767 + stack: *768 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -110587,7 +110633,7 @@ paths: - merged_by - review_comments examples: - default: &771 + default: &772 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -111114,8 +111160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *509 - *510 + - *511 - name: sort in: query required: false @@ -111134,7 +111180,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -111144,9 +111190,9 @@ paths: application/json: schema: type: array - items: *768 + items: *769 examples: - default: &773 + default: &774 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -111198,7 +111244,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111223,17 +111269,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: - - *509 - *510 - - *250 + - *511 + - *251 responses: '200': description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: &769 + default: &770 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -111308,9 +111354,9 @@ 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: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -111332,9 +111378,9 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: *769 + default: *770 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111350,9 +111396,9 @@ 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: - - *509 - *510 - - *250 + - *511 + - *251 responses: '204': description: Response @@ -111373,9 +111419,9 @@ 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: - - *509 - *510 - - *250 + - *511 + - *251 - 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 pull request review comment. @@ -111401,11 +111447,11 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: *704 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -111424,9 +111470,9 @@ 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: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -111458,16 +111504,16 @@ paths: description: Reaction exists content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '201': description: Reaction created content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -111489,9 +111535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *509 - *510 - - *250 + - *511 + - *251 - *705 responses: '204': @@ -111535,9 +111581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#get-a-pull-request parameters: - - *509 - *510 - - &772 + - *511 + - &773 name: pull_number description: The number that identifies the pull request. in: path @@ -111550,18 +111596,18 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *770 + schema: *771 examples: - default: *771 - '304': *37 + default: *772 + '304': *38 '404': *6 '406': description: Unacceptable content: application/json: schema: *3 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111587,9 +111633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request parameters: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -111631,9 +111677,9 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: *771 + default: *772 '422': *15 '403': *29 x-github: @@ -111655,9 +111701,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: true content: @@ -111717,21 +111763,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111757,10 +111803,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *509 - *510 - - *772 - - *258 + - *511 + - *773 + - *259 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -111770,7 +111816,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -111780,11 +111826,11 @@ paths: application/json: schema: type: array - items: *768 + items: *769 examples: - default: *773 + default: *774 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111815,9 +111861,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: true content: @@ -111922,7 +111968,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: example-for-a-multi-line-comment: value: @@ -112010,10 +112056,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *509 - *510 - - *772 - - *250 + - *511 + - *773 + - *251 requestBody: required: true content: @@ -112035,7 +112081,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: default: value: @@ -112121,9 +112167,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *509 - *510 - - *772 + - *511 + - *773 - *17 - *19 responses: @@ -112133,11 +112179,11 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: *774 + default: *775 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112165,9 +112211,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests-files parameters: - - *509 - *510 - - *772 + - *511 + - *773 - *17 - *19 responses: @@ -112177,7 +112223,7 @@ paths: application/json: schema: type: array - items: *638 + items: *639 examples: default: value: @@ -112193,10 +112239,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *47 + Link: *48 '422': *15 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112215,9 +112261,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: - - *509 - *510 - - *772 + - *511 + - *773 responses: '204': description: Response if pull request has been merged @@ -112240,9 +112286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#merge-a-pull-request parameters: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -112353,9 +112399,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: - - *509 - *510 - - *772 + - *511 + - *773 responses: '200': description: Response @@ -112371,7 +112417,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 required: - users - teams @@ -112412,7 +112458,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112430,9 +112476,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -112469,7 +112515,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -113005,9 +113051,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: true content: @@ -113041,7 +113087,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -113546,9 +113592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *509 - *510 - - *772 + - *511 + - *773 - *17 - *19 responses: @@ -113558,7 +113604,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -113627,7 +113673,7 @@ paths: type: string body_text: type: string - author_association: *231 + author_association: *232 required: - id - node_id @@ -113676,7 +113722,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113709,9 +113755,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -113797,9 +113843,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: &777 + default: &778 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -113862,10 +113908,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: - - *509 - *510 - - *772 - - &776 + - *511 + - *773 + - &777 name: review_id description: The unique identifier of the review. in: path @@ -113877,9 +113923,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: &778 + default: &779 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -113938,10 +113984,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 requestBody: required: true content: @@ -113964,7 +114010,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: default: value: @@ -114026,18 +114072,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 responses: '200': description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *777 + default: *778 '422': *7 '404': *6 x-github: @@ -114064,10 +114110,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 - *17 - *19 responses: @@ -114146,13 +114192,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *231 + author_association: *232 _links: type: object properties: - self: *440 - html: *440 - pull_request: *440 + self: *441 + html: *441 + pull_request: *441 required: - self - html @@ -114161,7 +114207,7 @@ paths: type: string body_html: type: string - reactions: *232 + reactions: *233 side: description: The side of the first line of the range for a multi-line comment. @@ -114273,7 +114319,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -114302,10 +114348,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 requestBody: required: true content: @@ -114333,7 +114379,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: default: value: @@ -114396,10 +114442,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 requestBody: required: true content: @@ -114434,9 +114480,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *778 + default: *779 '404': *6 '422': *7 '403': *29 @@ -114458,9 +114504,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -114523,8 +114569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-a-repository-readme parameters: - - *509 - *510 + - *511 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -114537,9 +114583,9 @@ paths: description: Response content: application/json: - schema: *779 + schema: *780 examples: - default: &780 + default: &781 value: type: file encoding: base64 @@ -114556,7 +114602,7 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '304': *37 + '304': *38 '404': *6 '422': *15 x-github: @@ -114581,8 +114627,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: - - *509 - *510 + - *511 - name: dir description: The alternate path to look for a README file in: path @@ -114602,9 +114648,9 @@ paths: description: Response content: application/json: - schema: *779 + schema: *780 examples: - default: *780 + default: *781 '404': *6 '422': *15 x-github: @@ -114626,8 +114672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#list-releases parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -114637,7 +114683,7 @@ paths: application/json: schema: type: array - items: *781 + items: *782 examples: default: value: @@ -114711,7 +114757,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -114731,8 +114777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#create-a-release parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -114808,9 +114854,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: &785 + default: &786 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -114915,9 +114961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#get-a-release-asset parameters: - - *509 - *510 - - &783 + - *511 + - &784 name: asset_id description: The unique identifier of the asset. in: path @@ -114929,9 +114975,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &784 + default: &785 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 @@ -114966,7 +115012,7 @@ paths: type: User site_admin: false '404': *6 - '302': *642 + '302': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114982,9 +115028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#update-a-release-asset parameters: - - *509 - *510 - - *783 + - *511 + - *784 requestBody: required: false content: @@ -115012,9 +115058,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *784 + default: *785 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115030,9 +115076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#delete-a-release-asset parameters: - - *509 - *510 - - *783 + - *511 + - *784 responses: '204': description: Response @@ -115057,8 +115103,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -115143,16 +115189,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-the-latest-release parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *785 + default: *786 '404': *6 x-github: githubCloudOnly: false @@ -115170,8 +115216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release-by-tag-name parameters: - - *509 - *510 + - *511 - name: tag description: tag parameter in: path @@ -115184,9 +115230,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *785 + default: *786 '404': *6 x-github: githubCloudOnly: false @@ -115208,9 +115254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release parameters: - - *509 - *510 - - &786 + - *511 + - &787 name: release_id description: The unique identifier of the release. in: path @@ -115224,9 +115270,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: *781 + schema: *782 examples: - default: *785 + default: *786 '401': description: Unauthorized x-github: @@ -115244,9 +115290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#update-a-release parameters: - - *509 - *510 - - *786 + - *511 + - *787 requestBody: required: false content: @@ -115310,9 +115356,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *785 + default: *786 '404': description: Not Found if the discussion category name is invalid content: @@ -115333,9 +115379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#delete-a-release parameters: - - *509 - *510 - - *786 + - *511 + - *787 responses: '204': description: Response @@ -115356,9 +115402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#list-release-assets parameters: - - *509 - *510 - - *786 + - *511 + - *787 - *17 - *19 responses: @@ -115368,7 +115414,7 @@ paths: application/json: schema: type: array - items: *782 + items: *783 examples: default: value: @@ -115405,7 +115451,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115450,9 +115496,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: - - *509 - *510 - - *786 + - *511 + - *787 - name: name in: query required: true @@ -115478,7 +115524,7 @@ paths: description: Response for successful upload content: application/json: - schema: *782 + schema: *783 examples: response-for-successful-upload: value: @@ -115533,9 +115579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *509 - *510 - - *786 + - *511 + - *787 - 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. @@ -115559,11 +115605,11 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: *704 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -115582,9 +115628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *509 - *510 - - *786 + - *511 + - *787 requestBody: required: true content: @@ -115614,16 +115660,16 @@ paths: description: Reaction exists content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '201': description: Reaction created content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -115645,9 +115691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-release-reaction parameters: - - *509 - *510 - - *786 + - *511 + - *787 - *705 responses: '204': @@ -115672,9 +115718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-rules-for-a-branch parameters: - - *509 - *510 - - *561 + - *511 + - *562 - *17 - *19 responses: @@ -115690,8 +115736,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *177 - - &787 + - *178 + - &788 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -115710,72 +115756,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *178 - - *787 - allOf: - *179 - - *787 + - *788 - allOf: - *180 - - *787 - - allOf: - *788 - - *787 - allOf: - *181 - - *787 + - *788 + - allOf: + - *789 + - *788 - allOf: - *182 - - *787 + - *788 - allOf: - *183 - - *787 + - *788 - allOf: - *184 - - *787 + - *788 - allOf: - *185 - - *787 + - *788 - allOf: - *186 - - *787 + - *788 - allOf: - *187 - - *787 + - *788 - allOf: - *188 - - *787 + - *788 - allOf: - *189 - - *787 + - *788 - allOf: - *190 - - *787 + - *788 - allOf: - *191 - - *787 + - *788 - allOf: - *192 - - *787 + - *788 - allOf: - *193 - - *787 - - allOf: - - *789 - - *787 + - *788 - allOf: - *194 - - *787 + - *788 + - allOf: + - *790 + - *788 - allOf: - *195 - - *787 + - *788 - allOf: - *196 - - *787 + - *788 - allOf: - *197 - - *787 + - *788 + - allOf: + - *198 + - *788 examples: default: value: @@ -115814,8 +115860,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 - *17 - *19 - name: includes_parents @@ -115826,7 +115872,7 @@ paths: schema: type: boolean default: true - - *790 + - *791 responses: '200': description: Response @@ -115834,7 +115880,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -115865,7 +115911,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -115881,8 +115927,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 requestBody: description: Request body required: true @@ -115902,16 +115948,16 @@ paths: - tag - push default: branch - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *169 + items: *177 + conditions: *170 rules: type: array description: An array of rules within the ruleset. - items: *791 + items: *792 required: - name - enforcement @@ -115942,9 +115988,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: &801 + default: &802 value: id: 42 name: super cool ruleset @@ -115978,7 +116024,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -115992,13 +116038,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *509 - *510 - - *792 - - *107 + - *511 - *793 + - *108 - *794 - *795 + - *796 - *17 - *19 responses: @@ -116006,11 +116052,11 @@ paths: description: Response content: application/json: - schema: *796 + schema: *797 examples: - default: *797 + default: *798 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116029,19 +116075,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *509 - *510 - - *798 + - *511 + - *799 responses: '200': description: Response content: application/json: - schema: *799 + schema: *800 examples: - default: *800 + default: *801 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116067,8 +116113,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 - name: ruleset_id description: The ID of the ruleset. in: path @@ -116088,11 +116134,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *801 + default: *802 '404': *6 - '500': *40 + '500': *41 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -116108,8 +116154,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 - name: ruleset_id description: The ID of the ruleset. in: path @@ -116134,16 +116180,16 @@ paths: - branch - tag - push - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *169 + items: *177 + conditions: *170 rules: description: An array of rules within the ruleset. type: array - items: *791 + items: *792 examples: default: value: @@ -116171,12 +116217,12 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *801 + default: *802 '404': *6 '422': *15 - '500': *40 + '500': *41 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -116192,8 +116238,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 - name: ruleset_id description: The ID of the ruleset. in: path @@ -116204,7 +116250,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -116216,8 +116262,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-history parameters: - - *509 - *510 + - *511 - *17 - *19 - name: ruleset_id @@ -116233,11 +116279,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *458 + default: *459 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116254,8 +116300,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-version parameters: - - *509 - *510 + - *511 - name: ruleset_id description: The ID of the ruleset. in: path @@ -116273,7 +116319,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -116306,7 +116352,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116328,9 +116374,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: - - *509 - *510 - - *460 + - *511 - *461 - *462 - *463 @@ -116338,18 +116383,19 @@ paths: - *465 - *466 - *467 - - *112 + - *468 + - *113 - *19 - *17 - - *802 - *803 - - *468 + - *804 - *469 - *470 - *471 - *472 - *473 - *474 + - *475 responses: '200': description: Response @@ -116360,8 +116406,8 @@ paths: items: type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -116369,15 +116415,15 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *804 - resolution: *805 + state: *805 + resolution: *806 resolved_at: type: string format: date-time @@ -116483,7 +116529,7 @@ paths: pull request. ' - oneOf: *806 + oneOf: *807 nullable: true has_more_locations: type: boolean @@ -116625,7 +116671,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116647,20 +116693,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *509 - *510 - - *589 - - *471 + - *511 + - *590 + - *472 responses: '200': description: Response content: application/json: - schema: &807 + schema: &808 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -116668,14 +116714,14 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *804 - resolution: *805 + state: *805 + resolution: *806 resolved_at: type: string format: date-time @@ -116781,7 +116827,7 @@ paths: pull request. ' - oneOf: *806 + oneOf: *807 nullable: true has_more_locations: type: boolean @@ -116809,7 +116855,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &996 + metadata: &997 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -116855,11 +116901,11 @@ paths: metadata: - key: owner_email value: owner@example.com - '304': *37 + '304': *38 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116882,9 +116928,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: - - *509 - *510 - - *589 + - *511 + - *590 requestBody: required: true content: @@ -116892,8 +116938,8 @@ paths: schema: type: object properties: - state: *804 - resolution: *805 + state: *805 + resolution: *806 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -116937,7 +116983,7 @@ paths: description: Response content: application/json: - schema: *807 + schema: *808 examples: default: value: @@ -117017,7 +117063,7 @@ paths: description: State does not match the resolution or resolution comment, assignee does not have write access to the repository, or the requested validity change could not be applied to this alert - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -117039,9 +117085,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: - - *509 - *510 - - *589 + - *511 + - *590 - *19 - *17 responses: @@ -117052,7 +117098,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &998 + items: &999 type: object properties: type: @@ -117078,7 +117124,6 @@ paths: example: commit details: oneOf: - - *808 - *809 - *810 - *811 @@ -117091,6 +117136,7 @@ paths: - *818 - *819 - *820 + - *821 examples: default: value: @@ -117150,11 +117196,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *47 + Link: *48 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117179,12 +117225,12 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *509 - *510 - - *477 + - *511 - *478 - *479 - - *112 + - *480 + - *113 - *19 - *17 responses: @@ -117194,11 +117240,11 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *480 + default: *481 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -117219,8 +117265,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -117233,9 +117279,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *481 + items: *482 examples: - default: *482 + default: *483 responses: '201': description: All patterns created successfully. @@ -117247,9 +117293,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: *483 + default: *484 '400': *14 '403': *29 '404': *6 @@ -117273,7 +117319,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *484 + items: *485 delete: summary: Bulk delete repository custom patterns description: |- @@ -117292,8 +117338,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -117307,7 +117353,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *485 + items: *486 post_delete_action: type: string description: |- @@ -117320,14 +117366,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *486 + default: *487 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -117347,8 +117393,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *509 - *510 + - *511 - name: pattern_id in: path required: true @@ -117359,21 +117405,21 @@ paths: required: true content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: *489 + default: *490 '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -117391,8 +117437,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -117400,14 +117446,14 @@ paths: schema: type: object properties: - reason: &822 + reason: &823 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *821 + placeholder_id: *822 required: - reason - placeholder_id @@ -117424,7 +117470,7 @@ paths: schema: type: object properties: - reason: *822 + reason: *823 expire_at: type: string format: date-time @@ -117447,7 +117493,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -117470,13 +117516,13 @@ 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: - - *509 - *510 + - *511 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *203 + '503': *204 '200': description: Response content: @@ -117486,7 +117532,7 @@ paths: properties: incremental_scans: type: array - items: &823 + items: &824 description: Information on a single scan performed by secret scanning on the repository type: object @@ -117517,15 +117563,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *823 + items: *824 backfill_scans: type: array - items: *823 + items: *824 custom_pattern_backfill_scans: type: array items: allOf: - - *823 + - *824 - type: object properties: pattern_name: @@ -117538,7 +117584,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *823 + items: *824 examples: default: value: @@ -117603,9 +117649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *509 - *510 - - *112 + - *511 + - *113 - name: sort description: The property to sort the results by. in: query @@ -117617,8 +117663,8 @@ paths: - updated - published default: created - - *110 - *111 + - *112 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -117648,9 +117694,9 @@ paths: application/json: schema: type: array - items: *824 + items: *825 examples: - default: *825 + default: *826 '400': *14 '404': *6 x-github: @@ -117673,8 +117719,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -117747,7 +117793,7 @@ paths: login: type: string description: The username of the user credited. - type: *492 + type: *493 required: - login - type @@ -117834,9 +117880,9 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: &827 + default: &828 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -118069,8 +118115,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -118174,7 +118220,7 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: default: value: @@ -118321,17 +118367,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: - - *509 - *510 - - *826 + - *511 + - *827 responses: '200': description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: *827 + default: *828 '403': *29 '404': *6 x-github: @@ -118355,9 +118401,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: - - *509 - *510 - - *826 + - *511 + - *827 requestBody: required: true content: @@ -118430,7 +118476,7 @@ paths: login: type: string description: The username of the user credited. - type: *492 + type: *493 required: - login - type @@ -118516,17 +118562,17 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: *827 - add_credit: *827 + default: *828 + add_credit: *828 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *270 + schema: *271 examples: invalid_state_transition: value: @@ -118557,11 +118603,11 @@ 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: - - *509 - *510 - - *826 + - *511 + - *827 responses: - '202': *39 + '202': *40 '400': *14 '403': *29 '404': *6 @@ -118586,17 +118632,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: - - *509 - *510 - - *826 + - *511 + - *827 responses: '202': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 '400': *14 '422': *15 '403': *29 @@ -118622,8 +118668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-stargazers parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -118700,7 +118746,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -118722,8 +118768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *509 - *510 + - *511 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -118732,7 +118778,7 @@ paths: application/json: schema: type: array - items: &828 + items: &829 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -118744,8 +118790,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *39 - '204': *130 + '202': *40 + '204': *131 '422': description: Repository contains more than 10,000 commits x-github: @@ -118765,8 +118811,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -118814,8 +118860,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *39 - '204': *130 + '202': *40 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118842,8 +118888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -118916,8 +118962,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *39 - '204': *130 + '202': *40 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118939,8 +118985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *509 - *510 + - *511 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -119094,8 +119140,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: - - *509 - *510 + - *511 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -119105,7 +119151,7 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: default: value: @@ -119118,7 +119164,7 @@ paths: - - 0 - 2 - 21 - '204': *130 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119138,8 +119184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#create-a-commit-status parameters: - - *509 - *510 + - *511 - name: sha in: path required: true @@ -119193,7 +119239,7 @@ paths: description: Response content: application/json: - schema: *829 + schema: *830 examples: default: value: @@ -119247,8 +119293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-watchers parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -119260,9 +119306,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119280,14 +119326,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#get-a-repository-subscription parameters: - - *509 - *510 + - *511 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &830 + schema: &831 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -119355,8 +119401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#set-a-repository-subscription parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -119382,7 +119428,7 @@ paths: description: Response content: application/json: - schema: *830 + schema: *831 examples: default: value: @@ -119409,8 +119455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#delete-a-repository-subscription parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -119430,8 +119476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-tags parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -119487,7 +119533,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119510,8 +119556,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *509 - *510 + - *511 - name: ref in: path required: true @@ -119547,8 +119593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-teams parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -119558,11 +119604,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -119580,8 +119626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-all-repository-topics parameters: - - *509 - *510 + - *511 - *19 - *17 responses: @@ -119589,7 +119635,7 @@ paths: description: Response content: application/json: - schema: &831 + schema: &832 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -119601,7 +119647,7 @@ paths: required: - names examples: - default: &832 + default: &833 value: names: - octocat @@ -119624,8 +119670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#replace-all-repository-topics parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -119656,9 +119702,9 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: *832 + default: *833 '404': *6 '422': *7 x-github: @@ -119679,9 +119725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-repository-clones parameters: - - *509 - *510 - - &833 + - *511 + - &834 name: per description: The time frame to display results for. in: query @@ -119710,7 +119756,7 @@ paths: example: 128 clones: type: array - items: &834 + items: &835 title: Traffic type: object properties: @@ -119797,8 +119843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-paths parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -119888,8 +119934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-sources parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -119949,9 +119995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-page-views parameters: - - *509 - *510 - - *833 + - *511 + - *834 responses: '200': description: Response @@ -119970,7 +120016,7 @@ paths: example: 3782 views: type: array - items: *834 + items: *835 required: - uniques - count @@ -120047,8 +120093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#transfer-a-repository parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -120084,7 +120130,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -120322,8 +120368,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: - - *509 - *510 + - *511 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -120346,8 +120392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-vulnerability-alerts parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -120369,8 +120415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-vulnerability-alerts parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -120396,8 +120442,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *509 - *510 + - *511 - name: ref in: path required: true @@ -120489,9 +120535,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -120532,7 +120578,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -120608,7 +120654,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120642,7 +120688,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &842 + - &843 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -120651,7 +120697,7 @@ paths: schema: type: string example: members - - &847 + - &848 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -120662,7 +120708,7 @@ paths: default: 1 format: int32 example: 1 - - &848 + - &849 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -120672,7 +120718,7 @@ paths: default: 30 format: int32 example: 1 - - *41 + - *42 responses: '200': description: Success, either groups were found or not found @@ -120704,7 +120750,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &837 + items: &838 allOf: - type: object required: @@ -120779,7 +120825,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: &849 + meta: &850 type: object description: The metadata associated with the creation/updates to the user. @@ -120839,30 +120885,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &838 + '400': &839 description: Bad request content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '401': *836 - '403': &839 + schema: *836 + '401': *837 + '403': &840 description: Permission denied - '429': &840 + '429': &841 description: Too many requests content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '500': &841 + schema: *836 + '500': &842 description: Internal server error content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 + schema: *836 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120881,12 +120927,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#provision-a-scim-enterprise-group parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &845 + schema: &846 type: object required: - schemas @@ -120946,9 +120992,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *837 + schema: *838 examples: - group: &843 + group: &844 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -120967,13 +121013,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': *838 - '401': *836 - '403': *839 - '409': &846 + '400': *839 + '401': *837 + '403': *840 + '409': &847 description: Duplicate record detected - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120990,7 +121036,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: - - &844 + - &845 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -120998,22 +121044,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *842 - - *41 + - *843 + - *42 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *837 + schema: *838 examples: - default: *843 - '400': *838 - '401': *836 - '403': *839 + default: *844 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121032,13 +121078,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: - - *844 - - *41 + - *845 + - *42 requestBody: required: true content: application/json: - schema: *845 + schema: *846 examples: group: summary: Group @@ -121064,17 +121110,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *837 + schema: *838 examples: - group: *843 - groupWithMembers: *843 - '400': *838 - '401': *836 - '403': *839 + group: *844 + groupWithMembers: *844 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '409': *846 - '429': *840 - '500': *841 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121098,13 +121144,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: - - *844 - - *41 + - *845 + - *42 requestBody: required: true content: application/json: - schema: &856 + schema: &857 type: object required: - Operations @@ -121164,17 +121210,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *837 + schema: *838 examples: - updateGroup: *843 - addMembers: *843 - '400': *838 - '401': *836 - '403': *839 + updateGroup: *844 + addMembers: *844 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '409': *846 - '429': *840 - '500': *841 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121190,17 +121236,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: - - *844 - - *41 + - *845 + - *42 responses: '204': description: Group was deleted, no content - '400': *838 - '401': *836 - '403': *839 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121234,9 +121280,9 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *847 - *848 - - *41 + - *849 + - *42 responses: '200': description: Success, either users were found or not found @@ -121268,7 +121314,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &851 + items: &852 allOf: - type: object required: @@ -121347,7 +121393,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &850 + roles: &851 type: array description: The roles assigned to the user. items: @@ -121403,7 +121449,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *849 + meta: *850 startIndex: type: integer description: A starting index for the returned page @@ -121440,11 +121486,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *838 - '401': *836 - '403': *839 - '429': *840 - '500': *841 + '400': *839 + '401': *837 + '403': *840 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121463,12 +121509,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#provision-a-scim-enterprise-user parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &854 + schema: &855 type: object required: - schemas @@ -121550,9 +121596,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *850 + roles: *851 examples: - user: &855 + user: &856 summary: User value: schemas: @@ -121599,9 +121645,9 @@ paths: description: User has been created content: application/scim+json: - schema: *851 + schema: *852 examples: - user: &852 + user: &853 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -121627,13 +121673,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: *852 - '400': *838 - '401': *836 - '403': *839 - '409': *846 - '429': *840 - '500': *841 + enterpriseOwner: *853 + '400': *839 + '401': *837 + '403': *840 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121650,28 +121696,28 @@ 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: - - &853 + - &854 name: scim_user_id description: The unique identifier of the SCIM user. in: path required: true schema: type: string - - *41 + - *42 responses: '200': description: Success, a user was found content: application/scim+json: - schema: *851 + schema: *852 examples: - default: *852 - '400': *838 - '401': *836 - '403': *839 + default: *853 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121722,30 +121768,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: - - *853 - - *41 + - *854 + - *42 requestBody: required: true content: application/json: - schema: *854 + schema: *855 examples: - user: *855 + user: *856 responses: '200': description: User was updated content: application/scim+json: - schema: *851 + schema: *852 examples: - user: *852 - '400': *838 - '401': *836 - '403': *839 + user: *853 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '409': *846 - '429': *840 - '500': *841 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121786,13 +121832,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: - - *853 - - *41 + - *854 + - *42 requestBody: required: true content: application/json: - schema: *856 + schema: *857 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -121832,18 +121878,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *851 - examples: - userMultiValuedProperties: *852 - userSingleValuedProperties: *852 - disableUser: *852 - '400': *838 - '401': *836 - '403': *839 + schema: *852 + examples: + userMultiValuedProperties: *853 + userSingleValuedProperties: *853 + disableUser: *853 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '409': *846 - '429': *840 - '500': *841 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121863,17 +121909,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: - - *853 - - *41 + - *854 + - *42 responses: '204': description: User was deleted, no content - '400': *838 - '401': *836 - '403': *839 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121906,7 +121952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#list-scim-provisioned-identities parameters: - - *89 + - *90 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -121960,7 +122006,7 @@ paths: example: 1 Resources: type: array - items: &857 + items: &858 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -122190,23 +122236,23 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 - '304': *37 - '404': &858 + '304': *38 + '404': &859 description: Resource not found content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '403': &859 + schema: *836 + '403': &860 description: Forbidden content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '400': *838 - '429': *840 + schema: *836 + '400': *839 + '429': *841 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -122226,15 +122272,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *89 + - *90 responses: '201': description: Response content: application/scim+json: - schema: *857 + schema: *858 examples: - default: &860 + default: &861 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -122256,18 +122302,18 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 - '304': *37 - '404': *858 - '403': *859 - '500': *841 + '304': *38 + '404': *859 + '403': *860 + '500': *842 '409': description: Conflict content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '400': *838 + schema: *836 + '400': *839 requestBody: required: true content: @@ -122364,19 +122410,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *89 - - *853 + - *90 + - *854 responses: '200': description: Response content: application/scim+json: - schema: *857 + schema: *858 examples: - default: *860 - '404': *858 - '403': *859 - '304': *37 + default: *861 + '404': *859 + '403': *860 + '304': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -122398,19 +122444,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *89 - - *853 + - *90 + - *854 responses: '200': description: Response content: application/scim+json: - schema: *857 + schema: *858 examples: - default: *860 - '304': *37 - '404': *858 - '403': *859 + default: *861 + '304': *38 + '404': *859 + '403': *860 requestBody: required: true content: @@ -122522,20 +122568,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *89 - - *853 + - *90 + - *854 responses: '200': description: Response content: application/scim+json: - schema: *857 + schema: *858 examples: - default: *860 - '304': *37 - '404': *858 - '403': *859 - '400': *838 + default: *861 + '304': *38 + '404': *859 + '403': *860 + '400': *839 '429': description: Response content: @@ -122625,14 +122671,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *89 - - *853 + - *90 + - *854 responses: '204': description: Response - '404': *858 - '403': *859 - '304': *37 + '404': *859 + '403': *860 + '304': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -122749,7 +122795,7 @@ paths: html_url: type: string format: uri - repository: *295 + repository: *296 score: type: number file_size: @@ -122767,7 +122813,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &861 + text_matches: &862 title: Search Result Text Matches type: array items: @@ -122880,8 +122926,8 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *37 - '503': *203 + '304': *38 + '503': *204 '422': *15 '403': *29 x-github: @@ -122930,7 +122976,7 @@ paths: enum: - author-date - committer-date - - &862 + - &863 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 @@ -123001,7 +123047,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *559 + properties: *560 nullable: true comment_count: type: integer @@ -123021,7 +123067,7 @@ paths: url: type: string format: uri - verification: *686 + verification: *687 required: - author - committer @@ -123040,7 +123086,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *559 + properties: *560 nullable: true parents: type: array @@ -123053,12 +123099,12 @@ paths: type: string sha: type: string - repository: *295 + repository: *296 score: type: number node_id: type: string - text_matches: *861 + text_matches: *862 required: - sha - node_id @@ -123187,7 +123233,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -123251,7 +123297,7 @@ paths: - interactions - created - updated - - *862 + - *863 - *17 - *19 - name: advanced_search @@ -123365,8 +123411,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -123386,8 +123432,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 nullable: true comments: type: integer @@ -123401,7 +123447,7 @@ paths: type: string format: date-time nullable: true - text_matches: *861 + text_matches: *862 pull_request: type: object properties: @@ -123434,10 +123480,10 @@ paths: type: string score: type: number - author_association: *231 + author_association: *232 draft: type: boolean - repository: *80 + repository: *81 body_html: type: string body_text: @@ -123445,7 +123491,7 @@ paths: timeline_url: type: string format: uri - type: *403 + type: *404 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -123455,17 +123501,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - reactions: *232 + reactions: *233 required: - assignee - closed_at @@ -123629,9 +123675,9 @@ paths: - quoted_text items: - "..." - '503': *203 + '503': *204 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -123683,7 +123729,7 @@ paths: enum: - created - updated - - *862 + - *863 - *17 - *19 responses: @@ -123727,7 +123773,7 @@ paths: nullable: true score: type: number - text_matches: *861 + text_matches: *862 required: - id - node_id @@ -123759,7 +123805,7 @@ paths: default: true description: Something isn't working. score: 1 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -123813,7 +123859,7 @@ paths: - forks - help-wanted-issues - updated - - *862 + - *863 - *17 - *19 responses: @@ -124041,8 +124087,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true permissions: type: object @@ -124061,7 +124107,7 @@ paths: - admin - pull - push - text_matches: *861 + text_matches: *862 temp_clone_token: type: string allow_merge_commit: @@ -124263,9 +124309,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *203 + '503': *204 '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -124362,7 +124408,7 @@ paths: type: string format: uri nullable: true - text_matches: *861 + text_matches: *862 related: type: array nullable: true @@ -124503,7 +124549,7 @@ paths: featured: true curated: true score: 1 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -124555,7 +124601,7 @@ paths: - followers - repositories - joined - - *862 + - *863 - *17 - *19 responses: @@ -124659,7 +124705,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *861 + text_matches: *862 blog: type: string nullable: true @@ -124717,8 +124763,8 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *37 - '503': *203 + '304': *38 + '503': *204 '422': *15 x-github: githubCloudOnly: false @@ -124738,7 +124784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &865 + - &866 name: team_id description: The unique identifier of the team. in: path @@ -124750,9 +124796,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -124779,7 +124825,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *865 + - *866 requestBody: required: true content: @@ -124842,16 +124888,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '201': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 '422': *15 '403': *29 @@ -124879,7 +124925,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *865 + - *866 responses: '204': description: Response @@ -124908,7 +124954,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *865 + - *866 - *17 - *19 responses: @@ -124918,11 +124964,11 @@ paths: application/json: schema: type: array - items: *397 + items: *398 examples: - default: *398 + default: *399 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -124948,7 +124994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *865 + - *866 - name: role description: Filters members returned by their role in the team. in: query @@ -124969,11 +125015,11 @@ paths: application/json: schema: type: array - items: *866 + items: *867 examples: - default: *867 + default: *868 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -124999,8 +125045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *865 - - *151 + - *866 + - *152 responses: '204': description: if user is a member @@ -125036,8 +125082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *865 - - *151 + - *866 + - *152 responses: '204': description: Response @@ -125076,8 +125122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *865 - - *151 + - *866 + - *152 responses: '204': description: Response @@ -125113,16 +125159,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: - - *865 - - *151 + - *866 + - *152 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - response-if-user-is-a-team-maintainer: *868 + response-if-user-is-a-team-maintainer: *869 '404': *6 x-github: githubCloudOnly: false @@ -125155,8 +125201,8 @@ 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: - - *865 - - *151 + - *866 + - *152 requestBody: required: false content: @@ -125181,9 +125227,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - response-if-users-membership-with-team-is-now-pending: *869 + response-if-users-membership-with-team-is-now-pending: *870 '403': description: Forbidden if team synchronization is set up '422': @@ -125217,8 +125263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *865 - - *151 + - *866 + - *152 responses: '204': description: Response @@ -125245,7 +125291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *865 + - *866 - *17 - *19 responses: @@ -125255,11 +125301,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -125287,15 +125333,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: - - *865 - - *509 + - *866 - *510 + - *511 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *870 + schema: *871 examples: alternative-response-with-extra-repository-information: value: @@ -125446,9 +125492,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: - - *865 - - *509 + - *866 - *510 + - *511 requestBody: required: false content: @@ -125498,9 +125544,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: - - *865 - - *509 + - *866 - *510 + - *511 responses: '204': description: Response @@ -125529,15 +125575,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: - - *865 + - *866 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '403': *29 '404': *6 x-github: @@ -125564,7 +125610,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: - - *865 + - *866 requestBody: required: true content: @@ -125621,7 +125667,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -125652,7 +125698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *865 + - *866 - *17 - *19 responses: @@ -125662,11 +125708,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - response-if-child-teams-exist: *871 + response-if-child-teams-exist: *872 headers: - Link: *47 + Link: *48 '404': *6 '403': *29 '422': *15 @@ -125697,7 +125743,7 @@ paths: application/json: schema: oneOf: - - &873 + - &874 title: Private User description: Private User type: object @@ -125900,7 +125946,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *872 + - *873 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -125983,7 +126029,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -126053,7 +126099,7 @@ paths: description: Response content: application/json: - schema: *873 + schema: *874 examples: default: value: @@ -126100,7 +126146,7 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -126132,8 +126178,8 @@ paths: type: array items: *4 examples: - default: *222 - '304': *37 + default: *223 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -126155,7 +126201,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *151 + - *152 responses: '204': description: If the user is blocked @@ -126164,7 +126210,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -126183,11 +126229,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#block-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -126207,11 +126253,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#unblock-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -126256,11 +126302,11 @@ paths: type: integer codespaces: type: array - items: *408 + items: *409 examples: - default: *409 - '304': *37 - '500': *40 + default: *410 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -126397,21 +126443,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126451,7 +126497,7 @@ paths: type: integer secrets: type: array - items: &874 + items: &875 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -126491,9 +126537,9 @@ paths: - visibility - selected_repositories_url examples: - default: *615 + default: *616 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126561,13 +126607,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *874 + schema: *875 examples: default: value: @@ -126597,7 +126643,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 requestBody: required: true content: @@ -126642,7 +126688,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -126670,7 +126716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 responses: '204': description: Response @@ -126695,7 +126741,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *305 + - *306 responses: '200': description: Response @@ -126711,13 +126757,13 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *347 + default: *348 '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126738,7 +126784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *305 + - *306 requestBody: required: true content: @@ -126770,7 +126816,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126792,7 +126838,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *305 + - *306 - name: repository_id in: path required: true @@ -126804,7 +126850,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126825,7 +126871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *305 + - *306 - name: repository_id in: path required: true @@ -126837,7 +126883,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126857,17 +126903,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *410 + - *411 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *612 - '304': *37 - '500': *40 + default: *613 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -126891,7 +126937,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: - - *410 + - *411 requestBody: required: false content: @@ -126921,9 +126967,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '401': *25 '403': *29 '404': *6 @@ -126945,11 +126991,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *410 + - *411 responses: - '202': *39 - '304': *37 - '500': *40 + '202': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -126974,13 +127020,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: - - *410 + - *411 responses: '202': description: Response content: application/json: - schema: &875 + schema: &876 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -127021,7 +127067,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &876 + default: &877 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -127029,7 +127075,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -127053,7 +127099,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *410 + - *411 - name: export_id in: path required: true @@ -127066,9 +127112,9 @@ paths: description: Response content: application/json: - schema: *875 + schema: *876 examples: - default: *876 + default: *877 '404': *6 x-github: githubCloudOnly: false @@ -127089,7 +127135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *410 + - *411 responses: '200': description: Response @@ -127105,11 +127151,11 @@ paths: type: integer machines: type: array - items: *877 + items: *878 examples: - default: *878 - '304': *37 - '500': *40 + default: *879 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -127136,7 +127182,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: - - *410 + - *411 requestBody: required: true content: @@ -127186,13 +127232,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *514 + repository: *515 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *613 - required: *614 + properties: *614 + required: *615 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -127966,17 +128012,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *410 + - *411 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *612 - '304': *37 - '500': *40 + default: *613 + '304': *38 + '500': *41 '400': *14 '401': *25 '402': @@ -127986,7 +128032,7 @@ paths: schema: *3 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128006,16 +128052,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *410 + - *411 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *612 - '500': *40 + default: *613 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -128044,9 +128090,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: &890 + default: &891 value: - id: 197 name: hello_docker @@ -128147,7 +128193,7 @@ paths: application/json: schema: type: array - items: &879 + items: &880 title: Email description: Email type: object @@ -128178,7 +128224,7 @@ paths: primary: true verified: true visibility: private - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128212,17 +128258,17 @@ paths: application/json: schema: type: array - items: *879 + items: *880 examples: - default: &892 + default: &893 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128289,7 +128335,7 @@ paths: application/json: schema: type: array - items: *879 + items: *880 examples: default: value: @@ -128306,7 +128352,7 @@ paths: verified: false visibility: '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128367,7 +128413,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128399,10 +128445,10 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -128432,10 +128478,10 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -128454,7 +128500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *151 + - *152 responses: '204': description: if the person is followed by the authenticated user @@ -128463,7 +128509,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -128484,11 +128530,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#follow-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128509,11 +128555,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#unfollow-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128545,7 +128591,7 @@ paths: application/json: schema: type: array - items: &880 + items: &881 title: GPG Key description: A unique encryption key type: object @@ -128676,7 +128722,7 @@ paths: - subkeys - revoked examples: - default: &909 + default: &910 value: - id: 3 name: Octocat's GPG Key @@ -128708,8 +128754,8 @@ paths: revoked: false raw_key: string headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128761,9 +128807,9 @@ paths: description: Response content: application/json: - schema: *880 + schema: *881 examples: - default: &881 + default: &882 value: id: 3 name: Octocat's GPG Key @@ -128797,7 +128843,7 @@ paths: v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128820,7 +128866,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: - - &882 + - &883 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -128832,11 +128878,11 @@ paths: description: Response content: application/json: - schema: *880 + schema: *881 examples: - default: *881 + default: *882 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -128857,13 +128903,13 @@ 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: - - *882 + - *883 responses: '204': description: Response '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -129000,8 +129046,8 @@ paths: suspended_at: suspended_by: headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -129048,7 +129094,7 @@ paths: type: array items: allOf: - - *80 + - *81 - type: object properties: custom_properties: @@ -129059,12 +129105,12 @@ paths: values. Present for org repos only. additionalProperties: true examples: - default: *290 + default: *291 headers: - Link: *47 + Link: *48 '404': *6 '403': *29 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -129085,12 +129131,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *289 + - *290 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -129111,12 +129157,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *289 + - *290 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 '422': description: Returned when the application is installed on `all` repositories @@ -129145,12 +129191,12 @@ paths: application/json: schema: anyOf: - - *395 + - *396 - type: object properties: {} additionalProperties: false examples: - default: *396 + default: *397 '204': description: Response when there are no restrictions x-github: @@ -129174,7 +129220,7 @@ paths: required: true content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -129185,7 +129231,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -129266,7 +129312,7 @@ paths: - closed - all default: open - - *406 + - *407 - name: sort description: What to sort results by. in: query @@ -129278,8 +129324,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -129289,13 +129335,13 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *407 + default: *408 headers: - Link: *47 + Link: *48 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -129324,7 +129370,7 @@ paths: application/json: schema: type: array - items: &883 + items: &884 title: Key description: Key type: object @@ -129375,8 +129421,8 @@ paths: verified: false read_only: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129425,9 +129471,9 @@ paths: description: Response content: application/json: - schema: *883 + schema: *884 examples: - default: &884 + default: &885 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -129437,7 +129483,7 @@ paths: verified: false read_only: false '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129466,11 +129512,11 @@ paths: description: Response content: application/json: - schema: *883 + schema: *884 examples: - default: *884 + default: *885 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -129495,7 +129541,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129524,7 +129570,7 @@ paths: application/json: schema: type: array - items: &885 + items: &886 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -129581,7 +129627,7 @@ paths: - id - type - login - plan: *252 + plan: *253 required: - billing_cycle - next_billing_date @@ -129592,7 +129638,7 @@ paths: - account - plan examples: - default: &886 + default: &887 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -129625,8 +129671,8 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '401': *25 '404': *6 x-github: @@ -129654,12 +129700,12 @@ paths: application/json: schema: type: array - items: *885 + items: *886 examples: - default: *886 + default: *887 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -129696,7 +129742,7 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: default: value: @@ -129779,8 +129825,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -129804,13 +129850,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -129872,7 +129918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 requestBody: required: true content: @@ -129897,9 +129943,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *411 + schema: *412 examples: - default: &887 + default: &888 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -129946,9 +129992,9 @@ paths: processed asynchronously. content: application/json: - schema: *411 + schema: *412 examples: - default: *887 + default: *888 '403': *29 '404': *6 '422': *15 @@ -129977,7 +130023,7 @@ paths: application/json: schema: type: array - items: *413 + items: *414 examples: default: value: @@ -130130,8 +130176,8 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -130230,7 +130276,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -130383,7 +130429,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130410,7 +130456,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#get-a-user-migration-status parameters: - - *414 + - *415 - name: exclude in: query required: false @@ -130423,7 +130469,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -130577,7 +130623,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130617,11 +130663,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#download-a-user-migration-archive parameters: - - *414 + - *415 responses: '302': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130643,12 +130689,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#delete-a-user-migration-archive parameters: - - *414 + - *415 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130672,12 +130718,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - - *414 - - *888 + - *415 + - *889 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -130697,7 +130743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *414 + - *415 - *17 - *19 responses: @@ -130707,11 +130753,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -130744,12 +130790,12 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -130788,7 +130834,7 @@ paths: - docker - nuget - container - - *889 + - *890 - *19 - *17 responses: @@ -130798,10 +130844,10 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *890 - '400': *891 + default: *891 + '400': *892 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -130821,16 +130867,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: - - *421 - *422 + - *423 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: &910 + default: &911 value: id: 40201 name: octo-name @@ -130943,8 +130989,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: - - *421 - *422 + - *423 responses: '204': description: Response @@ -130974,8 +131020,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: - - *421 - *422 + - *423 - name: token description: package token schema: @@ -131007,8 +131053,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: - - *421 - *422 + - *423 - *19 - *17 - name: state @@ -131028,7 +131074,7 @@ paths: application/json: schema: type: array - items: *423 + items: *424 examples: default: value: @@ -131077,15 +131123,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: - - *421 - *422 - - *424 + - *423 + - *425 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -131121,9 +131167,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: - - *421 - *422 - - *424 + - *423 + - *425 responses: '204': description: Response @@ -131153,9 +131199,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: - - *421 - *422 - - *424 + - *423 + - *425 responses: '204': description: Response @@ -131192,12 +131238,12 @@ paths: application/json: schema: type: array - items: *879 + items: *880 examples: - default: *892 + default: *893 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131305,9 +131351,9 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default: &899 + default: &900 summary: Default response value: - id: 1296269 @@ -131428,9 +131474,9 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -131611,16 +131657,16 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World schema: type: string '401': *25 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -131651,12 +131697,12 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *893 + default: *894 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131676,14 +131722,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *399 + - *400 responses: '204': description: Response '403': *29 - '409': *121 + '409': *122 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -131699,12 +131745,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *399 + - *400 responses: '204': description: Response - '409': *121 - '304': *37 + '409': *122 + '304': *38 '404': *6 '403': *29 x-github: @@ -131732,7 +131778,7 @@ paths: application/json: schema: type: array - items: &894 + items: &895 title: Social account description: Social media account type: object @@ -131747,13 +131793,13 @@ paths: - provider - url examples: - default: &895 + default: &896 value: - provider: twitter url: https://twitter.com/github headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131809,11 +131855,11 @@ paths: application/json: schema: type: array - items: *894 + items: *895 examples: - default: *895 + default: *896 '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131866,7 +131912,7 @@ paths: '204': description: Response '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131898,7 +131944,7 @@ paths: application/json: schema: type: array - items: &896 + items: &897 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -131918,7 +131964,7 @@ paths: - title - created_at examples: - default: &924 + default: &925 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -131929,8 +131975,8 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131982,16 +132028,16 @@ paths: description: Response content: application/json: - schema: *896 + schema: *897 examples: - default: &897 + default: &898 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132014,7 +132060,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: - - &898 + - &899 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -132026,11 +132072,11 @@ paths: description: Response content: application/json: - schema: *896 + schema: *897 examples: - default: *897 + default: *898 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -132051,11 +132097,11 @@ 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: - - *898 + - *899 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132080,7 +132126,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: - - &925 + - &926 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 @@ -132093,7 +132139,7 @@ paths: - created - updated default: created - - *112 + - *113 - *17 - *19 responses: @@ -132103,13 +132149,13 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default-response: *899 + default-response: *900 application/vnd.github.v3.star+json: schema: type: array - items: &926 + items: &927 title: Starred Repository description: Starred Repository type: object @@ -132117,7 +132163,7 @@ paths: starred_at: type: string format: date-time - repo: *80 + repo: *81 required: - starred_at - repo @@ -132245,8 +132291,8 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -132265,8 +132311,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: - - *509 - *510 + - *511 responses: '204': description: Response if this repository is starred by you @@ -132276,7 +132322,7 @@ paths: application/json: schema: *3 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -132294,15 +132340,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *509 - *510 + - *511 responses: '204': description: Response '403': *29 '404': *6 '401': *25 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -132319,14 +132365,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *509 - *510 + - *511 responses: '204': description: Response '404': *6 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -132353,12 +132399,12 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -132392,7 +132438,7 @@ paths: application/json: schema: type: array - items: *501 + items: *502 examples: default: value: @@ -132443,8 +132489,8 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 x-github: @@ -132470,7 +132516,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user-using-their-id parameters: - - *254 + - *255 responses: '200': description: Response @@ -132478,10 +132524,10 @@ paths: application/json: schema: oneOf: + - *874 - *873 - - *872 examples: - default-response: &903 + default-response: &904 summary: Default response value: login: octocat @@ -132516,7 +132562,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &904 + response-with-git-hub-plan-information: &905 summary: Response with GitHub plan information value: login: octocat @@ -132573,14 +132619,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: - - &901 + - &902 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *437 + - *438 requestBody: required: true description: Details of the draft item to create in the project. @@ -132614,10 +132660,10 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - draft_issue: *444 - '304': *37 + draft_issue: *445 + '304': *38 '403': *29 '401': *25 x-github: @@ -132639,7 +132685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *900 + - *901 - *17 responses: '200': @@ -132650,13 +132696,13 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -132674,8 +132720,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: - - *901 - - *437 + - *902 + - *438 requestBody: required: true content: @@ -132746,18 +132792,18 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *902 + schema: *903 examples: table_view: summary: Response for creating a table view - value: *448 + value: *449 board_view: summary: Response for creating a board view with filter - value: *448 + value: *449 roadmap_view: summary: Response for creating a roadmap view - value: *448 - '304': *37 + value: *449 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -132790,7 +132836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user parameters: - - *151 + - *152 responses: '200': description: Response @@ -132798,11 +132844,11 @@ paths: application/json: schema: oneOf: + - *874 - *873 - - *872 examples: - default-response: *903 - response-with-git-hub-plan-information: *904 + default-response: *904 + response-with-git-hub-plan-information: *905 '404': *6 x-github: githubCloudOnly: false @@ -132826,9 +132872,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *110 - *111 - - *151 + - *112 + - *152 requestBody: required: true content: @@ -132852,8 +132898,8 @@ paths: required: - subject_digests examples: - default: *905 - withPredicateType: *906 + default: *906 + withPredicateType: *907 responses: '200': description: Response @@ -132906,7 +132952,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *907 + default: *908 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -132924,7 +132970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-in-bulk parameters: - - *151 + - *152 requestBody: required: true content: @@ -132989,7 +133035,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *151 + - *152 - name: subject_digest description: Subject Digest in: path @@ -133020,7 +133066,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-id parameters: - - *151 + - *152 - name: attestation_id description: Attestation ID in: path @@ -133056,9 +133102,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#list-attestations parameters: - *17 - - *110 - *111 - - *151 + - *112 + - *152 - name: subject_digest description: Subject Digest in: path @@ -133111,12 +133157,12 @@ paths: initiator: type: string examples: - default: *555 + default: *556 '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -133144,7 +133190,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *151 + - *152 - name: per_page description: The number of results per page (max 100). in: query @@ -133178,7 +133224,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: *343 + items: *344 examples: default: summary: Example response for listing user copilot spaces @@ -133277,7 +133323,7 @@ paths: html_url: https://github.com/copilot/spaces/octocat/2 api_url: https://api.github.com/user/1/copilot-spaces/2 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -133299,7 +133345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *151 + - *152 requestBody: required: true content: @@ -133390,9 +133436,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &908 + default: &909 summary: Example response for a user copilot space value: id: 42 @@ -133479,7 +133525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133491,9 +133537,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *908 + default: *909 '403': *29 '404': *6 x-github: @@ -133515,7 +133561,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133614,9 +133660,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *908 + default: *909 '403': *29 '404': *6 '422': *15 @@ -133639,7 +133685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133673,7 +133719,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133693,7 +133739,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: *345 + items: *346 examples: default: value: @@ -133789,7 +133835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133836,7 +133882,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -133896,7 +133942,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133947,7 +133993,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -134009,7 +134055,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134057,7 +134103,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134077,7 +134123,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: *346 + items: *347 examples: default: value: @@ -134115,7 +134161,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134169,7 +134215,7 @@ paths: description: Resource created content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -134185,7 +134231,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -134220,7 +134266,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134238,7 +134284,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -134270,7 +134316,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134305,7 +134351,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -134338,7 +134384,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134374,7 +134420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *151 + - *152 responses: '200': description: Response @@ -134382,9 +134428,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *890 + default: *891 '403': *29 '401': *25 x-github: @@ -134407,7 +134453,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134417,7 +134463,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -134479,8 +134525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *151 - - *89 + - *152 + - *90 - *17 - *19 responses: @@ -134490,7 +134536,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -134567,7 +134613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134577,7 +134623,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -134635,7 +134681,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-followers-of-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134647,9 +134693,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134666,7 +134712,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-the-people-a-user-follows parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134678,9 +134724,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134697,7 +134743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *151 + - *152 - name: target_user in: path required: true @@ -134724,8 +134770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-a-user parameters: - - *151 - - *241 + - *152 + - *242 - *17 - *19 responses: @@ -134735,11 +134781,11 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -134758,7 +134804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134768,11 +134814,11 @@ paths: application/json: schema: type: array - items: *880 + items: *881 examples: - default: *909 + default: *910 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134794,7 +134840,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-contextual-information-for-a-user parameters: - - *151 + - *152 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -134866,7 +134912,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *151 + - *152 responses: '200': description: Response @@ -134874,7 +134920,7 @@ paths: application/json: schema: *22 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134892,7 +134938,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#list-public-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134927,7 +134973,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134947,7 +134993,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134957,11 +135003,11 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134998,8 +135044,8 @@ paths: - docker - nuget - container - - *889 - - *151 + - *890 + - *152 - *19 - *17 responses: @@ -135009,12 +135055,12 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *890 + default: *891 '403': *29 '401': *25 - '400': *891 + '400': *892 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135034,17 +135080,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-a-user parameters: - - *421 - *422 - - *151 + - *423 + - *152 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *910 + default: *911 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135065,9 +135111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-a-user parameters: - - *421 - *422 - - *151 + - *423 + - *152 responses: '204': description: Response @@ -135099,9 +135145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-a-user parameters: - - *421 - *422 - - *151 + - *423 + - *152 - name: token description: package token schema: @@ -135133,9 +135179,9 @@ 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: - - *421 - *422 - - *151 + - *423 + - *152 responses: '200': description: Response @@ -135143,7 +135189,7 @@ paths: application/json: schema: type: array - items: *423 + items: *424 examples: default: value: @@ -135201,16 +135247,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: - - *421 - *422 - - *424 - - *151 + - *423 + - *425 + - *152 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -135245,10 +135291,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-package-version-for-a-user parameters: - - *421 - *422 - - *151 - - *424 + - *423 + - *152 + - *425 responses: '204': description: Response @@ -135280,10 +135326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-package-version-for-a-user parameters: - - *421 - *422 - - *151 - - *424 + - *423 + - *152 + - *425 responses: '204': description: Response @@ -135307,15 +135353,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-user parameters: - - *151 + - *152 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -135324,12 +135370,12 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *436 + default: *437 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135348,19 +135394,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-user parameters: - - *437 - - *151 + - *438 + - *152 responses: '200': description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135379,11 +135425,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-user parameters: - - *437 - - *151 + - *438 + - *152 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -135391,12 +135437,12 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *911 + default: *912 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135414,8 +135460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-field-to-user-owned-project parameters: - - *151 - - *437 + - *152 + - *438 requestBody: required: true content: @@ -135453,7 +135499,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *912 + items: *913 required: - name - data_type @@ -135469,7 +135515,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *913 + iteration_configuration: *914 required: - name - data_type @@ -135491,21 +135537,21 @@ paths: value: name: Due date data_type: date - single_select_field: *914 - iteration_field: *915 + single_select_field: *915 + iteration_field: *916 responses: '201': description: Response content: application/json: - schema: *441 + schema: *442 examples: - text_field: *916 - number_field: *917 - date_field: *918 - single_select_field: *919 - iteration_field: *920 - '304': *37 + text_field: *917 + number_field: *918 + date_field: *919 + single_select_field: *920 + iteration_field: *921 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -135525,20 +135571,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - - *437 - - *921 - - *151 + - *438 + - *922 + - *152 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *922 + default: *923 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135558,10 +135604,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *437 - - *151 - - *110 + - *438 + - *152 - *111 + - *112 - *17 - 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) @@ -135591,12 +135637,12 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135614,8 +135660,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-user-owned-project parameters: - - *151 - - *437 + - *152 + - *438 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -135685,23 +135731,23 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *444 + value: *445 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *444 + value: *445 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *444 + value: *445 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *444 - '304': *37 + value: *445 + '304': *38 '403': *29 '401': *25 x-github: @@ -135720,9 +135766,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: - - *437 - - *151 - - *447 + - *438 + - *152 + - *448 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -135742,12 +135788,12 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135765,9 +135811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-user parameters: - - *437 - - *151 - - *447 + - *438 + - *152 + - *448 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -135837,13 +135883,13 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - text_field: *446 - number_field: *446 - date_field: *446 - single_select_field: *446 - iteration_field: *446 + text_field: *447 + number_field: *447 + date_field: *447 + single_select_field: *447 + iteration_field: *447 '401': *25 '403': *29 '404': *6 @@ -135863,9 +135909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-user parameters: - - *437 - - *151 - - *447 + - *438 + - *152 + - *448 responses: '204': description: Response @@ -135887,9 +135933,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: - - *437 - - *151 - - *923 + - *438 + - *152 + - *924 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -135905,8 +135951,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -135915,12 +135961,12 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -135945,7 +135991,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135955,7 +136001,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -136020,7 +136066,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-received-by-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -136030,7 +136076,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -136093,7 +136139,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repositories-for-a-user parameters: - - *151 + - *152 - name: type description: Limit results to repositories of the specified type. in: query @@ -136136,11 +136182,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -136158,7 +136204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -136168,11 +136214,11 @@ paths: application/json: schema: type: array - items: *894 + items: *895 examples: - default: *895 + default: *896 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -136190,7 +136236,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -136200,11 +136246,11 @@ paths: application/json: schema: type: array - items: *896 + items: *897 examples: - default: *924 + default: *925 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -136226,9 +136272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *151 - - *925 - - *112 + - *152 + - *926 + - *113 - *17 - *19 responses: @@ -136239,13 +136285,13 @@ paths: schema: anyOf: - type: array - items: *926 + items: *927 - type: array - items: *80 + items: *81 examples: - default-response: *899 + default-response: *900 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -136262,7 +136308,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -136272,11 +136318,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *425 + default: *426 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -136402,7 +136448,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &927 + enterprise: &928 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -136460,7 +136506,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &928 + installation: &929 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -136479,7 +136525,7 @@ x-webhooks: required: - id - node_id - organization: &929 + organization: &930 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -136539,13 +136585,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &930 + repository: &931 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: &969 + properties: &970 id: description: Unique identifier of the repository example: 42 @@ -136565,8 +136611,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true organization: title: Simple User @@ -137240,7 +137286,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &970 + required: &971 - archive_url - assignees_url - blobs_url @@ -137391,10 +137437,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -137470,11 +137516,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - rule: &931 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + rule: &932 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) @@ -137697,11 +137743,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - rule: *931 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + rule: *932 sender: *4 required: - action @@ -137884,11 +137930,11 @@ x-webhooks: - everyone required: - from - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - rule: *931 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + rule: *932 sender: *4 required: - action @@ -137961,7 +138007,7 @@ x-webhooks: required: true content: application/json: - schema: &953 + schema: &954 title: Exemption request cancellation event type: object properties: @@ -137969,11 +138015,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: &932 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: &933 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -138277,7 +138323,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &933 + items: &934 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -138387,7 +138433,7 @@ x-webhooks: required: true content: application/json: - schema: &954 + schema: &955 title: Exemption request completed event type: object properties: @@ -138395,11 +138441,11 @@ x-webhooks: type: string enum: - completed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: *932 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: *933 sender: *4 required: - action @@ -138471,7 +138517,7 @@ x-webhooks: required: true content: application/json: - schema: &951 + schema: &952 title: Exemption request created event type: object properties: @@ -138479,11 +138525,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: *932 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: *933 sender: *4 required: - action @@ -138555,7 +138601,7 @@ x-webhooks: required: true content: application/json: - schema: &955 + schema: &956 title: Exemption response dismissed event type: object properties: @@ -138563,12 +138609,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: *932 - exemption_response: *933 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: *933 + exemption_response: *934 sender: *4 required: - action @@ -138642,7 +138688,7 @@ x-webhooks: required: true content: application/json: - schema: &952 + schema: &953 title: Exemption response submitted event type: object properties: @@ -138650,12 +138696,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: *932 - exemption_response: *933 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: *933 + exemption_response: *934 sender: *4 required: - action @@ -138739,7 +138785,7 @@ x-webhooks: type: string enum: - completed - check_run: &935 + check_run: &936 title: CheckRun description: A check performed on the code of a given code change type: object @@ -138792,8 +138838,8 @@ x-webhooks: type: string pull_requests: type: array - items: *239 - repository: *295 + items: *240 + repository: *296 status: example: completed type: string @@ -138830,7 +138876,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *934 + deployment: *935 details_url: example: https://example.com type: string @@ -138880,7 +138926,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *239 + items: *240 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -138915,10 +138961,10 @@ x-webhooks: - output - app - pull_requests - installation: *928 - enterprise: *927 - organization: *929 - repository: *930 + installation: *929 + enterprise: *928 + organization: *930 + repository: *931 sender: *4 required: - check_run @@ -139309,11 +139355,11 @@ x-webhooks: type: string enum: - created - check_run: *935 - installation: *928 - enterprise: *927 - organization: *929 - repository: *930 + check_run: *936 + installation: *929 + enterprise: *928 + organization: *930 + repository: *931 sender: *4 required: - check_run @@ -139707,11 +139753,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *935 - installation: *928 - enterprise: *927 - organization: *929 - repository: *930 + check_run: *936 + installation: *929 + enterprise: *928 + organization: *930 + repository: *931 requested_action: description: The action requested by the user. type: object @@ -140114,11 +140160,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *935 - installation: *928 - enterprise: *927 - organization: *929 - repository: *930 + check_run: *936 + installation: *929 + enterprise: *928 + organization: *930 + repository: *931 sender: *4 required: - check_run @@ -141088,10 +141134,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -141790,10 +141836,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -142486,10 +142532,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -142655,7 +142701,7 @@ x-webhooks: required: - login - id - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -142800,20 +142846,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &936 + commit_oid: &937 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: *927 - installation: *928 - organization: *929 - ref: &937 + enterprise: *928 + installation: *929 + organization: *930 + ref: &938 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: *930 + repository: *931 sender: *4 required: - action @@ -142978,7 +143024,7 @@ x-webhooks: required: - login - id - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -143208,12 +143254,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *936 - enterprise: *927 - installation: *928 - organization: *929 - ref: *937 - repository: *930 + commit_oid: *937 + enterprise: *928 + installation: *929 + organization: *930 + ref: *938 + repository: *931 sender: *4 required: - action @@ -143308,7 +143354,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -143479,12 +143525,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *936 - enterprise: *927 - installation: *928 - organization: *929 - ref: *937 - repository: *930 + commit_oid: *937 + enterprise: *928 + installation: *929 + organization: *930 + ref: *938 + repository: *931 sender: *4 required: - action @@ -143650,7 +143696,7 @@ x-webhooks: required: - login - id - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -143816,12 +143862,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *936 - enterprise: *927 - installation: *928 - organization: *929 - ref: *937 - repository: *930 + commit_oid: *937 + enterprise: *928 + installation: *929 + organization: *930 + ref: *938 + repository: *931 sender: *4 required: - action @@ -143920,7 +143966,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -144095,16 +144141,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 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: *930 + repository: *931 sender: *4 required: - action @@ -144201,7 +144247,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -144341,12 +144387,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *936 - enterprise: *927 - installation: *928 - organization: *929 - ref: *937 - repository: *930 + commit_oid: *937 + enterprise: *928 + installation: *929 + organization: *930 + ref: *938 + repository: *931 sender: *4 required: - action @@ -144512,7 +144558,7 @@ x-webhooks: required: - login - id - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -144657,10 +144703,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -144915,10 +144961,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -144998,18 +145044,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *929 - pusher_type: &938 + organization: *930 + pusher_type: &939 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &939 + ref: &940 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -145019,7 +145065,7 @@ x-webhooks: enum: - tag - branch - repository: *930 + repository: *931 sender: *4 required: - ref @@ -145101,10 +145147,10 @@ x-webhooks: type: string enum: - created - definition: *164 - enterprise: *927 - installation: *928 - organization: *929 + definition: *165 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -145189,9 +145235,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -145268,10 +145314,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *164 - enterprise: *927 - installation: *928 - organization: *929 + definition: *165 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -145348,10 +145394,10 @@ x-webhooks: type: string enum: - updated - definition: *164 - enterprise: *927 - installation: *928 - organization: *929 + definition: *165 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -145428,19 +145474,19 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - repository: *930 - organization: *929 + enterprise: *928 + installation: *929 + repository: *931 + organization: *930 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *163 + items: *164 old_property_values: type: array description: The old custom property values for the repository. - items: *163 + items: *164 required: - action - repository @@ -145516,18 +145562,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 - pusher_type: *938 - ref: *939 + enterprise: *928 + installation: *929 + organization: *930 + pusher_type: *939 + ref: *940 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *930 + repository: *931 sender: *4 required: - ref @@ -145607,11 +145653,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145691,11 +145737,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145776,11 +145822,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145861,11 +145907,11 @@ x-webhooks: type: string enum: - created - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145944,11 +145990,11 @@ x-webhooks: type: string enum: - dismissed - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -146027,11 +146073,11 @@ x-webhooks: type: string enum: - fixed - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -146111,11 +146157,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -146194,11 +146240,11 @@ x-webhooks: type: string enum: - reopened - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -146275,9 +146321,9 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - key: &940 + enterprise: *928 + installation: *929 + key: &941 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -146313,8 +146359,8 @@ x-webhooks: - verified - created_at - read_only - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -146391,11 +146437,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - key: *940 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + key: *941 + organization: *930 + repository: *931 sender: *4 required: - action @@ -146951,12 +146997,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: &946 + workflow: &947 title: Workflow type: object nullable: true @@ -147697,15 +147743,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *941 - required: *942 + properties: *942 + required: *943 nullable: true pull_requests: type: array - items: *770 - repository: *930 - organization: *929 - installation: *928 + items: *771 + repository: *931 + organization: *930 + installation: *929 sender: *4 responses: '200': @@ -147776,7 +147822,7 @@ x-webhooks: type: string enum: - approved - approver: &943 + approver: &944 type: object properties: avatar_url: @@ -147819,11 +147865,11 @@ x-webhooks: type: string comment: type: string - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - reviewers: &944 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + reviewers: &945 type: array items: type: object @@ -147902,7 +147948,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &945 + workflow_job_run: &946 type: object properties: conclusion: @@ -148633,18 +148679,18 @@ x-webhooks: type: string enum: - rejected - approver: *943 + approver: *944 comment: type: string - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - reviewers: *944 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + reviewers: *945 sender: *4 since: type: string - workflow_job_run: *945 + workflow_job_run: *946 workflow_job_runs: type: array items: @@ -149348,13 +149394,13 @@ x-webhooks: type: string enum: - requested - enterprise: *927 + enterprise: *928 environment: type: string - installation: *928 - organization: *929 - repository: *930 - requestor: &956 + installation: *929 + organization: *930 + repository: *931 + requestor: &957 title: User type: object nullable: true @@ -151243,12 +151289,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: *946 + workflow: *947 workflow_run: title: Deployment Workflow Run type: object @@ -151928,7 +151974,7 @@ x-webhooks: type: string enum: - answered - answer: &949 + answer: &950 type: object properties: author_association: @@ -152085,11 +152131,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152216,11 +152262,11 @@ x-webhooks: - from required: - category - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152303,11 +152349,11 @@ x-webhooks: type: string enum: - closed - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152389,7 +152435,7 @@ x-webhooks: type: string enum: - created - comment: &948 + comment: &949 type: object properties: author_association: @@ -152546,11 +152592,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152633,12 +152679,12 @@ x-webhooks: type: string enum: - deleted - comment: *948 - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + comment: *949 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152733,12 +152779,12 @@ x-webhooks: - from required: - body - comment: *948 - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + comment: *949 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152822,11 +152868,11 @@ x-webhooks: type: string enum: - created - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152908,11 +152954,11 @@ x-webhooks: type: string enum: - deleted - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153012,11 +153058,11 @@ x-webhooks: type: string required: - from - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153098,10 +153144,10 @@ x-webhooks: type: string enum: - labeled - discussion: *947 - enterprise: *927 - installation: *928 - label: &950 + discussion: *948 + enterprise: *928 + installation: *929 + label: &951 title: Label type: object properties: @@ -153133,8 +153179,8 @@ x-webhooks: - color - default - description - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153217,11 +153263,11 @@ x-webhooks: type: string enum: - locked - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153303,11 +153349,11 @@ x-webhooks: type: string enum: - pinned - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153389,11 +153435,11 @@ x-webhooks: type: string enum: - reopened - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153478,16 +153524,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *947 - new_repository: *930 + new_discussion: *948 + new_repository: *931 required: - new_discussion - new_repository - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153570,10 +153616,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *947 - old_answer: *949 - organization: *929 - repository: *930 + discussion: *948 + old_answer: *950 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153655,12 +153701,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *947 - enterprise: *927 - installation: *928 - label: *950 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153743,11 +153789,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153829,11 +153875,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153902,7 +153948,7 @@ x-webhooks: required: true content: application/json: - schema: *951 + schema: *952 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153965,7 +154011,7 @@ x-webhooks: required: true content: application/json: - schema: *952 + schema: *953 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154028,7 +154074,7 @@ x-webhooks: required: true content: application/json: - schema: *953 + schema: *954 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154091,7 +154137,7 @@ x-webhooks: required: true content: application/json: - schema: *951 + schema: *952 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154154,7 +154200,7 @@ x-webhooks: required: true content: application/json: - schema: *952 + schema: *953 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154220,7 +154266,7 @@ x-webhooks: required: true content: application/json: - schema: *953 + schema: *954 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154286,7 +154332,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154352,7 +154398,7 @@ x-webhooks: required: true content: application/json: - schema: *951 + schema: *952 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154418,7 +154464,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154484,7 +154530,7 @@ x-webhooks: required: true content: application/json: - schema: *952 + schema: *953 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154549,7 +154595,7 @@ x-webhooks: required: true content: application/json: - schema: *953 + schema: *954 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154614,7 +154660,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154679,7 +154725,7 @@ x-webhooks: required: true content: application/json: - schema: *951 + schema: *952 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154744,7 +154790,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154810,7 +154856,7 @@ x-webhooks: required: true content: application/json: - schema: *952 + schema: *953 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154877,7 +154923,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *927 + enterprise: *928 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -155537,9 +155583,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *928 - organization: *929 - repository: *930 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - forkee @@ -155685,9 +155731,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pages: description: The pages that were updated. type: array @@ -155724,7 +155770,7 @@ x-webhooks: - action - sha - html_url - repository: *930 + repository: *931 sender: *4 required: - pages @@ -155800,10 +155846,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: &957 + organization: *930 + repositories: &958 description: An array of repository objects that the installation can access. type: array @@ -155829,8 +155875,8 @@ x-webhooks: - name - full_name - private - repository: *930 - requester: *956 + repository: *931 + requester: *957 sender: *4 required: - action @@ -155905,11 +155951,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: *957 - repository: *930 + organization: *930 + repositories: *958 + repository: *931 requester: nullable: true sender: *4 @@ -155985,11 +156031,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: *957 - repository: *930 + organization: *930 + repositories: *958 + repository: *931 requester: nullable: true sender: *4 @@ -156065,10 +156111,10 @@ x-webhooks: type: string enum: - added - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories_added: &958 + organization: *930 + repositories_added: &959 description: An array of repository objects, which were added to the installation. type: array @@ -156114,15 +156160,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *930 - repository_selection: &959 + repository: *931 + repository_selection: &960 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *956 + requester: *957 sender: *4 required: - action @@ -156201,10 +156247,10 @@ x-webhooks: type: string enum: - removed - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories_added: *958 + organization: *930 + repositories_added: *959 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -156231,9 +156277,9 @@ x-webhooks: - name - full_name - private - repository: *930 - repository_selection: *959 - requester: *956 + repository: *931 + repository_selection: *960 + requester: *957 sender: *4 required: - action @@ -156312,11 +156358,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: *957 - repository: *930 + organization: *930 + repositories: *958 + repository: *931 requester: nullable: true sender: *4 @@ -156495,10 +156541,10 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 target_type: type: string @@ -156577,11 +156623,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: *957 - repository: *930 + organization: *930 + repositories: *958 + repository: *931 requester: nullable: true sender: *4 @@ -156705,8 +156751,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 reactions: title: Reactions type: object @@ -156848,8 +156894,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -157638,8 +157684,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157655,7 +157701,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -157988,8 +158034,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -158069,7 +158115,7 @@ x-webhooks: type: string enum: - deleted - comment: &960 + comment: &961 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -158249,8 +158295,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159035,8 +159081,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159052,7 +159098,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -159387,8 +159433,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -159468,7 +159514,7 @@ x-webhooks: type: string enum: - edited - changes: &989 + changes: &990 description: The changes to the comment. type: object properties: @@ -159480,9 +159526,9 @@ x-webhooks: type: string required: - from - comment: *960 - enterprise: *927 - installation: *928 + comment: *961 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160270,8 +160316,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160287,7 +160333,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -160620,8 +160666,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -160702,9 +160748,9 @@ x-webhooks: type: string enum: - pinned - comment: *960 - enterprise: *927 - installation: *928 + comment: *961 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161494,8 +161540,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161511,7 +161557,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -161846,8 +161892,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -161927,9 +161973,9 @@ x-webhooks: type: string enum: - unpinned - comment: *960 - enterprise: *927 - installation: *928 + comment: *961 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162719,8 +162765,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162736,7 +162782,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -163071,8 +163117,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -163155,15 +163201,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 + blocked_issue: *235 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - blocking_issue_repo: *80 - installation: *928 - organization: *929 - repository: *930 + blocking_issue: *235 + blocking_issue_repo: *81 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -163246,15 +163292,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 + blocked_issue: *235 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - blocking_issue_repo: *80 - installation: *928 - organization: *929 - repository: *930 + blocking_issue: *235 + blocking_issue_repo: *81 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -163336,15 +163382,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 - blocked_issue_repo: *80 + blocked_issue: *235 + blocked_issue_repo: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - installation: *928 - organization: *929 - repository: *930 + blocking_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -163427,15 +163473,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 - blocked_issue_repo: *80 + blocked_issue: *235 + blocked_issue_repo: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - installation: *928 - organization: *929 - repository: *930 + blocking_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -163515,10 +163561,10 @@ x-webhooks: type: string enum: - assigned - assignee: *956 - enterprise: *927 - installation: *928 - issue: &961 + assignee: *957 + enterprise: *928 + installation: *929 + issue: &962 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -164307,11 +164353,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -164330,7 +164376,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -164431,8 +164477,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -164512,8 +164558,8 @@ x-webhooks: type: string enum: - closed - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -165307,11 +165353,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -165330,7 +165376,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -165566,8 +165612,8 @@ x-webhooks: required: - state - closed_at - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -165646,8 +165692,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -166432,11 +166478,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -166455,7 +166501,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -166555,8 +166601,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -166635,8 +166681,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167443,11 +167489,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -167466,7 +167512,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -167545,7 +167591,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &962 + milestone: &963 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167683,8 +167729,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -167783,8 +167829,8 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168573,11 +168619,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -168593,7 +168639,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *403 + type: *404 title: description: Title of the issue type: string @@ -168697,9 +168743,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *950 - organization: *929 - repository: *930 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -168779,9 +168825,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *927 - installation: *928 - issue: *961 + enterprise: *928 + installation: *929 + issue: *962 issue_field: type: object description: The issue field whose value was set or updated on the @@ -168935,8 +168981,8 @@ x-webhooks: - id required: - from - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -169016,9 +169062,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *927 - installation: *928 - issue: *961 + enterprise: *928 + installation: *929 + issue: *962 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -169099,8 +169145,8 @@ x-webhooks: nullable: true required: - id - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -169180,8 +169226,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169969,11 +170015,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -169989,7 +170035,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *403 + type: *404 title: description: Title of the issue type: string @@ -170093,9 +170139,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *950 - organization: *929 - repository: *930 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -170175,8 +170221,8 @@ x-webhooks: type: string enum: - locked - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170988,11 +171034,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -171008,7 +171054,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *403 + type: *404 title: description: Title of the issue type: string @@ -171089,8 +171135,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -171169,8 +171215,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171976,11 +172022,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -171999,7 +172045,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -172077,9 +172123,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *962 - organization: *929 - repository: *930 + milestone: *963 + organization: *930 + repository: *931 sender: *4 required: - action @@ -172942,8 +172988,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -172974,8 +173020,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true user: title: User @@ -173047,7 +173093,7 @@ x-webhooks: required: - login - id - type: *403 + type: *404 required: - id - number @@ -173527,8 +173573,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -174312,8 +174358,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -174332,7 +174378,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -174345,8 +174391,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true user: title: User @@ -174440,8 +174486,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -174521,9 +174567,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *927 - installation: *928 - issue: &963 + enterprise: *928 + installation: *929 + issue: &964 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -175306,11 +175352,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -175329,7 +175375,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -175429,8 +175475,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -175509,8 +175555,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -176320,11 +176366,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -176421,9 +176467,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *403 - organization: *929 - repository: *930 + type: *404 + organization: *930 + repository: *931 sender: *4 required: - action @@ -177289,11 +177335,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -177312,7 +177358,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -177891,11 +177937,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *927 - installation: *928 - issue: *963 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *964 + organization: *930 + repository: *931 sender: *4 required: - action @@ -177975,12 +178021,12 @@ x-webhooks: type: string enum: - typed - enterprise: *927 - installation: *928 - issue: *961 - type: *403 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *962 + type: *404 + organization: *930 + repository: *931 sender: *4 required: - action @@ -178061,7 +178107,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &992 + assignee: &993 title: User type: object nullable: true @@ -178131,11 +178177,11 @@ x-webhooks: required: - login - id - enterprise: *927 - installation: *928 - issue: *961 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *962 + organization: *930 + repository: *931 sender: *4 required: - action @@ -178214,12 +178260,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *927 - installation: *928 - issue: *961 - label: *950 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *962 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -178299,8 +178345,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -179110,11 +179156,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -179133,7 +179179,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -179211,8 +179257,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179292,11 +179338,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *927 - installation: *928 - issue: *963 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *964 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179375,12 +179421,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *927 - installation: *928 - issue: *961 - type: *403 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *962 + type: *404 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179460,11 +179506,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - label: *950 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179542,11 +179588,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - label: *950 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179656,11 +179702,11 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - label: *950 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179742,9 +179788,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *927 - installation: *928 - marketplace_purchase: &964 + enterprise: *928 + installation: *929 + marketplace_purchase: &965 title: Marketplace Purchase type: object required: @@ -179827,8 +179873,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *929 - previous_marketplace_purchase: &965 + organization: *930 + previous_marketplace_purchase: &966 title: Marketplace Purchase type: object properties: @@ -179908,7 +179954,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *930 + repository: *931 sender: *4 required: - action @@ -179988,10 +180034,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *927 - installation: *928 - marketplace_purchase: *964 - organization: *929 + enterprise: *928 + installation: *929 + marketplace_purchase: *965 + organization: *930 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180074,7 +180120,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *930 + repository: *931 sender: *4 required: - action @@ -180156,10 +180202,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *927 - installation: *928 - marketplace_purchase: *964 - organization: *929 + enterprise: *928 + installation: *929 + marketplace_purchase: *965 + organization: *930 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180241,7 +180287,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *930 + repository: *931 sender: *4 required: - action @@ -180322,8 +180368,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 marketplace_purchase: title: Marketplace Purchase type: object @@ -180405,9 +180451,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *929 - previous_marketplace_purchase: *965 - repository: *930 + organization: *930 + previous_marketplace_purchase: *966 + repository: *931 sender: *4 required: - action @@ -180487,12 +180533,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *927 - installation: *928 - marketplace_purchase: *964 - organization: *929 - previous_marketplace_purchase: *965 - repository: *930 + enterprise: *928 + installation: *929 + marketplace_purchase: *965 + organization: *930 + previous_marketplace_purchase: *966 + repository: *931 sender: *4 required: - action @@ -180594,11 +180640,11 @@ x-webhooks: type: string required: - to - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 sender: *4 required: - action @@ -180698,11 +180744,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 sender: *4 required: - action @@ -180781,11 +180827,11 @@ x-webhooks: type: string enum: - removed - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 sender: *4 required: - action @@ -180863,11 +180909,11 @@ x-webhooks: type: string enum: - added - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 scope: description: The scope of the membership. Currently, can only be `team`. @@ -180943,7 +180989,7 @@ x-webhooks: required: - login - id - team: &966 + team: &967 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -181166,11 +181212,11 @@ x-webhooks: type: string enum: - removed - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181247,7 +181293,7 @@ x-webhooks: required: - login - id - team: *966 + team: *967 required: - action - scope @@ -181329,8 +181375,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *928 - merge_group: &968 + installation: *929 + merge_group: &969 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -181349,15 +181395,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *967 + head_commit: *968 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181443,10 +181489,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *928 - merge_group: *968 - organization: *929 - repository: *930 + installation: *929 + merge_group: *969 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181519,7 +181565,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 + enterprise: *928 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -181628,16 +181674,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *928 - organization: *929 + installation: *929 + organization: *930 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: *969 - required: *970 + properties: *970 + required: *971 nullable: true sender: *4 required: @@ -181718,11 +181764,11 @@ x-webhooks: type: string enum: - closed - enterprise: *927 - installation: *928 - milestone: *962 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + milestone: *963 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181801,9 +181847,9 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - milestone: &971 + enterprise: *928 + installation: *929 + milestone: &972 title: Milestone description: A collection of related issues and pull requests. type: object @@ -181940,8 +181986,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182020,11 +182066,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - milestone: *962 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + milestone: *963 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182134,11 +182180,11 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - milestone: *962 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + milestone: *963 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182218,11 +182264,11 @@ x-webhooks: type: string enum: - opened - enterprise: *927 - installation: *928 - milestone: *971 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + milestone: *972 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182301,11 +182347,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *956 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + blocked_user: *957 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182384,11 +182430,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *956 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + blocked_user: *957 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182463,8 +182509,8 @@ x-webhooks: type: string enum: - created - definition: *159 - enterprise: *927 + definition: *160 + enterprise: *928 sender: *4 required: - action @@ -182544,8 +182590,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 sender: *4 required: - action @@ -182617,9 +182663,9 @@ x-webhooks: type: string enum: - updated - definition: *159 - enterprise: *927 - installation: *928 + definition: *160 + enterprise: *928 + installation: *929 sender: *4 required: - action @@ -182691,18 +182737,18 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 new_property_values: type: array description: The new custom property values. - items: *163 + items: *164 old_property_values: type: array description: The old custom property values. - items: *163 + items: *164 required: - action - organization @@ -182781,9 +182827,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - membership: &972 + enterprise: *928 + installation: *929 + membership: &973 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -182890,8 +182936,8 @@ x-webhooks: - role - organization_url - user - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182969,11 +183015,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *927 - installation: *928 - membership: *972 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + membership: *973 + organization: *930 + repository: *931 sender: *4 required: - action @@ -183052,8 +183098,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -183169,10 +183215,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 - user: *956 + user: *957 required: - action - invitation @@ -183250,11 +183296,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *927 - installation: *928 - membership: *972 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + membership: *973 + organization: *930 + repository: *931 sender: *4 required: - action @@ -183341,11 +183387,11 @@ x-webhooks: properties: from: type: string - enterprise: *927 - installation: *928 - membership: *972 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + membership: *973 + organization: *930 + repository: *931 sender: *4 required: - action @@ -183423,9 +183469,9 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 package: description: Information about the package. type: object @@ -183924,7 +183970,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &973 + items: &974 title: Ruby Gems metadata type: object properties: @@ -184019,7 +184065,7 @@ x-webhooks: - owner - package_version - registry - repository: *930 + repository: *931 sender: *4 required: - action @@ -184096,9 +184142,9 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 package: description: Information about the package. type: object @@ -184451,7 +184497,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *973 + items: *974 source_url: type: string format: uri @@ -184521,7 +184567,7 @@ x-webhooks: - owner - package_version - registry - repository: *930 + repository: *931 sender: *4 required: - action @@ -184697,12 +184743,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *927 + enterprise: *928 id: type: integer - installation: *928 - organization: *929 - repository: *930 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - id @@ -184779,7 +184825,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &974 + personal_access_token_request: &975 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -184925,10 +184971,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *927 - organization: *929 + enterprise: *928 + organization: *930 sender: *4 - installation: *928 + installation: *929 required: - action - personal_access_token_request @@ -185005,11 +185051,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *974 - enterprise: *927 - organization: *929 + personal_access_token_request: *975 + enterprise: *928 + organization: *930 sender: *4 - installation: *928 + installation: *929 required: - action - personal_access_token_request @@ -185085,11 +185131,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *974 - enterprise: *927 - organization: *929 + personal_access_token_request: *975 + enterprise: *928 + organization: *930 sender: *4 - installation: *928 + installation: *929 required: - action - personal_access_token_request @@ -185164,11 +185210,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *974 - organization: *929 - enterprise: *927 + personal_access_token_request: *975 + organization: *930 + enterprise: *928 sender: *4 - installation: *928 + installation: *929 required: - action - personal_access_token_request @@ -185273,7 +185319,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *975 + last_response: *976 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -185305,8 +185351,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 zen: description: Random string of GitHub zen. @@ -185551,10 +185597,10 @@ x-webhooks: - from required: - note - enterprise: *927 - installation: *928 - organization: *929 - project_card: &976 + enterprise: *928 + installation: *929 + organization: *930 + project_card: &977 title: Project Card type: object properties: @@ -185673,7 +185719,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *930 + repository: *931 sender: *4 required: - action @@ -185754,11 +185800,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - project_card: *976 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project_card: *977 + repository: *931 sender: *4 required: - action @@ -185838,9 +185884,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 project_card: title: Project Card type: object @@ -185968,8 +186014,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: *969 - required: *970 + properties: *970 + required: *971 nullable: true sender: *4 required: @@ -186063,11 +186109,11 @@ x-webhooks: - from required: - note - enterprise: *927 - installation: *928 - organization: *929 - project_card: *976 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project_card: *977 + repository: *931 sender: *4 required: - action @@ -186161,9 +186207,9 @@ x-webhooks: - from required: - column_id - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 project_card: allOf: - title: Project Card @@ -186353,7 +186399,7 @@ x-webhooks: type: string required: - after_id - repository: *930 + repository: *931 sender: *4 required: - action @@ -186433,10 +186479,10 @@ x-webhooks: type: string enum: - closed - enterprise: *927 - installation: *928 - organization: *929 - project: &978 + enterprise: *928 + installation: *929 + organization: *930 + project: &979 title: Project type: object properties: @@ -186560,7 +186606,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *930 + repository: *931 sender: *4 required: - action @@ -186640,10 +186686,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - project_column: &977 + enterprise: *928 + installation: *929 + organization: *930 + project_column: &978 title: Project Column type: object properties: @@ -186682,7 +186728,7 @@ x-webhooks: - name - created_at - updated_at - repository: *930 + repository: *931 sender: *4 required: - action @@ -186761,18 +186807,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - project_column: *977 + enterprise: *928 + installation: *929 + organization: *930 + project_column: *978 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: *969 - required: *970 + properties: *970 + required: *971 nullable: true sender: *4 required: @@ -186862,11 +186908,11 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 - project_column: *977 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project_column: *978 + repository: *931 sender: *4 required: - action @@ -186946,11 +186992,11 @@ x-webhooks: type: string enum: - moved - enterprise: *927 - installation: *928 - organization: *929 - project_column: *977 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project_column: *978 + repository: *931 sender: *4 required: - action @@ -187030,11 +187076,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - project: *978 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project: *979 + repository: *931 sender: *4 required: - action @@ -187114,18 +187160,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - project: *978 + enterprise: *928 + installation: *929 + organization: *930 + project: *979 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: *969 - required: *970 + properties: *970 + required: *971 nullable: true sender: *4 required: @@ -187227,11 +187273,11 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 - project: *978 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project: *979 + repository: *931 sender: *4 required: - action @@ -187310,11 +187356,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *927 - installation: *928 - organization: *929 - project: *978 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project: *979 + repository: *931 sender: *4 required: - action @@ -187395,9 +187441,9 @@ x-webhooks: type: string enum: - closed - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -187478,9 +187524,9 @@ x-webhooks: type: string enum: - created - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -187561,9 +187607,9 @@ x-webhooks: type: string enum: - deleted - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -187680,9 +187726,9 @@ x-webhooks: type: string to: type: string - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -187765,7 +187811,7 @@ x-webhooks: type: string enum: - archived - changes: &982 + changes: &983 type: object properties: archived_at: @@ -187779,9 +187825,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *928 - organization: *929 - projects_v2_item: &979 + installation: *929 + organization: *930 + projects_v2_item: &980 title: Projects v2 Item description: An item belonging to a project type: object @@ -187799,7 +187845,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *442 + content_type: *443 creator: *4 created_at: type: string @@ -187916,9 +187962,9 @@ x-webhooks: nullable: true to: type: string - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -188000,9 +188046,9 @@ x-webhooks: type: string enum: - created - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -188083,9 +188129,9 @@ x-webhooks: type: string enum: - deleted - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -188191,7 +188237,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &980 + - &981 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -188213,7 +188259,7 @@ x-webhooks: required: - id - name - - &981 + - &982 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -188247,8 +188293,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *980 - *981 + - *982 required: - field_value - type: object @@ -188264,9 +188310,9 @@ x-webhooks: nullable: true required: - body - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -188361,9 +188407,9 @@ x-webhooks: to: type: string nullable: true - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -188446,10 +188492,10 @@ x-webhooks: type: string enum: - restored - changes: *982 - installation: *928 - organization: *929 - projects_v2_item: *979 + changes: *983 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -188531,9 +188577,9 @@ x-webhooks: type: string enum: - reopened - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -188614,14 +188660,14 @@ x-webhooks: type: string enum: - created - installation: *928 - organization: *929 - projects_v2_status_update: &985 + installation: *929 + organization: *930 + projects_v2_status_update: &986 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *983 - required: *984 + properties: *984 + required: *985 sender: *4 required: - action @@ -188702,9 +188748,9 @@ x-webhooks: type: string enum: - deleted - installation: *928 - organization: *929 - projects_v2_status_update: *985 + installation: *929 + organization: *930 + projects_v2_status_update: *986 sender: *4 required: - action @@ -188840,9 +188886,9 @@ x-webhooks: type: string format: date nullable: true - installation: *928 - organization: *929 - projects_v2_status_update: *985 + installation: *929 + organization: *930 + projects_v2_status_update: *986 sender: *4 required: - action @@ -188913,10 +188959,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - repository @@ -188993,13 +189039,13 @@ x-webhooks: type: string enum: - assigned - assignee: *956 - enterprise: *927 - installation: *928 - number: &986 + assignee: *957 + enterprise: *928 + installation: *929 + number: &987 description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -191178,6 +191224,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -191304,7 +191351,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -191386,11 +191433,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -193562,6 +193609,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -193690,7 +193738,7 @@ x-webhooks: - draft reason: type: string - repository: *930 + repository: *931 sender: *4 required: - action @@ -193772,11 +193820,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -195948,6 +195996,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -196076,7 +196125,7 @@ x-webhooks: - draft reason: type: string - repository: *930 + repository: *931 sender: *4 required: - action @@ -196158,13 +196207,13 @@ x-webhooks: type: string enum: - closed - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: &987 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: &988 allOf: - - *770 + - *771 - type: object properties: allow_auto_merge: @@ -196226,7 +196275,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *930 + repository: *931 sender: *4 required: - action @@ -196307,12 +196356,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -196392,11 +196441,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *927 + enterprise: *928 milestone: *752 - number: *986 - organization: *929 - pull_request: &988 + number: *987 + organization: *930 + pull_request: &989 title: Pull Request type: object properties: @@ -198555,6 +198604,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -198681,7 +198731,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -198760,11 +198810,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -200927,6 +200977,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -201068,7 +201119,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *930 + repository: *931 sender: *4 required: - action @@ -201192,12 +201243,12 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -201277,11 +201328,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -203444,6 +203495,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -203570,7 +203622,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -203650,11 +203702,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *927 - installation: *928 - label: *950 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + label: *951 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -205832,6 +205884,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -205958,7 +206011,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -206039,10 +206092,10 @@ x-webhooks: type: string enum: - locked - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -208218,6 +208271,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -208344,7 +208398,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -208424,12 +208478,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *927 + enterprise: *928 milestone: *752 - number: *986 - organization: *929 - pull_request: *988 - repository: *930 + number: *987 + organization: *930 + pull_request: *989 + repository: *931 sender: *4 required: - action @@ -208508,12 +208562,12 @@ x-webhooks: type: string enum: - opened - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -208594,12 +208648,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -208679,12 +208733,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -209050,9 +209104,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: type: object properties: @@ -211123,6 +211177,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -211244,7 +211299,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *930 + repository: *931 sender: *4 required: - action @@ -211324,7 +211379,7 @@ x-webhooks: type: string enum: - deleted - comment: &990 + comment: &991 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. @@ -211609,9 +211664,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: type: object properties: @@ -213670,6 +213725,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -213791,7 +213847,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *930 + repository: *931 sender: *4 required: - action @@ -213871,11 +213927,11 @@ x-webhooks: type: string enum: - edited - changes: *989 - comment: *990 - enterprise: *927 - installation: *928 - organization: *929 + changes: *990 + comment: *991 + enterprise: *928 + installation: *929 + organization: *930 pull_request: type: object properties: @@ -215937,6 +215993,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -216058,7 +216115,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *930 + repository: *931 sender: *4 required: - action @@ -216139,9 +216196,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -218213,6 +218270,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -218336,7 +218394,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 + repository: *931 review: description: The review that was affected. type: object @@ -218583,9 +218641,9 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -220639,8 +220697,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 - review: &991 + repository: *931 + review: &992 description: The review that was affected. type: object properties: @@ -220873,12 +220931,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -223057,6 +223115,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. @@ -223183,7 +223242,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 requested_reviewer: title: User type: object @@ -223267,12 +223326,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -225458,6 +225517,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. @@ -225584,7 +225644,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225776,12 +225836,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -227961,6 +228021,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. @@ -228088,7 +228149,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 requested_reviewer: title: User type: object @@ -228173,12 +228234,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -230349,6 +230410,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. @@ -230476,7 +230538,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 requested_team: title: Team description: Groups of organization members that gives permissions @@ -230657,9 +230719,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -232733,6 +232795,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -232856,8 +232919,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 - review: *991 + repository: *931 + review: *992 sender: *4 required: - action @@ -232937,9 +233000,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -234908,6 +234971,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -235031,7 +235095,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 + repository: *931 sender: *4 thread: type: object @@ -235418,9 +235482,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -237376,6 +237440,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -237498,7 +237563,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 + repository: *931 sender: *4 thread: type: object @@ -237882,10 +237947,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + stack: *768 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -240063,6 +240129,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -240189,7 +240256,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -240275,10 +240342,10 @@ x-webhooks: type: string before: type: string - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -242445,6 +242512,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -242571,7 +242639,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -242653,11 +242721,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *992 - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + assignee: *993 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -244836,6 +244904,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -244962,7 +245031,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -245041,11 +245110,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *927 - installation: *928 - label: *950 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + label: *951 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -247214,6 +247283,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -247340,7 +247410,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -247421,10 +247491,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -249586,6 +249656,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -249711,7 +249782,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -249911,7 +249982,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *927 + enterprise: *928 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -250003,8 +250074,8 @@ x-webhooks: - url - author - committer - installation: *928 - organization: *929 + installation: *929 + organization: *930 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -250590,9 +250661,9 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 registry_package: type: object properties: @@ -251038,7 +251109,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *973 + items: *974 summary: type: string tag_name: @@ -251092,7 +251163,7 @@ x-webhooks: - owner - package_version - registry - repository: *930 + repository: *931 sender: *4 required: - action @@ -251170,9 +251241,9 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 registry_package: type: object properties: @@ -251480,7 +251551,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *973 + items: *974 summary: type: string tag_name: @@ -251529,7 +251600,7 @@ x-webhooks: - owner - package_version - registry - repository: *930 + repository: *931 sender: *4 required: - action @@ -251606,10 +251677,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - release: &993 + enterprise: *928 + installation: *929 + organization: *930 + release: &994 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -251927,7 +251998,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *930 + repository: *931 sender: *4 required: - action @@ -252004,11 +252075,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - release: *993 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + release: *994 + repository: *931 sender: *4 required: - action @@ -252125,11 +252196,11 @@ x-webhooks: type: boolean required: - to - enterprise: *927 - installation: *928 - organization: *929 - release: *993 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + release: *994 + repository: *931 sender: *4 required: - action @@ -252207,9 +252278,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -252531,7 +252602,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *930 + repository: *931 sender: *4 required: - action @@ -252607,10 +252678,10 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 - release: &994 + enterprise: *928 + installation: *929 + organization: *930 + release: &995 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -252929,7 +253000,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *930 + repository: *931 sender: *4 required: - action @@ -253005,11 +253076,11 @@ x-webhooks: type: string enum: - released - enterprise: *927 - installation: *928 - organization: *929 - release: *993 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + release: *994 + repository: *931 sender: *4 required: - action @@ -253085,11 +253156,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *927 - installation: *928 - organization: *929 - release: *994 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + release: *995 + repository: *931 sender: *4 required: - action @@ -253165,11 +253236,11 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_advisory: *824 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_advisory: *825 sender: *4 required: - action @@ -253245,11 +253316,11 @@ x-webhooks: type: string enum: - reported - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_advisory: *824 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_advisory: *825 sender: *4 required: - action @@ -253325,10 +253396,10 @@ x-webhooks: type: string enum: - archived - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253405,10 +253476,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253486,10 +253557,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253573,10 +253644,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253688,10 +253759,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253763,10 +253834,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 status: type: string @@ -253847,10 +253918,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253927,10 +253998,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254024,10 +254095,10 @@ x-webhooks: - name required: - repository - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254107,11 +254178,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_ruleset: *198 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_ruleset: *199 sender: *4 required: - action @@ -254189,11 +254260,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_ruleset: *198 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_ruleset: *199 sender: *4 required: - action @@ -254271,11 +254342,11 @@ x-webhooks: type: string enum: - edited - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_ruleset: *198 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_ruleset: *199 changes: type: object properties: @@ -254294,16 +254365,16 @@ x-webhooks: properties: added: type: array - items: *169 + items: *170 deleted: type: array - items: *169 + items: *170 updated: type: array items: type: object properties: - condition: *169 + condition: *170 changes: type: object properties: @@ -254336,16 +254407,16 @@ x-webhooks: properties: added: type: array - items: *791 + items: *792 deleted: type: array - items: *791 + items: *792 updated: type: array items: type: object properties: - rule: *791 + rule: *792 changes: type: object properties: @@ -254579,10 +254650,10 @@ x-webhooks: - from required: - owner - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254660,10 +254731,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254741,7 +254812,7 @@ x-webhooks: type: string enum: - create - alert: &995 + alert: &996 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -254863,10 +254934,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255072,10 +255143,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255153,11 +255224,11 @@ x-webhooks: type: string enum: - reopen - alert: *995 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *996 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255356,10 +255427,10 @@ x-webhooks: enum: - fixed - open - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255437,11 +255508,11 @@ x-webhooks: type: string enum: - assigned - alert: &997 + alert: &998 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -255449,8 +255520,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri @@ -255501,6 +255572,14 @@ x-webhooks: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` + covers specific provider patterns and custom patterns; `generic` + covers non-specific patterns and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -255579,12 +255658,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *996 + metadata: *997 assignee: *4 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255662,11 +255741,11 @@ x-webhooks: type: string enum: - created - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255747,11 +255826,11 @@ x-webhooks: type: string enum: - created - alert: *997 - installation: *928 - location: *998 - organization: *929 - repository: *930 + alert: *998 + installation: *929 + location: *999 + organization: *930 + repository: *931 sender: *4 required: - location @@ -255989,11 +256068,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -256070,11 +256149,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -256151,11 +256230,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -256233,11 +256312,11 @@ x-webhooks: type: string enum: - reopened - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -256315,11 +256394,11 @@ x-webhooks: type: string enum: - resolved - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -256397,12 +256476,12 @@ x-webhooks: type: string enum: - unassigned - alert: *997 + alert: *998 assignee: *4 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -256480,11 +256559,11 @@ x-webhooks: type: string enum: - validated - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -256610,10 +256689,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *930 - enterprise: *927 - installation: *928 - organization: *929 + repository: *931 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -256691,11 +256770,11 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - security_advisory: &999 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + security_advisory: &1000 description: The details of the security advisory, including summary, description, and severity. type: object @@ -256711,7 +256790,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *136 + cvss_severities: *137 cwes: type: array items: @@ -256878,11 +256957,11 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - security_advisory: *999 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + security_advisory: *1000 sender: *4 required: - action @@ -256955,10 +257034,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -256975,7 +257054,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *136 + cvss_severities: *137 cwes: type: array items: @@ -257142,11 +257221,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *452 - enterprise: *927 - installation: *928 - organization: *929 - repository: *514 + security_and_analysis: *453 + enterprise: *928 + installation: *929 + organization: *930 + repository: *515 sender: *4 required: - changes @@ -257224,12 +257303,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: &1000 + sponsorship: &1001 type: object properties: created_at: @@ -257530,12 +257609,12 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - sponsorship @@ -257623,12 +257702,12 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - changes @@ -257705,17 +257784,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &1001 + effective_date: &1002 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: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - sponsorship @@ -257789,7 +257868,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &1002 + changes: &1003 type: object properties: tier: @@ -257833,13 +257912,13 @@ x-webhooks: - from required: - tier - effective_date: *1001 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + effective_date: *1002 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - changes @@ -257916,13 +257995,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *1002 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + changes: *1003 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - changes @@ -257996,10 +258075,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -258082,10 +258161,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -258505,15 +258584,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *927 + enterprise: *928 id: description: The unique identifier of the status. type: integer - installation: *928 + installation: *929 name: type: string - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 sha: description: The Commit SHA. @@ -258622,15 +258701,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - parent_issue_repo: *80 + parent_issue: *235 + parent_issue_repo: *81 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - installation: *928 - organization: *929 - repository: *930 + sub_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -258713,15 +258792,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - parent_issue_repo: *80 + parent_issue: *235 + parent_issue_repo: *81 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - installation: *928 - organization: *929 - repository: *930 + sub_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -258804,15 +258883,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - sub_issue_repo: *80 + sub_issue: *235 + sub_issue_repo: *81 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - installation: *928 - organization: *929 - repository: *930 + parent_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -258895,15 +258974,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - sub_issue_repo: *80 + sub_issue: *235 + sub_issue_repo: *81 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - installation: *928 - organization: *929 - repository: *930 + parent_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -258979,12 +259058,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - team: &1003 + team: &1004 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -259207,9 +259286,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -259667,7 +259746,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - team @@ -259743,9 +259822,9 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -260203,7 +260282,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - team @@ -260280,9 +260359,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -260740,7 +260819,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - team @@ -260884,9 +260963,9 @@ x-webhooks: - from required: - permissions - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -261344,7 +261423,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - changes @@ -261422,9 +261501,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -261882,7 +261961,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - team @@ -261958,10 +262037,10 @@ x-webhooks: type: string enum: - started - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -262034,16 +262113,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *927 + enterprise: *928 inputs: type: object nullable: true additionalProperties: true - installation: *928 - organization: *929 + installation: *929 + organization: *930 ref: type: string - repository: *930 + repository: *931 sender: *4 workflow: type: string @@ -262125,10 +262204,10 @@ x-webhooks: type: string enum: - completed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 workflow_job: allOf: @@ -262365,7 +262444,7 @@ x-webhooks: type: string required: - conclusion - deployment: *655 + deployment: *656 required: - action - repository @@ -262444,10 +262523,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 workflow_job: allOf: @@ -262707,7 +262786,7 @@ x-webhooks: required: - status - steps - deployment: *655 + deployment: *656 required: - action - repository @@ -262786,10 +262865,10 @@ x-webhooks: type: string enum: - queued - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 workflow_job: type: object @@ -262924,7 +263003,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *655 + deployment: *656 required: - action - repository @@ -263003,10 +263082,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 workflow_job: type: object @@ -263142,7 +263221,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *655 + deployment: *656 required: - action - repository @@ -263222,12 +263301,12 @@ x-webhooks: type: string enum: - completed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: *946 + workflow: *947 workflow_run: title: Workflow Run type: object @@ -264226,12 +264305,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: *946 + workflow: *947 workflow_run: title: Workflow Run type: object @@ -265215,12 +265294,12 @@ x-webhooks: type: string enum: - requested - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: *946 + workflow: *947 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 058da09228..18d3ac9682 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -16773,6 +16773,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17159,6 +17185,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17325,6 +17377,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17422,6 +17500,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17583,6 +17687,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17826,6 +17956,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -238325,6 +238481,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -247574,6 +247774,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -388969,6 +389213,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -574487,6 +574775,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -578144,6 +578476,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -584669,6 +585045,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -588516,6 +588936,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -599377,6 +599841,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -603124,6 +603632,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -742139,6 +742691,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -799191,6 +799787,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -926083,6 +926723,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1270606,6 +1271290,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1275182,6 +1275910,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1279761,6 +1280533,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1284448,6 +1285264,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1289252,6 +1290112,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1294156,6 +1295060,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1298731,6 +1299679,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1303494,6 +1304486,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1308190,6 +1309226,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1312813,6 +1313893,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1317393,6 +1318517,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1322177,6 +1323345,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1326860,6 +1328072,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1331664,6 +1332920,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1336468,6 +1337768,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1341384,6 +1342728,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1346162,6 +1347550,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1350962,6 +1352394,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1355396,6 +1356872,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1364731,6 +1366251,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1369322,6 +1370886,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1374045,6 +1375653,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1378623,6 +1380275,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1383195,6 +1384891,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1387763,6 +1389503,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1392495,6 +1394279,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1394569,6 +1396397,50 @@ "node_id" ] }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "number": { "description": "The pull request number.", "type": "integer" @@ -1397450,6 +1399322,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1402035,6 +1403951,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1406716,6 +1408676,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1411337,6 +1413341,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1415903,6 +1417951,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1481389,6 +1483481,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1483910,6 +1486010,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1486307,6 +1488415,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1489174,6 +1491290,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1491570,6 +1493694,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1493966,6 +1496098,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1496363,6 +1498503,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1498760,6 +1500908,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1501157,6 +1503313,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1503678,6 +1505842,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index 42396630a6..560a93d28e 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -445,7 +445,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &110 + - &111 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 results before this cursor. For @@ -454,7 +454,7 @@ paths: required: false schema: type: string - - &111 + - &112 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 results after this cursor. For @@ -463,7 +463,7 @@ paths: required: false schema: type: string - - &112 + - &113 name: direction description: The direction to sort the results by. in: query @@ -666,7 +666,7 @@ paths: - vulnerable_version_range - first_patched_version - vulnerable_functions - cvss_severities: &136 + cvss_severities: &137 type: object nullable: true properties: @@ -706,7 +706,7 @@ paths: required: - vector_string - score - epss: &137 + epss: &138 type: object nullable: true readOnly: true @@ -844,7 +844,7 @@ paths: - subscriptions_url - type - url - type: &492 + type: &493 type: string description: The type of credit the user is receiving. enum: @@ -976,7 +976,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &271 + schema: &272 title: Validation Error Simple description: Validation Error Simple type: object @@ -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: - - &826 + - &827 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3650,7 +3650,7 @@ paths: GitHub. type: object nullable: true - properties: &229 + properties: &230 id: description: Unique identifier of the GitHub app example: 37 @@ -3672,7 +3672,7 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: &147 + properties: &148 description: description: A short description of the enterprise. type: string @@ -3714,7 +3714,7 @@ paths: avatar_url: type: string format: uri - required: &148 + required: &149 - id - node_id - name @@ -3783,7 +3783,7 @@ paths: about itself. example: 5 type: integer - required: &230 + required: &231 - id - node_id - owner @@ -4088,7 +4088,7 @@ paths: schema: type: integer default: 30 - - &376 + - &377 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 @@ -4097,7 +4097,7 @@ paths: required: false schema: type: string - - &377 + - &378 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4117,7 +4117,7 @@ paths: application/json: schema: type: array - items: &378 + items: &379 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4197,7 +4197,7 @@ paths: - installation_id - repository_id examples: - default: &379 + default: &380 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4229,7 +4229,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &835 + schema: &836 title: Scim Error description: Scim Error type: object @@ -4256,7 +4256,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &270 + schema: &271 title: Validation Error description: Validation Error type: object @@ -4325,7 +4325,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4439,7 +4439,7 @@ paths: - request - response examples: - default: &381 + default: &382 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4499,7 +4499,7 @@ paths: parameters: - *16 responses: - '202': &39 + '202': &40 description: Accepted content: application/json: @@ -4612,7 +4612,7 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &37 + '304': &38 description: Not modified '401': &25 description: Requires authentication @@ -4640,7 +4640,7 @@ paths: parameters: - *17 - *19 - - &241 + - &242 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -5256,7 +5256,7 @@ paths: suspended_at: suspended_by: headers: - Link: &47 + Link: &48 example: ; rel="next", ; rel="last" schema: @@ -5297,7 +5297,7 @@ paths: application/json: schema: *22 examples: - default: &90 + default: &91 value: id: 1 account: @@ -5447,11 +5447,11 @@ paths: - selected repositories: type: array - items: &80 + items: &81 title: Repository description: A repository on GitHub. type: object - properties: &450 + properties: &451 id: description: Unique identifier of the repository example: 42 @@ -5471,7 +5471,7 @@ paths: title: License Simple description: License Simple type: object - properties: &237 + properties: &238 key: type: string example: mit @@ -5493,7 +5493,7 @@ paths: html_url: type: string format: uri - required: &238 + required: &239 - key - name - url @@ -5887,7 +5887,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &451 + required: &452 - archive_url - assignees_url - blobs_url @@ -6826,7 +6826,7 @@ paths: - node_id - private - default_branch - classroom: &34 + classroom: &35 title: Classroom description: A GitHub Classroom classroom type: object @@ -6938,6 +6938,11 @@ paths: archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': &33 + description: Gone + content: + application/json: + schema: *3 x-github: enabledForGitHubApps: true category: classroom @@ -7023,7 +7028,7 @@ paths: - avatar_url - html_url repository: *32 - assignment: &36 + assignment: &37 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -7112,7 +7117,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &33 + classroom: &34 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -7207,6 +7212,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7314,6 +7320,7 @@ paths: points_available: 15 group_name: monalisa-and-friends '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7346,7 +7353,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -7354,6 +7361,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7377,7 +7385,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/classroom/classroom#closing-down---get-a-classroom parameters: - - &35 + - &36 name: classroom_id description: The unique identifier of the classroom. in: path @@ -7389,7 +7397,7 @@ paths: description: Response content: application/json: - schema: *34 + schema: *35 examples: default: value: @@ -7405,6 +7413,7 @@ paths: avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7428,7 +7437,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/classroom/classroom#closing-down---list-assignments-for-a-classroom parameters: - - *35 + - *36 - *19 - *17 responses: @@ -7438,7 +7447,7 @@ paths: application/json: schema: type: array - items: *36 + items: *37 examples: default: value: @@ -7464,6 +7473,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7489,7 +7499,7 @@ paths: application/json: schema: type: array - items: &38 + items: &39 title: Code Of Conduct description: Code Of Conduct type: object @@ -7572,7 +7582,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7599,7 +7609,7 @@ paths: description: Response content: application/json: - schema: *38 + schema: *39 examples: default: value: @@ -7654,7 +7664,7 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7714,9 +7724,9 @@ paths: - ghu_1234567890abcdef1234567890abcdef12345678 - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: - '202': *39 + '202': *40 '422': *7 - '500': &40 + '500': &41 description: Internal Error content: application/json: @@ -9625,7 +9635,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9986,7 +9996,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise parameters: - - &41 + - &42 name: enterprise description: The slug version of the enterprise name. in: path @@ -9998,7 +10008,7 @@ paths: description: Response content: application/json: - schema: &42 + schema: &43 type: object title: Enterprise Access Restrictions description: Information about the enterprise access restrictions @@ -10026,7 +10036,7 @@ paths: header_value: '12345' '400': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10044,13 +10054,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *42 + schema: *43 examples: default: value: @@ -10059,7 +10069,7 @@ paths: header_value: '12345' '400': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10080,13 +10090,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &43 + schema: &44 title: Actions cache retention limit for an enterprise description: GitHub Actions cache retention policy for an enterprise. type: object @@ -10098,7 +10108,7 @@ paths: type: integer example: 14 examples: - default: &44 + default: &45 value: max_cache_retention_days: 80 '403': *29 @@ -10122,14 +10132,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -10156,13 +10166,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &45 + schema: &46 title: Actions cache storage limit for an enterprise description: GitHub Actions cache storage policy for an enterprise. type: object @@ -10174,7 +10184,7 @@ paths: type: integer example: 10 examples: - default: &46 + default: &47 value: max_cache_size_gb: 150 '403': *29 @@ -10198,14 +10208,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: *45 + schema: *46 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -10232,13 +10242,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &272 + schema: &273 type: object properties: total_active_caches_count: @@ -10253,12 +10263,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &273 + default: &274 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10278,7 +10288,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-github-hosted-runners-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -10296,7 +10306,7 @@ paths: type: integer runners: type: array - items: &48 + items: &49 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -10350,7 +10360,7 @@ paths: - display_name - source nullable: true - machine_size_details: &56 + machine_size_details: &57 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -10446,7 +10456,7 @@ paths: - public_ip_enabled - platform examples: - default: &274 + default: &275 value: total_count: 2 runners: @@ -10488,7 +10498,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10506,7 +10516,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -10584,9 +10594,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: &57 + default: &58 value: id: 5 name: My hosted ubuntu runner @@ -10627,7 +10637,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-custom-images-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -10643,7 +10653,7 @@ paths: type: integer images: type: array - items: &49 + items: &50 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -10694,7 +10704,7 @@ paths: - latest_version - state examples: - default: &51 + default: &52 value: total_count: 2 image_versions: @@ -10726,8 +10736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-enterprise-custom-image-definition-for-github-actions-hosted-runners parameters: - - *41 - - &50 + - *42 + - &51 name: image_definition_id description: Image definition ID of custom image in: path @@ -10739,9 +10749,9 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: &275 + default: &276 value: id: 1 platform: linux-x64 @@ -10769,8 +10779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-custom-image-from-the-enterprise parameters: - - *41 - - *50 + - *42 + - *51 responses: '204': description: Response @@ -10793,8 +10803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-enterprise parameters: - - *50 - - *41 + - *51 + - *42 responses: '200': description: Response @@ -10810,7 +10820,7 @@ paths: type: integer image_versions: type: array - items: &52 + items: &53 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -10843,7 +10853,7 @@ paths: - created_on - state_details examples: - default: *51 + default: *52 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10864,9 +10874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-image-version-of-an-enterprise-custom-image-for-github-actions-hosted-runners parameters: - - *41 - - *50 - - &53 + - *42 + - *51 + - &54 name: version description: Version of a custom image in: path @@ -10879,9 +10889,9 @@ paths: description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: &276 + default: &277 value: version: 1.0.0 size_gb: 75 @@ -10905,9 +10915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-enterprise parameters: - - *41 - - *50 - - *53 + - *42 + - *51 + - *54 responses: '204': description: Response @@ -10928,7 +10938,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -10944,7 +10954,7 @@ paths: type: integer images: type: array - items: &54 + items: &55 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -10980,7 +10990,7 @@ paths: - display_name - source examples: - default: &55 + default: &56 value: id: ubuntu-20.04 platform: linux-x64 @@ -11004,7 +11014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11020,9 +11030,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11039,13 +11049,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &277 + schema: &278 type: object properties: public_ips: @@ -11070,7 +11080,7 @@ paths: required: - public_ips examples: - default: &278 + default: &279 value: public_ips: current_usage: 17 @@ -11092,7 +11102,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11108,9 +11118,9 @@ paths: type: integer machine_specs: type: array - items: *56 + items: *57 examples: - default: &279 + default: &280 value: id: 4-core cpu_cores: 4 @@ -11133,7 +11143,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11177,8 +11187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - &58 + - *42 + - &59 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -11190,11 +11200,11 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11212,8 +11222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - *58 + - *42 + - *59 requestBody: required: true content: @@ -11279,9 +11289,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -11297,16 +11307,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - *58 + - *42 + - *59 responses: '202': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11326,7 +11336,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#set-the-github-actions-oidc-custom-issuer-policy-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11365,7 +11375,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -11373,7 +11383,7 @@ paths: application/json: schema: type: array - items: &59 + items: &60 title: Actions OIDC Custom Property Inclusion description: An OIDC custom property inclusion for repository properties type: object @@ -11420,12 +11430,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &280 + schema: &281 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -11437,7 +11447,7 @@ paths: required: - custom_property_name examples: - default: &60 + default: &61 value: custom_property_name: environment responses: @@ -11445,9 +11455,9 @@ paths: description: OIDC custom property inclusion created content: application/json: - schema: *59 + schema: *60 examples: - default: *60 + default: *61 '400': description: Invalid input '403': *29 @@ -11472,7 +11482,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *41 + - *42 - name: custom_property_name in: path required: true @@ -11506,7 +11516,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-github-actions-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11515,7 +11525,7 @@ paths: schema: type: object properties: - enabled_organizations: &61 + enabled_organizations: &62 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -11528,7 +11538,7 @@ paths: description: The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`. - allowed_actions: &62 + allowed_actions: &63 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -11536,12 +11546,12 @@ paths: - all - local_only - selected - selected_actions_url: &282 + selected_actions_url: &283 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` is set to `selected`. - sha_pinning_required: &63 + sha_pinning_required: &64 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -11572,7 +11582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-github-actions-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11583,9 +11593,9 @@ paths: schema: type: object properties: - enabled_organizations: *61 - allowed_actions: *62 - sha_pinning_required: *63 + enabled_organizations: *62 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled_organizations examples: @@ -11610,13 +11620,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &284 + schema: &285 type: object properties: days: @@ -11634,7 +11644,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &836 + '401': &837 description: Authorization failure '404': *6 x-github: @@ -11652,7 +11662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Successfully updated the artifact and log retention settings @@ -11662,7 +11672,7 @@ paths: required: true content: application/json: - schema: &285 + schema: &286 type: object properties: days: @@ -11691,13 +11701,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &64 + schema: &65 type: object properties: approval_policy: @@ -11711,7 +11721,7 @@ paths: required: - approval_policy examples: - default: &286 + default: &287 value: approval_policy: first_time_contributors '404': *6 @@ -11730,7 +11740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11740,7 +11750,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -11763,13 +11773,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &287 + schema: &288 type: object required: - run_workflows_from_fork_pull_requests @@ -11795,7 +11805,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &65 + default: &66 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -11818,12 +11828,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &288 + schema: &289 type: object required: - run_workflows_from_fork_pull_requests @@ -11846,7 +11856,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -11871,7 +11881,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -11886,11 +11896,11 @@ paths: type: number organizations: type: array - items: &75 + items: &76 title: Organization Simple description: A GitHub organization. type: object - properties: &123 + properties: &124 login: type: string example: github @@ -11931,7 +11941,7 @@ paths: type: string example: A great organization nullable: true - required: &124 + required: &125 - login - url - id @@ -11948,7 +11958,7 @@ paths: - total_count - organizations examples: - default: &76 + default: &77 value: total_count: 1 organizations: @@ -11982,7 +11992,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12026,8 +12036,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *41 - - &66 + - *42 + - &67 name: org_id description: The unique identifier of the organization. in: path @@ -12055,8 +12065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *41 - - *66 + - *42 + - *67 responses: '204': description: Response @@ -12079,13 +12089,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &67 + schema: &68 type: object properties: github_owned_allowed: @@ -12106,7 +12116,7 @@ paths: items: type: string examples: - default: &68 + default: &69 value: github_owned_allowed: true verified_allowed: false @@ -12131,7 +12141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12139,9 +12149,9 @@ paths: required: true content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12159,7 +12169,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-self-hosted-runners-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -12195,7 +12205,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-self-hosted-runners-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12240,23 +12250,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Success response content: application/json: - schema: &291 + schema: &292 type: object properties: - default_workflow_permissions: &69 + default_workflow_permissions: &70 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &70 + can_approve_pull_request_reviews: &71 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -12264,7 +12274,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &71 + default: &72 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -12289,18 +12299,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-default-workflow-permissions-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &292 + schema: &293 type: object properties: - default_workflow_permissions: *69 - can_approve_pull_request_reviews: *70 + default_workflow_permissions: *70 + can_approve_pull_request_reviews: *71 examples: - default: *71 + default: *72 responses: '204': description: Success response @@ -12323,7 +12333,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 - name: visible_to_organization @@ -12345,7 +12355,7 @@ paths: type: number runner_groups: type: array - items: &72 + items: &73 type: object properties: id: @@ -12453,7 +12463,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -12524,9 +12534,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: &73 + default: &74 value: id: 2 name: octo-runner-group @@ -12560,8 +12570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 - - &74 + - *42 + - &75 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -12573,9 +12583,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12594,8 +12604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: false content: @@ -12647,7 +12657,7 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: default: value: @@ -12682,8 +12692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 responses: '204': description: Response @@ -12706,8 +12716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 - *17 - *19 responses: @@ -12722,12 +12732,12 @@ paths: type: number organizations: type: array - items: *75 + items: *76 required: - total_count - organizations examples: - default: *76 + default: *77 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12746,8 +12756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: true content: @@ -12792,9 +12802,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 - - *66 + - *42 + - *75 + - *67 responses: '204': description: Response @@ -12816,9 +12826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 - - *66 + - *42 + - *75 + - *67 responses: '204': description: Response @@ -12841,8 +12851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 - *17 - *19 responses: @@ -12857,7 +12867,7 @@ paths: type: number runners: type: array - items: &78 + items: &79 title: Self hosted runners description: A self hosted runner type: object @@ -12886,7 +12896,7 @@ paths: type: boolean labels: type: array - items: &82 + items: &83 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -12926,7 +12936,7 @@ paths: - total_count - runners examples: - default: &79 + default: &80 value: total_count: 2 runners: @@ -12968,7 +12978,7 @@ paths: name: no-gpu type: custom headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12987,8 +12997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: true content: @@ -13032,9 +13042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - - *41 - - *74 - - &77 + - *42 + - *75 + - &78 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -13062,9 +13072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - - *41 - - *74 - - *77 + - *42 + - *75 + - *78 responses: '204': description: Response @@ -13092,7 +13102,7 @@ paths: in: query schema: type: string - - *41 + - *42 - *17 - *19 responses: @@ -13107,11 +13117,11 @@ paths: type: number runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -13131,7 +13141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-runner-applications-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -13139,7 +13149,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Runner Application description: Runner Application type: object @@ -13164,7 +13174,7 @@ paths: - download_url - filename examples: - default: &297 + default: &298 value: - os: osx architecture: x64 @@ -13205,7 +13215,7 @@ 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-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -13248,7 +13258,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &298 + '201': &299 description: Response content: application/json: @@ -13258,7 +13268,7 @@ paths: - runner - encoded_jit_config properties: - runner: *78 + runner: *79 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -13287,7 +13297,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &121 + '409': &122 description: Conflict content: application/json: @@ -13319,13 +13329,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-registration-token-for-an-enterprise parameters: - - *41 + - *42 responses: '201': description: Response content: application/json: - schema: &81 + schema: &82 title: Authentication Token description: Authentication Token type: object @@ -13347,7 +13357,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *80 + items: *81 single_file: type: string example: config.yaml @@ -13363,7 +13373,7 @@ paths: - token - expires_at examples: - default: &299 + default: &300 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -13395,15 +13405,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-remove-token-for-an-enterprise parameters: - - *41 + - *42 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: &300 + default: &301 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -13426,16 +13436,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: &301 + default: &302 value: id: 23 name: MBP @@ -13475,8 +13485,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: '204': description: Response @@ -13500,10 +13510,10 @@ 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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: - '200': &83 + '200': &84 description: Response content: application/json: @@ -13517,7 +13527,7 @@ paths: type: integer labels: type: array - items: *82 + items: *83 examples: default: value: @@ -13554,8 +13564,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 requestBody: required: true content: @@ -13579,7 +13589,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13601,8 +13611,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 requestBody: required: true content: @@ -13627,7 +13637,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13649,10 +13659,10 @@ 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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: - '200': &302 + '200': &303 description: Response content: application/json: @@ -13666,7 +13676,7 @@ paths: type: integer labels: type: array - items: *82 + items: *83 examples: default: value: @@ -13706,9 +13716,9 @@ 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-an-enterprise parameters: - - *41 - - *77 - - &303 + - *42 + - *78 + - &304 name: name description: The name of a self-hosted runner's custom label. in: path @@ -13716,7 +13726,7 @@ paths: schema: type: string responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13735,26 +13745,26 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/enterprises#get-announcement-banner-for-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &88 + schema: &89 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &84 + announcement: &85 type: string description: The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." example: Very **important** announcement about _something_. nullable: true - expires_at: &85 + expires_at: &86 type: string format: date-time description: 'The time at which the announcement expires. This @@ -13764,7 +13774,7 @@ paths: it to an empty string.' example: '"2021-01-01T00:00:00.000-07:00"' nullable: true - user_dismissible: &86 + user_dismissible: &87 type: boolean description: Whether an announcement can be dismissed by the user. example: false @@ -13775,7 +13785,7 @@ paths: - expires_at - user_dismissible examples: - default: &87 + default: &88 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -13799,28 +13809,28 @@ paths: required: true content: application/json: - schema: &317 + schema: &318 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *84 - expires_at: *85 - user_dismissible: *86 + announcement: *85 + expires_at: *86 + user_dismissible: *87 required: - announcement examples: - default: *87 + default: *88 parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -13836,7 +13846,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/enterprises#remove-announcement-banner-from-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -13859,7 +13869,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-enterprise-owned-organizations-that-can-have-github-apps-installed parameters: - - *41 + - *42 - *17 - *19 responses: @@ -13915,8 +13925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - - *41 - - &89 + - *42 + - &90 name: org description: The organization name. The name is not case sensitive. in: path @@ -13933,7 +13943,7 @@ paths: application/json: schema: type: array - items: &91 + items: &92 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -13983,8 +13993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 - *17 - *19 responses: @@ -14078,8 +14088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 responses: '200': description: A GitHub App installation that was installed previously. @@ -14087,14 +14097,14 @@ paths: application/json: schema: *22 examples: - default: *90 + default: *91 '201': description: A GitHub App installation. content: application/json: schema: *22 examples: - default: *90 + default: *91 requestBody: required: true content: @@ -14161,8 +14171,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '204': @@ -14189,8 +14199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 - *17 - *19 @@ -14202,7 +14212,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14230,8 +14240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories parameters: - - *41 - - *89 + - *42 + - *90 - *23 requestBody: required: true @@ -14271,7 +14281,7 @@ paths: application/json: schema: *22 examples: - default: *90 + default: *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -14291,8 +14301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '200': @@ -14302,7 +14312,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14352,8 +14362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '200': @@ -14363,7 +14373,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14432,7 +14442,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#get-the-audit-log-for-an-enterprise parameters: - - *41 + - *42 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise#searching-the-audit-log). @@ -14440,7 +14450,7 @@ paths: required: false schema: type: string - - &320 + - &321 name: include description: |- The event types to include: @@ -14458,7 +14468,7 @@ paths: - web - git - all - - &131 + - &132 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. @@ -14466,7 +14476,7 @@ paths: required: false schema: type: string - - &132 + - &133 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. @@ -14474,7 +14484,7 @@ paths: required: false schema: type: string - - &133 + - &134 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -14496,7 +14506,7 @@ paths: application/json: schema: type: array - items: &321 + items: &322 type: object properties: "@timestamp": @@ -14618,7 +14628,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &322 + default: &323 value: - "@timestamp": 1606929874512 action: team.add_member @@ -14661,7 +14671,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#get-the-audit-log-stream-key-for-encrypting-secrets parameters: - - *41 + - *42 responses: '200': description: The stream key for the audit log streaming configuration was @@ -14705,7 +14715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#list-audit-log-stream-configurations-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: OK @@ -14771,7 +14781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#create-an-audit-log-streaming-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -14797,7 +14807,7 @@ paths: vendor_specific: type: object oneOf: - - &95 + - &96 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -14816,7 +14826,7 @@ paths: - key_id - encrypted_sas_url - container - - &96 + - &97 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -14835,7 +14845,7 @@ paths: - name - encrypted_connstring - key_id - - &97 + - &98 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -14863,7 +14873,7 @@ paths: - bucket - key_id - region - - &98 + - &99 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -14897,7 +14907,7 @@ paths: - encrypted_secret_key - key_id - region - - &99 + - &100 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -14925,7 +14935,7 @@ paths: - key_id - port - ssl_verify - - &100 + - &101 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -14957,7 +14967,7 @@ paths: - key_id - port - ssl_verify - - &101 + - &102 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -14975,7 +14985,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &102 + - &103 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -15006,7 +15016,7 @@ paths: - stream_type - vendor_specific examples: - default: &103 + default: &104 value: enabled: false stream_type: Azure Event Hubs @@ -15020,7 +15030,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &92 + schema: &93 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -15051,7 +15061,7 @@ paths: - created_at - updated_at examples: - default: &93 + default: &94 value: id: 1 stream_type: Splunk @@ -15079,8 +15089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#list-one-audit-log-streaming-configuration-via-a-stream-id parameters: - - *41 - - &94 + - *42 + - &95 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -15092,9 +15102,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *92 + schema: *93 examples: - default: *93 + default: *94 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -15113,8 +15123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - - *41 - - *94 + - *42 + - *95 requestBody: required: true content: @@ -15140,7 +15150,6 @@ paths: vendor_specific: type: object oneOf: - - *95 - *96 - *97 - *98 @@ -15148,20 +15157,21 @@ paths: - *100 - *101 - *102 + - *103 required: - enabled - stream_type - vendor_specific examples: - default: *103 + default: *104 responses: '200': description: Successful update content: application/json: - schema: *92 + schema: *93 examples: - default: *93 + default: *94 '422': description: Validation error content: @@ -15191,8 +15201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#delete-an-audit-log-streaming-configuration-for-an-enterprise parameters: - - *41 - - *94 + - *42 + - *95 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -15218,14 +15228,14 @@ paths: category: enterprise-admin subcategory: bypass-requests parameters: - - *41 - - &104 + - *42 + - &105 name: organization_name description: The name of the organization to filter on. in: query schema: type: string - - &105 + - &106 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -15233,7 +15243,7 @@ paths: required: false schema: type: string - - &106 + - &107 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -15241,7 +15251,7 @@ paths: required: false schema: type: string - - &107 + - &108 name: time_period description: |- The time period to filter by. @@ -15257,7 +15267,7 @@ paths: - week - month default: day - - &108 + - &109 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -15284,7 +15294,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -15401,7 +15411,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: &109 + items: &110 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -15445,7 +15455,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &324 + default: &325 value: - id: 21 number: 42 @@ -15514,7 +15524,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/enterprises/{enterprise}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an enterprise @@ -15535,12 +15545,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *41 - - *104 + - *42 - *105 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -15550,7 +15560,7 @@ paths: application/json: schema: type: array - items: &326 + items: &327 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -15664,7 +15674,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: *109 + items: *110 url: type: string format: uri @@ -15675,7 +15685,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &327 + default: &328 value: - id: 21 number: 42 @@ -15742,7 +15752,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/secret-scanning/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -15759,18 +15769,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - - *41 - - &332 + - *42 + - &333 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`, but not both. in: query required: false - schema: &113 + schema: &114 type: string description: The name of the tool used to generate the code scanning analysis. - - &333 + - &334 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 @@ -15778,22 +15788,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &114 + schema: &115 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *110 - *111 + - *112 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &334 + schema: &335 type: string description: State of a code scanning alert. enum: @@ -15826,42 +15836,42 @@ paths: application/json: schema: type: array - items: &335 + items: &336 type: object properties: - number: &134 + number: &135 type: integer description: The security alert number. readOnly: true - created_at: &141 + created_at: &142 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &142 + updated_at: &143 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &139 + url: &140 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &140 + html_url: &141 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &582 + instances_url: &583 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &115 + state: &116 type: string description: State of a code scanning alert. nullable: true @@ -15869,7 +15879,7 @@ paths: - open - dismissed - fixed - fixed_at: &144 + fixed_at: &145 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15883,14 +15893,14 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &143 + dismissed_at: &144 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissed_reason: &583 + dismissed_reason: &584 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -15899,13 +15909,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &584 + dismissed_comment: &585 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &585 + rule: &586 type: object properties: id: @@ -15958,42 +15968,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &586 + tool: &587 type: object properties: - name: *113 + name: *114 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *114 - most_recent_instance: &587 + guid: *115 + most_recent_instance: &588 type: object properties: - ref: &580 + ref: &581 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &597 + analysis_key: &598 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: &598 + environment: &599 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: &599 + category: &600 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *115 + state: *116 commit_sha: type: string message: @@ -16007,7 +16017,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: &600 + location: &601 type: object description: Describe a region within a file for the alert. properties: @@ -16028,7 +16038,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: &601 + items: &602 type: string description: A classification of the file. For example to identify it as generated. @@ -16038,11 +16048,11 @@ paths: - generated - test - library - repository: &122 + repository: &123 title: Simple Repository description: A GitHub repository. type: object - properties: &145 + properties: &146 id: type: integer format: int64 @@ -16269,7 +16279,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &146 + required: &147 - archive_url - assignees_url - blobs_url @@ -16341,7 +16351,7 @@ paths: - most_recent_instance - repository examples: - default: &336 + default: &337 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -16570,9 +16580,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *47 + Link: *48 '404': *6 - '503': &203 + '503': &204 description: Service unavailable content: application/json: @@ -16607,7 +16617,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-code-security-configurations-for-an-enterprise parameters: - - *41 + - *42 - name: per_page in: query description: The number of results per page (max 100). For more information, @@ -16616,8 +16626,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 responses: '200': description: Response @@ -16625,7 +16635,7 @@ paths: application/json: schema: type: array - items: &116 + items: &117 type: object description: A code security configuration properties: @@ -16945,7 +16955,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#create-a-code-security-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -17023,7 +17033,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &120 + code_scanning_options: &121 type: object description: Security Configuration feature options for code scanning nullable: true @@ -17040,7 +17050,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &119 + code_scanning_default_setup_options: &120 type: object description: Feature options for code scanning default setup nullable: true @@ -17164,9 +17174,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *116 + schema: *117 examples: - default: &117 + default: &118 value: id: 1325 target_type: enterprise @@ -17218,13 +17228,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-default-code-security-configurations-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &338 + schema: &339 type: array description: A list of default code security configurations items: @@ -17238,9 +17248,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *116 + configuration: *117 examples: - default: &339 + default: &340 value: - default_for_new_repos: public configuration: @@ -17323,8 +17333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - - *41 - - &118 + - *42 + - &119 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -17336,10 +17346,10 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *117 - '304': *37 + default: *118 + '304': *38 '403': *29 '404': *6 x-github: @@ -17362,8 +17372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17442,8 +17452,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *119 - code_scanning_options: *120 + code_scanning_default_setup_options: *120 + code_scanning_options: *121 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -17539,13 +17549,13 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *117 - '304': *37 + default: *118 + '304': *38 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17568,15 +17578,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 responses: - '204': &130 + '204': &131 description: A header with no content is returned. '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17600,8 +17610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17625,10 +17635,10 @@ paths: value: scope: all responses: - '202': *39 + '202': *40 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17652,8 +17662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17693,12 +17703,12 @@ paths: - none - private_and_internal - public - configuration: *116 + configuration: *117 examples: default: value: default_for_new_repos: all - configuration: &337 + configuration: &338 value: id: 1325 target_type: organization @@ -17759,8 +17769,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - - *41 - - *118 + - *42 + - *119 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -17769,8 +17779,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -17788,7 +17798,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 type: object description: Repositories associated with a code security configuration and attachment status @@ -17806,13 +17816,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *122 + repository: *123 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &341 + repository: &342 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -17906,7 +17916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#get-code-security-and-analysis-features-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -18004,7 +18014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#update-code-security-and-analysis-features-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: false content: @@ -18088,7 +18098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#list-enterprise-consumed-licenses parameters: - - *41 + - *42 - *17 - *19 responses: @@ -18220,7 +18230,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18253,7 +18263,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-enterprise parameters: - - *41 + - *42 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -18277,7 +18287,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &154 + items: &155 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -18294,14 +18304,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *123 - required: *124 + properties: *124 + required: *125 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &328 + - &329 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -18387,7 +18397,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &416 + properties: &417 id: description: Unique identifier of the team type: integer @@ -18459,7 +18469,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &417 + required: &418 - id - node_id - url @@ -18485,7 +18495,7 @@ paths: - slug - parent - type - - &153 + - &154 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -18603,7 +18613,7 @@ paths: - created_at additionalProperties: false examples: - default: &155 + default: &156 value: total_seats: 2 seats: @@ -18673,8 +18683,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18704,7 +18714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-enterprise-teams-to-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -18746,7 +18756,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18780,7 +18790,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-enterprise-teams-from-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -18835,7 +18845,7 @@ paths: response: value: message: Status for delete command - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18870,7 +18880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -18911,7 +18921,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18946,7 +18956,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -18988,7 +18998,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19027,7 +19037,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: OK @@ -19049,7 +19059,7 @@ paths: - "/__tests__/**" octo-org/octo-repo: - "/src/some-dir/kernel.rs" - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19082,7 +19092,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-enterprise parameters: - - *41 + - *42 requestBody: description: The content exclusion rules to set required: true @@ -19136,11 +19146,11 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '413': &348 + '413': &349 description: Payload Too Large content: application/json: @@ -19169,7 +19179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#get-custom-agents-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -19213,7 +19223,7 @@ paths: summary: Response when no source repository configured value: custom_agents: - '500': *40 + '500': *41 '401': *25 '403': *29 '404': @@ -19256,7 +19266,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#get-the-source-organization-for-custom-agents-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -19335,7 +19345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#set-the-source-organization-for-custom-agents-in-an-enterprise parameters: - - *41 + - *42 requestBody: description: The source organization configuration required: true @@ -19438,7 +19448,7 @@ paths: id: 456 name: ".github-private" full_name: my-org/.github-private - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19495,7 +19505,7 @@ paths: category: copilot subcategory: copilot-custom-agents parameters: - - *41 + - *42 responses: '204': description: No Content - The custom agents source was successfully removed. @@ -19528,8 +19538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day parameters: - - *41 - - &125 + - *42 + - &126 name: day description: The day to request data for, in `YYYY-MM-DD` format. in: query @@ -19543,7 +19553,7 @@ paths: description: Response content: application/json: - schema: &126 + schema: &127 type: object title: Copilot Metrics 1 Day Report description: Links to download the Copilot usage metrics report for @@ -19564,13 +19574,13 @@ paths: - download_links - report_day examples: - default: &127 + default: &128 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_day: '2025-07-01' - '500': *40 + '500': *41 '403': *29 '404': *6 x-github: @@ -19596,13 +19606,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &128 + schema: &129 type: object title: Copilot Metrics 28 Day Report description: Links to download the latest Copilot usage metrics report @@ -19630,14 +19640,14 @@ paths: - report_start_day - report_end_day examples: - default: &129 + default: &130 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_start_day: '2025-07-01' report_end_day: '2025-07-28' - '500': *40 + '500': *41 '403': *29 '404': *6 x-github: @@ -19663,17 +19673,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-user-teams-report-for-a-specific-day parameters: - - *41 - - *125 + - *42 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '500': *40 + default: *128 + '500': *41 '403': *29 '404': *6 x-github: @@ -19699,17 +19709,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day parameters: - - *41 - - *125 + - *42 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '500': *40 + default: *128 + '500': *41 '403': *29 '404': *6 x-github: @@ -19735,16 +19745,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -19772,7 +19782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-the-coding-agent-policy-for-an-enterprise parameters: - - *41 + - *42 requestBody: description: The coding agent policy configuration required: true @@ -19799,7 +19809,7 @@ paths: value: policy_state: enabled_for_all_orgs responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -19826,7 +19836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#add-organizations-to-the-enterprise-coding-agent-policy parameters: - - *41 + - *42 requestBody: description: The organizations to enable Copilot cloud agent for required: true @@ -19875,7 +19885,7 @@ paths: - engineering - security responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -19901,7 +19911,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#remove-organizations-from-the-enterprise-coding-agent-policy parameters: - - *41 + - *42 requestBody: description: The organizations to disable Copilot cloud agent for required: true @@ -19951,7 +19961,7 @@ paths: - engineering - security responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -19978,7 +19988,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-usage-records-for-an-enterprise parameters: - - *41 + - *42 - name: phrase description: 'A search phrase to filter usage records. Supported qualifiers: `type` (request/response), `user_id`, `created`.' @@ -19994,9 +20004,9 @@ paths: schema: type: integer default: 25 - - *131 - *132 - *133 + - *134 responses: '200': description: Response @@ -20050,7 +20060,7 @@ paths: body: '{"choices":[{"message":{"content":"Hi there!"}}]}' "@timestamp": 1719600000500 headers: - Link: *47 + Link: *48 '400': *14 '422': *15 '403': *29 @@ -20088,7 +20098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-all-credential-authorizations-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: false content: @@ -20184,8 +20194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-credential-authorizations-for-a-user-in-an-enterprise parameters: - - *41 - - &151 + - *42 + - &152 name: username description: The handle for the GitHub user account. in: path @@ -20295,8 +20305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *41 - - &353 + - *42 + - &354 name: classification in: query description: |- @@ -20305,7 +20315,7 @@ paths: Can be: `malware`, `general` schema: type: string - - &354 + - &355 name: state in: query description: |- @@ -20314,7 +20324,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &355 + - &356 name: severity in: query description: |- @@ -20323,7 +20333,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &356 + - &357 name: ecosystem in: query description: |- @@ -20332,14 +20342,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &357 + - &358 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &358 + - &359 name: epss_percentage in: query description: |- @@ -20351,7 +20361,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 - - &644 + - &645 name: has in: query description: |- @@ -20365,7 +20375,7 @@ paths: type: string enum: - patch - - &359 + - &360 name: assignee in: query description: |- @@ -20374,7 +20384,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &360 + - &361 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -20384,7 +20394,7 @@ paths: enum: - development - runtime - - &361 + - &362 name: sort in: query description: |- @@ -20399,9 +20409,9 @@ paths: - updated - epss_percentage default: created - - *112 - - *110 + - *113 - *111 + - *112 - *17 responses: '200': @@ -20410,11 +20420,11 @@ paths: application/json: schema: type: array - items: &362 + items: &363 type: object description: A Dependabot alert. properties: - number: *134 + number: *135 state: type: string description: The state of the Dependabot alert. @@ -20429,7 +20439,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &135 + package: &136 type: object description: Details for the vulnerable package. readOnly: true @@ -20474,7 +20484,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &645 + security_advisory: &646 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20504,13 +20514,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &138 + items: &139 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *135 + package: *136 severity: type: string description: The severity of the vulnerability. @@ -20562,8 +20572,8 @@ paths: enum: - general - malware - cvss_severities: *136 - epss: *137 + cvss_severities: *137 + epss: *138 cwes: type: array description: Details for the advisory pertaining to Common @@ -20661,12 +20671,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *138 - url: *139 - html_url: *140 - created_at: *141 - updated_at: *142 - dismissed_at: *143 + security_vulnerability: *139 + url: *140 + html_url: *141 + created_at: *142 + updated_at: *143 + dismissed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -20690,15 +20700,15 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *144 - auto_dismissed_at: &646 + fixed_at: *145 + auto_dismissed_at: &647 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: &647 + dismissal_request: &648 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20741,7 +20751,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *122 + repository: *123 required: - number - state @@ -20760,7 +20770,7 @@ paths: - repository additionalProperties: false examples: - default: &363 + default: &364 value: - number: 2 state: dismissed @@ -21098,7 +21108,7 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *37 + '304': *38 '403': *29 '404': *6 '422': *7 @@ -21122,7 +21132,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-enterprise parameters: - - *41 + - *42 - name: page in: query description: The page number of results to fetch. @@ -21145,7 +21155,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -21166,12 +21176,12 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *145 - required: *146 + properties: *146 + required: *147 nullable: true additionalProperties: false examples: - default: &365 + default: &366 value: default_level: public accessible_repositories: @@ -21271,7 +21281,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -21335,7 +21345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot-in-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -21388,12 +21398,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *41 - - *104 + - *42 - *105 - *106 - *107 - - &367 + - *108 + - &368 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -21419,7 +21429,7 @@ paths: application/json: schema: type: array - items: &369 + items: &370 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -21529,7 +21539,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *109 + items: *110 url: type: string format: uri @@ -21540,7 +21550,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &370 + default: &371 value: - id: 21 number: 42 @@ -21605,7 +21615,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *29 - '500': *40 + '500': *41 "/enterprises/{enterprise}/enterprise-roles": get: summary: Get all enterprise roles for an enterprise @@ -21625,7 +21635,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-all-enterprise-roles-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response - list of enterprise roles @@ -21641,7 +21651,7 @@ paths: roles: type: array description: The list of enterprise roles available to the enterprise. - items: &152 + items: &153 title: Enterprise Role description: Enterprise custom roles type: object @@ -21675,8 +21685,8 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: *147 - required: *148 + properties: *148 + required: *149 nullable: true created_at: description: The date and time the role was created. @@ -21768,8 +21778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-team parameters: - - *41 - - &149 + - *42 + - &150 name: team_slug description: The slug of the enterprise team name. in: path @@ -21811,9 +21821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-a-team parameters: - - *41 - - *149 - - &150 + - *42 + - *150 + - &151 name: role_id description: The unique identifier of the role. in: path @@ -21854,9 +21864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-an-enterprise-role-from-a-team parameters: - - *41 - - *149 + - *42 - *150 + - *151 responses: '204': description: Response @@ -21889,8 +21899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-user parameters: - - *41 - - *151 + - *42 + - *152 responses: '204': description: Response @@ -21923,9 +21933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-an-enterprise-user parameters: - - *41 + - *42 + - *152 - *151 - - *150 responses: '204': description: Response @@ -21957,9 +21967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-enterprise-user-role-assignment parameters: - - *41 + - *42 + - *152 - *151 - - *150 responses: '204': description: Response @@ -21992,14 +22002,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 responses: '200': description: Response content: application/json: - schema: *152 + schema: *153 examples: default: value: @@ -22052,8 +22062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-teams-that-are-assigned-to-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 - *17 - *19 responses: @@ -22063,9 +22073,9 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: - default: &220 + default: &221 value: - id: 1 name: Justice League @@ -22103,8 +22113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-users-that-are-assigned-to-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 - *17 - *19 responses: @@ -22136,7 +22146,7 @@ paths: description: Enterprise Team the user has gotten the role through type: array - items: *153 + items: *154 examples: default: value: @@ -22198,7 +22208,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -22229,7 +22239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/security-advisories#sync-innersource-vulnerabilities-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -22452,7 +22462,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/security-advisories#get-innersource-vulnerability-sync-status-for-an-enterprise parameters: - - *41 + - *42 - name: job_id in: path required: true @@ -22611,7 +22621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-an-enterprise-installation-for-the-authenticated-app parameters: - - *41 + - *42 responses: '200': description: Response @@ -22619,7 +22629,7 @@ paths: application/json: schema: *22 examples: - default: &393 + default: &394 value: id: 1 account: @@ -22687,7 +22697,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#get-a-license-sync-status parameters: - - *41 + - *42 responses: '200': description: License Sync Status Response @@ -22759,8 +22769,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - - *41 - - *151 + - *42 + - *152 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -22776,10 +22786,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *154 + items: *155 examples: - default: *155 - '500': *40 + default: *156 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -22803,7 +22813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#list-hosted-compute-network-configurations-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -22821,7 +22831,7 @@ paths: type: integer network_configurations: type: array - items: &156 + items: &157 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -22873,7 +22883,7 @@ paths: - name - created_on examples: - default: &497 + default: &498 value: total_count: 2 network_configurations: @@ -22892,7 +22902,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -22909,7 +22919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#create-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -22965,9 +22975,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: &157 + default: &158 value: id: 123456789ABCDEF name: My network configuration @@ -22993,8 +23003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 - - &158 + - *42 + - &159 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -23006,11 +23016,11 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23027,8 +23037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 - - *158 + - *42 + - *159 requestBody: required: true content: @@ -23081,9 +23091,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23100,8 +23110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - - *41 - - *158 + - *42 + - *159 responses: '204': description: Response @@ -23123,8 +23133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - - *41 - - &498 + - *42 + - &499 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -23136,7 +23146,7 @@ paths: description: Response content: application/json: - schema: &499 + schema: &500 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -23170,7 +23180,7 @@ paths: - subnet_id - region examples: - default: &500 + default: &501 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -23178,7 +23188,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23201,7 +23211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#get-organization-custom-properties-schema-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -23209,7 +23219,7 @@ paths: application/json: schema: type: array - items: &159 + items: &160 title: Custom Property for Organization description: Custom property defined for an organization allOf: @@ -23277,7 +23287,7 @@ paths: - property_name - value_type examples: - default: &160 + default: &161 value: - property_name: environment url: https://api.github.com/enterprises/github/org-properties/schema/environment @@ -23325,7 +23335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-organization-custom-property-definitions-on-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23337,7 +23347,7 @@ paths: type: array description: The array of organization custom properties to create or update. - items: *159 + items: *160 minItems: 1 maxItems: 100 required: @@ -23370,9 +23380,9 @@ paths: application/json: schema: type: array - items: *159 + items: *160 examples: - default: *160 + default: *161 '403': *29 '404': *6 '422': *7 @@ -23398,8 +23408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#get-an-organization-custom-property-definition-from-an-enterprise parameters: - - *41 - - &161 + - *42 + - &162 name: custom_property_name description: The custom property name in: path @@ -23411,9 +23421,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: &162 + default: &163 value: property_name: environment url: https://api.github.com/enterprises/github/org-properties/schema/environment @@ -23449,8 +23459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-an-organization-custom-property-definition-on-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 requestBody: required: true content: @@ -23519,9 +23529,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *162 + default: *163 '403': *29 '404': *6 '422': *7 @@ -23546,10 +23556,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#remove-an-organization-custom-property-definition-from-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 '422': *7 @@ -23575,7 +23585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#list-custom-property-values-for-organizations-in-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -23598,7 +23608,7 @@ paths: example: Hello-World properties: type: array - items: &163 + items: &164 title: Custom Property Value description: Custom property name and associated value type: object @@ -23635,7 +23645,7 @@ paths: - property_name: team value: octocat headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -23661,7 +23671,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-custom-property-values-for-organizations-in-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23681,7 +23691,7 @@ paths: type: array description: List of custom property names and associated values to apply to the organizations. - items: *163 + items: *164 required: - organization_logins - properties @@ -23723,7 +23733,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -23731,7 +23741,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -23799,7 +23809,7 @@ paths: - property_name - value_type examples: - default: &165 + default: &166 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -23846,7 +23856,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23857,7 +23867,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *164 + items: *165 minItems: 1 maxItems: 100 required: @@ -23887,9 +23897,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -23911,17 +23921,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - - *41 - - *89 - - *161 + - *42 + - *90 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: &166 + default: &167 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -23953,16 +23963,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -23983,13 +23993,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 requestBody: required: true content: application/json: - schema: &449 + schema: &450 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24055,9 +24065,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -24078,10 +24088,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 x-github: @@ -24100,7 +24110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#create-an-enterprise-repository-ruleset parameters: - - *41 + - *42 requestBody: description: Request body required: true @@ -24121,7 +24131,7 @@ paths: - push - repository default: branch - enforcement: &175 + enforcement: &176 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -24134,7 +24144,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &176 + items: &177 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -24177,7 +24187,7 @@ paths: - pull_request - exempt default: always - conditions: &200 + conditions: &201 title: Enterprise ruleset conditions type: object description: |- @@ -24190,7 +24200,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &167 + - &168 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -24216,7 +24226,7 @@ paths: type: string required: - organization_name - - &170 + - &171 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -24245,7 +24255,7 @@ paths: is prevented. required: - repository_name - - &169 + - &170 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -24273,8 +24283,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *167 - - &172 + - *168 + - &173 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -24287,7 +24297,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &168 + items: &169 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -24318,16 +24328,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *168 + items: *169 required: - repository_property - - *169 + - *170 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &171 + - &172 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -24344,22 +24354,22 @@ paths: type: integer required: - organization_id + - *171 - *170 - - *169 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *171 - *172 - - *169 + - *173 + - *170 - type: object title: organization_property_and_repository_name description: Conditions to target organizations by property and all repositories allOf: - - &174 + - &175 title: Repository ruleset conditions for organization properties type: object description: Parameters for a organization property condition @@ -24372,7 +24382,7 @@ paths: description: The organization properties and values to include. All of these properties must match for the condition to pass. - items: &173 + items: &174 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a organization @@ -24396,28 +24406,28 @@ paths: description: The organization properties and values to exclude. The condition will not pass if any of these properties match. - items: *173 + items: *174 required: - organization_property + - *171 - *170 - - *169 - type: object title: organization_property_and_repository_property description: Conditions to target organizations by property and repositories by property allOf: - - *174 - - *172 - - *169 + - *175 + - *173 + - *170 rules: type: array description: An array of rules within the ruleset. - items: &201 + items: &202 title: Repository Rule type: object description: A repository rule. oneOf: - - &177 + - &178 title: creation description: Only allow users with bypass permission to create matching refs. @@ -24429,7 +24439,7 @@ paths: type: string enum: - creation - - &178 + - &179 title: update description: Only allow users with bypass permission to update matching refs. @@ -24450,7 +24460,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &179 + - &180 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -24462,7 +24472,7 @@ paths: type: string enum: - deletion - - &180 + - &181 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -24474,7 +24484,7 @@ paths: type: string enum: - required_linear_history - - &181 + - &182 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -24498,7 +24508,7 @@ paths: type: string required: - required_deployment_environments - - &182 + - &183 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -24510,7 +24520,7 @@ paths: type: string enum: - required_signatures - - &183 + - &184 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -24650,7 +24660,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &184 + - &185 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -24697,7 +24707,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &185 + - &186 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -24709,7 +24719,7 @@ paths: type: string enum: - non_fast_forward - - &186 + - &187 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -24746,7 +24756,7 @@ paths: required: - operator - pattern - - &187 + - &188 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -24783,7 +24793,7 @@ paths: required: - operator - pattern - - &188 + - &189 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -24820,7 +24830,7 @@ paths: required: - operator - pattern - - &189 + - &190 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -24857,7 +24867,7 @@ paths: required: - operator - pattern - - &190 + - &191 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -24894,7 +24904,7 @@ paths: required: - operator - pattern - - &194 + - &195 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -24918,7 +24928,7 @@ paths: type: string required: - restricted_file_paths - - &195 + - &196 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -24942,7 +24952,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &196 + - &197 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -24965,7 +24975,7 @@ paths: type: string required: - restricted_file_extensions - - &197 + - &198 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -24989,7 +24999,7 @@ paths: maximum: 100 required: - max_file_size - - &191 + - &192 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -25038,7 +25048,7 @@ paths: - repository_id required: - workflows - - &192 + - &193 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -25098,7 +25108,7 @@ paths: - tool required: - code_scanning_tools - - &193 + - &194 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code review @@ -25148,7 +25158,7 @@ paths: description: Response content: application/json: - schema: &198 + schema: &199 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -25183,11 +25193,11 @@ paths: source: type: string description: The name of the source - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 + items: *177 current_user_can_bypass: type: string description: |- @@ -25219,8 +25229,8 @@ paths: conditions: nullable: true anyOf: - - *169 - - &455 + - *170 + - &456 title: Organization ruleset conditions type: object description: |- @@ -25234,14 +25244,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *169 - *170 + - *171 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *169 + - *170 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -25263,20 +25273,20 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *169 - - *172 + - *170 + - *173 rules: type: array - items: &791 + items: &792 title: Repository Rule type: object description: A repository rule. oneOf: - - *177 - *178 - *179 - *180 - - &788 + - *181 + - &789 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25354,7 +25364,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *181 - *182 - *183 - *184 @@ -25367,7 +25376,8 @@ paths: - *191 - *192 - *193 - - &789 + - *194 + - &790 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -25379,10 +25389,10 @@ paths: type: string enum: - license_compliance_scanning - - *194 - *195 - *196 - *197 + - *198 created_at: type: string format: date-time @@ -25390,7 +25400,7 @@ paths: type: string format: date-time examples: - default: &199 + default: &200 value: id: 21 name: super cool ruleset @@ -25416,7 +25426,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25437,7 +25447,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25449,11 +25459,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *199 + default: *200 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25469,7 +25479,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#update-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25495,16 +25505,16 @@ paths: - tag - push - repository - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *200 + items: *177 + conditions: *201 rules: description: An array of rules within the ruleset. type: array - items: *201 + items: *202 examples: default: value: @@ -25528,11 +25538,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *199 + default: *200 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25548,7 +25558,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#delete-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25559,7 +25569,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25576,7 +25586,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-enterprise-ruleset-history parameters: - - *41 + - *42 - *17 - *19 - name: ruleset_id @@ -25592,7 +25602,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Ruleset version type: object description: The historical version of a ruleset @@ -25616,7 +25626,7 @@ paths: type: string format: date-time examples: - default: &458 + default: &459 value: - version_id: 3 actor: @@ -25634,7 +25644,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -25651,7 +25661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-enterprise-ruleset-version parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25669,9 +25679,9 @@ paths: description: Response content: application/json: - schema: &459 + schema: &460 allOf: - - *202 + - *203 - type: object required: - state @@ -25704,7 +25714,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -25723,8 +25733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *41 - - &460 + - *42 + - &461 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -25735,7 +25745,7 @@ paths: enum: - open - resolved - - &461 + - &462 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -25745,7 +25755,7 @@ paths: required: false schema: type: string - - &462 + - &463 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -25756,7 +25766,7 @@ paths: required: false schema: type: string - - &463 + - &464 name: exclude_providers in: query description: |- @@ -25767,7 +25777,7 @@ paths: required: false schema: type: string - - &464 + - &465 name: providers in: query description: |- @@ -25778,7 +25788,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -25787,7 +25797,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -25806,7 +25816,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &467 + - &468 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. @@ -25818,11 +25828,11 @@ paths: - created - updated default: created - - *112 + - *113 - *17 - - *110 - *111 - - &468 + - *112 + - &469 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -25831,7 +25841,7 @@ paths: required: false schema: type: string - - &469 + - &470 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -25840,7 +25850,7 @@ paths: schema: type: boolean default: false - - &470 + - &471 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -25849,7 +25859,7 @@ paths: schema: type: boolean default: false - - &471 + - &472 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -25858,7 +25868,7 @@ paths: schema: type: boolean default: false - - &472 + - &473 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -25869,7 +25879,7 @@ paths: required: false schema: type: boolean - - &473 + - &474 name: included_metadata in: query description: |- @@ -25880,7 +25890,7 @@ paths: required: false schema: type: string - - &474 + - &475 name: owner_email_hash in: query description: |- @@ -25899,11 +25909,11 @@ paths: application/json: schema: type: array - items: &475 + items: &476 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -25911,21 +25921,21 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &804 + state: &805 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: &805 + resolution: &806 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25969,7 +25979,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *122 + repository: *123 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -26042,8 +26052,8 @@ paths: pull request. ' - oneOf: &806 - - &808 + oneOf: &807 + - &809 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26101,7 +26111,7 @@ paths: - blob_url - commit_sha - commit_url - - &809 + - &810 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. @@ -26156,7 +26166,7 @@ paths: - page_url - commit_sha - commit_url - - &810 + - &811 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26176,7 +26186,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &811 + - &812 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26196,7 +26206,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &812 + - &813 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26216,7 +26226,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &813 + - &814 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26230,7 +26240,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &814 + - &815 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26244,7 +26254,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &815 + - &816 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26258,7 +26268,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &816 + - &817 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. @@ -26278,7 +26288,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &817 + - &818 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. @@ -26298,7 +26308,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &818 + - &819 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. @@ -26318,7 +26328,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &819 + - &820 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. @@ -26338,7 +26348,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &820 + - &821 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. @@ -26386,7 +26396,7 @@ paths: required: *21 nullable: true examples: - default: &476 + default: &477 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26562,9 +26572,9 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -26589,8 +26599,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 - - &477 + - *42 + - &478 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -26601,7 +26611,7 @@ paths: enum: - published - unpublished - - &478 + - &479 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -26612,7 +26622,7 @@ paths: enum: - enabled - disabled - - &479 + - &480 name: sort description: The property to sort the results by. in: query @@ -26624,7 +26634,7 @@ paths: - updated - name default: created - - *112 + - *113 - *19 - *17 responses: @@ -26634,7 +26644,7 @@ paths: application/json: schema: type: array - items: &204 + items: &205 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -26682,7 +26692,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &205 + custom_pattern_version: &206 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -26706,7 +26716,7 @@ paths: - state - push_protection_enabled examples: - default: &480 + default: &481 value: - id: 1 name: Example Custom Pattern @@ -26735,7 +26745,7 @@ paths: created_at: '2024-01-16T14:20:00Z' updated_at: '2024-01-17T09:15:00Z' headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -26756,7 +26766,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 requestBody: required: true content: @@ -26769,7 +26779,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &481 + items: &482 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -26806,7 +26816,7 @@ paths: items: type: string examples: - default: &482 + default: &483 value: patterns: - name: Example Custom Pattern @@ -26830,9 +26840,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: &483 + default: &484 value: created_patterns: - id: 1 @@ -26884,7 +26894,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &484 + items: &485 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -26927,7 +26937,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 requestBody: required: true content: @@ -26941,7 +26951,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &485 + items: &486 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -26951,7 +26961,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *205 + custom_pattern_version: *206 post_delete_action: type: string description: |- @@ -26964,7 +26974,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &486 + default: &487 value: patterns: - pattern_id: 2 @@ -26975,7 +26985,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &206 + '412': &207 description: Precondition Failed content: application/json: @@ -26999,7 +27009,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 - name: pattern_id in: path required: true @@ -27010,7 +27020,7 @@ paths: required: true content: application/json: - schema: &487 + schema: &488 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`, @@ -27049,9 +27059,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *205 + custom_pattern_version: *206 examples: - default: &488 + default: &489 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -27066,9 +27076,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: &489 + default: &490 value: id: 1 name: Example Custom Pattern @@ -27088,7 +27098,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/enterprises/{enterprise}/secret-scanning/pattern-configurations": get: @@ -27109,23 +27119,23 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &490 + schema: &491 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &207 + items: &208 type: object properties: token_type: @@ -27191,9 +27201,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *207 + items: *208 examples: - default: &491 + default: &492 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -27240,7 +27250,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *41 + - *42 requestBody: required: true content: @@ -27248,7 +27258,7 @@ paths: schema: type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -27274,7 +27284,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *205 + custom_pattern_version: *206 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -27310,7 +27320,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 "/enterprises/{enterprise}/settings/billing/advanced-security": get: @@ -27328,8 +27338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - - *41 - - &494 + - *42 + - &495 name: advanced_security_product in: query description: | @@ -27349,7 +27359,7 @@ paths: description: Success content: application/json: - schema: &495 + schema: &496 type: object properties: total_advanced_security_committers: @@ -27404,7 +27414,7 @@ paths: required: - repositories examples: - default: &496 + default: &497 value: total_advanced_security_committers: 2 total_count: 2 @@ -27445,8 +27455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-ai-credit-usage-report-for-an-enterprise parameters: - - *41 - - &211 + - *42 + - &212 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -27455,7 +27465,7 @@ paths: required: false schema: type: integer - - &212 + - &213 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -27464,7 +27474,7 @@ paths: required: false schema: type: integer - - &213 + - &214 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -27473,7 +27483,7 @@ paths: required: false schema: type: integer - - &214 + - &215 name: organization description: The organization name to query usage for. The name is not case sensitive. @@ -27481,21 +27491,21 @@ paths: required: false schema: type: string - - &215 + - &216 name: user description: The user name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &216 + - &217 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &217 + - &218 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -27633,8 +27643,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -27653,7 +27663,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-all-budgets parameters: - - *41 + - *42 - name: page description: The page number of results to fetch. in: query @@ -27907,7 +27917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#create-a-budget parameters: - - *41 + - *42 requestBody: required: true content: @@ -28141,8 +28151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-a-budget-by-id parameters: - - *41 - - &208 + - *42 + - &209 name: budget_id description: The ID corresponding to the budget. in: path @@ -28246,8 +28256,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28519,8 +28529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#delete-a-budget parameters: - - *41 - - *208 + - *42 + - *209 responses: '200': description: Response when deleting a budget @@ -28546,8 +28556,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28565,8 +28575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-user-states-for-a-multi-user-budget parameters: - - *41 - - *208 + - *42 + - *209 - name: page description: The page number of results to fetch. in: query @@ -28660,8 +28670,8 @@ paths: total_count: 2 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28678,7 +28688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#get-all-cost-centers-for-an-enterprise parameters: - - *41 + - *42 - name: state in: query description: Set to `active` or `deleted` to only list cost centers in a specific @@ -28790,8 +28800,8 @@ paths: ai_credit_pool_enabled: false '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28808,7 +28818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#create-a-new-cost-center parameters: - - *41 + - *42 requestBody: required: true content: @@ -28965,8 +28975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#get-a-cost-center-by-id parameters: - - *41 - - &210 + - *42 + - &211 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -29043,7 +29053,7 @@ paths: - name - resources examples: - default: &209 + default: &210 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -29060,8 +29070,8 @@ paths: current_amount: 7250.5 '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29181,14 +29191,14 @@ paths: - name - resources examples: - update-cost-center: *209 - update-cost-center-with-cap: *209 + update-cost-center: *210 + update-cost-center-with-cap: *210 '400': *14 '403': *29 '404': *6 - '409': *121 - '500': *40 - '503': *203 + '409': *122 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29205,8 +29215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#delete-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 responses: '200': description: Response when deleting a cost center @@ -29244,8 +29254,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29265,8 +29275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#add-resources-to-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 requestBody: required: true content: @@ -29344,9 +29354,9 @@ paths: previous_cost_center: old-cost-center '400': *14 '403': *29 - '409': *121 - '500': *40 - '503': *203 + '409': *122 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29365,8 +29375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#remove-resources-from-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 requestBody: required: true content: @@ -29417,8 +29427,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29438,14 +29448,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-premium-request-usage-report-for-an-enterprise parameters: - - *41 - - *211 + - *42 - *212 - *213 - *214 - *215 - *216 - *217 + - *218 - name: cost_center_id description: The ID corresponding to a cost center. An ID of 'none' will target usage not associated to any cost center. @@ -29577,8 +29587,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29596,7 +29606,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#list-usage-report-exports parameters: - - *41 + - *42 responses: '200': description: List of usage report exports @@ -29608,7 +29618,7 @@ paths: usage_report_exports: type: array description: List of usage report exports - items: &218 + items: &219 type: object properties: id: @@ -29698,8 +29708,8 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29717,7 +29727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#create-a-usage-report-export parameters: - - *41 + - *42 requestBody: required: true content: @@ -29763,9 +29773,9 @@ paths: description: Report export request accepted content: application/json: - schema: *218 + schema: *219 examples: - usage-report-export: &219 + usage-report-export: &220 value: id: a1b2c3d4-e5f6-7890-abcd-ef1234567890 report_type: detailed @@ -29780,8 +29790,8 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29799,7 +29809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#get-a-usage-report-export parameters: - - *41 + - *42 - name: report_id description: The unique identifier (UUID) for the usage report export. in: path @@ -29812,14 +29822,14 @@ paths: description: Usage report export details content: application/json: - schema: *218 + schema: *219 examples: - usage-report-export: *219 + usage-report-export: *220 '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29839,8 +29849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-usage-report-for-an-enterprise parameters: - - *41 - - *211 + - *42 + - *212 - 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 @@ -29849,7 +29859,7 @@ paths: required: false schema: type: integer - - *213 + - *214 - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -29931,8 +29941,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29952,18 +29962,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-usage-summary-for-an-enterprise parameters: - - *41 - - *211 + - *42 - *212 - *213 - *214 + - *215 - name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *217 + - *218 - name: sku description: The SKU to query for usage. in: query @@ -30095,8 +30105,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -30113,7 +30123,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#list-enterprise-teams parameters: - - *41 + - *42 - *17 - *19 responses: @@ -30123,11 +30133,11 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: - default: *220 + default: *221 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -30145,7 +30155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#create-an-enterprise-team parameters: - - *41 + - *42 requestBody: required: true content: @@ -30212,9 +30222,9 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: &225 + default: &226 value: id: 1 name: Justice League @@ -30242,8 +30252,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - - *41 - - &221 + - *42 + - &222 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -30262,7 +30272,7 @@ paths: type: array items: *4 examples: - default: &222 + default: &223 value: - login: octocat id: 1 @@ -30283,7 +30293,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30300,8 +30310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30332,7 +30342,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30349,8 +30359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30381,7 +30391,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30398,9 +30408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '200': description: User is a member of the enterprise team. @@ -30408,7 +30418,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &223 + exampleKey1: &224 value: login: octocat id: 1 @@ -30443,9 +30453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '201': description: Successfully added team member @@ -30453,7 +30463,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *223 + exampleKey1: *224 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30470,9 +30480,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '204': description: Response @@ -30493,8 +30503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 - *17 - *19 responses: @@ -30504,9 +30514,9 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: &224 + default: &225 value: login: github id: 1 @@ -30536,8 +30546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30565,9 +30575,9 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: &265 + default: &266 value: - login: github id: 1 @@ -30597,8 +30607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30638,17 +30648,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '200': description: The team is assigned to the organization content: application/json: - schema: *75 + schema: *76 examples: - default: *224 + default: *225 '404': description: The team is not assigned to the organization x-github: @@ -30666,17 +30676,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *75 + schema: *76 examples: - default: *224 + default: *225 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30692,9 +30702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -30717,8 +30727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - - *41 - - &226 + - *42 + - &227 name: team_slug description: The slug of the team name. in: path @@ -30730,11 +30740,11 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *225 + default: *226 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -30751,8 +30761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - - *41 - - *226 + - *42 + - *227 requestBody: required: true content: @@ -30817,11 +30827,11 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *225 + default: *226 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -30841,8 +30851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - - *41 - - *226 + - *42 + - *227 responses: '204': description: Response @@ -30894,7 +30904,7 @@ paths: type: integer visual_studio_subscriptions: type: array - items: &227 + items: &228 title: Visual Studio Subscription Assignment description: Visual Studio Subscription Assignment type: object @@ -30980,7 +30990,7 @@ paths: description: Response content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -31023,7 +31033,7 @@ paths: description: Response content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -31057,7 +31067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#enable-or-disable-a-security-feature parameters: - - *41 + - *42 - name: security_product in: path description: The security feature to enable or disable. @@ -31127,7 +31137,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Event description: Event type: object @@ -31137,7 +31147,7 @@ paths: type: type: string nullable: true - actor: &228 + actor: &229 title: Actor description: Actor type: object @@ -31177,7 +31187,7 @@ paths: - id - name - url - org: *228 + org: *229 payload: oneOf: - title: CreateEvent @@ -31223,7 +31233,7 @@ paths: properties: action: type: string - discussion: &947 + discussion: &948 title: Discussion description: A Discussion in a repository. type: object @@ -31510,7 +31520,7 @@ paths: - id labels: type: array - items: &233 + items: &234 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -31585,7 +31595,7 @@ paths: properties: action: type: string - issue: &234 + issue: &235 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -31696,7 +31706,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &438 + properties: &439 url: type: string format: uri @@ -31766,7 +31776,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &439 + required: &440 - closed_issues - creator - description @@ -31845,7 +31855,7 @@ paths: timeline_url: type: string format: uri - type: &403 + type: &404 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -31897,7 +31907,7 @@ paths: - node_id - name - description - repository: *80 + repository: *81 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -31908,9 +31918,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - author_association: &231 + properties: *230 + required: *231 + author_association: &232 title: author_association type: string example: OWNER @@ -31925,7 +31935,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &232 + reactions: &233 title: Reaction Rollup type: object properties: @@ -31961,7 +31971,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &863 + sub_issues_summary: &864 title: Sub-issues Summary type: object properties: @@ -31986,7 +31996,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &235 + properties: &236 id: description: Unique identifier of the issue comment example: 42 @@ -32029,7 +32039,7 @@ paths: issue_url: type: string format: uri - author_association: *231 + author_association: *232 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -32040,9 +32050,9 @@ paths: class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - reactions: *232 + properties: *230 + required: *231 + reactions: *233 pin: title: Pinned Issue Comment description: Context around who pinned an issue @@ -32078,7 +32088,7 @@ paths: required: &735 - reason nullable: true - required: &236 + required: &237 - id - node_id - html_url @@ -32088,7 +32098,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &864 + issue_dependencies_summary: &865 title: Issue Dependencies Summary type: object properties: @@ -32223,10 +32233,10 @@ paths: assignees: type: array items: *4 - label: *233 + label: *234 labels: type: array - items: *233 + items: *234 required: - action - issue @@ -32235,14 +32245,14 @@ paths: properties: action: type: string - issue: *234 + issue: *235 comment: &702 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 required: - action - issue @@ -32415,8 +32425,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true allow_forking: type: boolean @@ -32505,7 +32515,7 @@ paths: type: string number: type: integer - pull_request: &239 + pull_request: &240 title: Pull Request Minimal type: object properties: @@ -32576,10 +32586,10 @@ paths: assignees: type: array items: *4 - label: *233 + label: *234 labels: type: array - items: *233 + items: *234 required: - action - number @@ -32589,7 +32599,7 @@ paths: properties: action: type: string - pull_request: *239 + pull_request: *240 comment: type: object properties: @@ -32840,7 +32850,7 @@ paths: - pull_request updated_at: type: string - pull_request: *239 + pull_request: *240 required: - action - review @@ -32889,7 +32899,7 @@ paths: updated_at: type: string format: date-time - reactions: *232 + reactions: *233 required: - action - comment @@ -32900,7 +32910,7 @@ paths: type: string release: allOf: - - &781 + - &782 title: Release description: A release. type: object @@ -32971,7 +32981,7 @@ paths: author: *4 assets: type: array - items: &782 + items: &783 title: Release Asset description: Data related to a release. type: object @@ -33046,7 +33056,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *232 + reactions: *233 required: - assets_url - upload_url @@ -33136,9 +33146,9 @@ paths: before: 883efe034920928c47fe18598c01249d1a9fdabd public: true created_at: '2022-06-07T07:50:26Z' - '304': *37 + '304': *38 '403': *29 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33219,7 +33229,7 @@ paths: _links: type: object properties: - timeline: &240 + timeline: &241 title: Link With Type description: Hypermedia Link with Type type: object @@ -33231,17 +33241,17 @@ paths: required: - href - type - user: *240 - security_advisories: *240 - current_user: *240 - current_user_public: *240 - current_user_actor: *240 - current_user_organization: *240 + user: *241 + security_advisories: *241 + current_user: *241 + current_user_public: *241 + current_user_actor: *241 + current_user_organization: *241 current_user_organizations: type: array - items: *240 - repository_discussions: *240 - repository_discussions_category: *240 + items: *241 + repository_discussions: *241 + repository_discussions_category: *241 required: - timeline - user @@ -33303,7 +33313,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *241 + - *242 - *17 - *19 responses: @@ -33313,7 +33323,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 title: Base Gist description: Base Gist type: object @@ -33398,7 +33408,7 @@ paths: - created_at - updated_at examples: - default: &243 + default: &244 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -33443,8 +33453,8 @@ paths: site_admin: false truncated: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -33519,7 +33529,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &245 title: Gist Simple description: Gist Simple type: object @@ -33687,7 +33697,7 @@ paths: truncated: type: boolean examples: - default: &245 + default: &246 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -33769,7 +33779,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -33791,7 +33801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-public-gists parameters: - - *241 + - *242 - *17 - *19 responses: @@ -33801,13 +33811,13 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -33825,7 +33835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-starred-gists parameters: - - *241 + - *242 - *17 - *19 responses: @@ -33835,13 +33845,13 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -33864,7 +33874,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#get-a-gist parameters: - - &246 + - &247 name: gist_id description: The unique identifier of the gist. in: path @@ -33876,10 +33886,10 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 - '403': &249 + default: *246 + '403': &250 description: Forbidden Gist content: application/json: @@ -33901,7 +33911,7 @@ paths: documentation_url: type: string '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33926,7 +33936,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#update-a-gist parameters: - - *246 + - *247 requestBody: required: true content: @@ -33986,9 +33996,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - updateGist: *245 + updateGist: *246 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -34146,12 +34156,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#delete-a-gist parameters: - - *246 + - *247 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34174,7 +34184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#list-gist-comments parameters: - - *246 + - *247 - *17 - *19 responses: @@ -34184,7 +34194,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 title: Gist Comment description: A comment made to a gist. type: object @@ -34219,7 +34229,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *231 + author_association: *232 required: - url - id @@ -34259,8 +34269,8 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 x-github: @@ -34283,7 +34293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#create-a-gist-comment parameters: - - *246 + - *247 requestBody: required: true content: @@ -34308,9 +34318,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &248 + default: &249 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -34343,7 +34353,7 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -34367,8 +34377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#get-a-gist-comment parameters: - - *246 - - &250 + - *247 + - &251 name: comment_id description: The unique identifier of the comment. in: path @@ -34381,12 +34391,12 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 - '304': *37 + default: *249 + '304': *38 '404': *6 - '403': *249 + '403': *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34407,8 +34417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#update-a-gist-comment parameters: - - *246 - - *250 + - *247 + - *251 requestBody: required: true content: @@ -34433,9 +34443,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 '404': *6 x-github: githubCloudOnly: false @@ -34452,12 +34462,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#delete-a-gist-comment parameters: - - *246 - - *250 + - *247 + - *251 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -34476,7 +34486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gist-commits parameters: - - *246 + - *247 - *17 - *19 responses: @@ -34559,7 +34569,7 @@ paths: schema: type: string '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34577,7 +34587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gist-forks parameters: - - *246 + - *247 - *17 - *19 responses: @@ -34587,7 +34597,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -34633,9 +34643,9 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34652,13 +34662,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#fork-a-gist parameters: - - *246 + - *247 responses: '201': description: Response content: application/json: - schema: *242 + schema: *243 examples: default: value: @@ -34710,7 +34720,7 @@ paths: type: string '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34728,7 +34738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *246 + - *247 responses: '204': description: Response if gist is starred @@ -34740,7 +34750,7 @@ paths: type: object properties: {} additionalProperties: false - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34758,12 +34768,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#star-a-gist parameters: - - *246 + - *247 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34780,11 +34790,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#unstar-a-gist parameters: - - *246 + - *247 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -34808,7 +34818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#get-a-gist-revision parameters: - - *246 + - *247 - name: sha in: path required: true @@ -34819,9 +34829,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '422': *15 '404': *6 '403': *29 @@ -34861,7 +34871,7 @@ paths: - Bancha - C - C++ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34946,7 +34956,7 @@ paths: *.exe *.out *.app - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34982,7 +34992,7 @@ paths: type: array items: allOf: - - *80 + - *81 - type: object properties: custom_properties: @@ -35117,9 +35127,9 @@ paths: environment: production service: web headers: - Link: *47 + Link: *48 '403': *29 - '304': *37 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -35201,7 +35211,7 @@ paths: - closed - all default: open - - &406 + - &407 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -35219,8 +35229,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - name: collab in: query required: false @@ -35250,9 +35260,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: &407 + default: &408 value: - id: 1 node_id: MDU6SXNzdWUx @@ -35497,9 +35507,9 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -35536,8 +35546,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 examples: default: value: @@ -35576,7 +35586,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35761,7 +35771,7 @@ paths: featured: true '403': *29 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35822,7 +35832,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &251 + X-CommonMarker-Version: &252 example: 0.17.4 schema: type: string @@ -35834,7 +35844,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35877,7 +35887,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *251 + X-CommonMarker-Version: *252 content: text/html: schema: @@ -35886,7 +35896,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35906,7 +35916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &254 + - &255 name: account_id description: account_id parameter in: path @@ -35918,7 +35928,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &254 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -35948,7 +35958,7 @@ paths: nullable: true id: type: integer - plan: &252 + plan: &253 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -36037,7 +36047,7 @@ paths: nullable: true updated_at: type: string - plan: *252 + plan: *253 required: - url - id @@ -36045,7 +36055,7 @@ paths: - login - marketplace_purchase examples: - default: &255 + default: &256 value: url: https://api.github.com/orgs/github type: Organization @@ -36130,9 +36140,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: &256 + default: &257 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -36150,7 +36160,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 + Link: *48 '404': *6 '401': *25 x-github: @@ -36172,14 +36182,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &257 + - &258 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &258 + - &259 name: sort description: The property to sort the results by. in: query @@ -36209,9 +36219,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: &259 + default: &260 value: - url: https://api.github.com/orgs/github type: Organization @@ -36262,7 +36272,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 + Link: *48 '404': *6 '422': *15 '401': *25 @@ -36285,15 +36295,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *255 + default: *256 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -36325,11 +36335,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *256 + default: *257 headers: - Link: *47 + Link: *48 '401': *25 x-github: githubCloudOnly: false @@ -36350,8 +36360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *257 - *258 + - *259 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -36371,11 +36381,11 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *259 + default: *260 headers: - Link: *47 + Link: *48 '401': *25 x-github: githubCloudOnly: false @@ -36618,7 +36628,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36637,14 +36647,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: - - &509 + - &510 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &510 + - &511 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -36661,7 +36671,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -36705,8 +36715,8 @@ paths: created_at: '2022-06-08T23:29:25Z' '404': *6 '403': *29 - '304': *37 - '301': &515 + '304': *38 + '301': &516 description: Moved permanently content: application/json: @@ -36745,7 +36755,7 @@ paths: schema: type: boolean default: false - - *241 + - *242 - &757 name: before description: 'Only show notifications updated before the given time. This @@ -36771,18 +36781,18 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Thread description: Thread type: object properties: id: type: string - repository: &295 + repository: &296 title: Minimal Repository description: Minimal Repository type: object - properties: &371 + properties: &372 id: type: integer format: int64 @@ -37036,7 +37046,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *38 + code_of_conduct: *39 license: type: object properties: @@ -37066,7 +37076,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &452 + security_and_analysis: &453 nullable: true type: object properties: @@ -37194,7 +37204,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &372 + required: &373 - archive_url - assignees_url - blobs_url @@ -37364,8 +37374,8 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -37429,7 +37439,7 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -37448,7 +37458,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#get-a-thread parameters: - - &262 + - &263 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -37462,7 +37472,7 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: default: value: @@ -37545,7 +37555,7 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -37565,11 +37575,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-a-thread-as-read parameters: - - *262 + - *263 responses: '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -37588,7 +37598,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-a-thread-as-done parameters: - - *262 + - *263 responses: '204': description: No content @@ -37611,13 +37621,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *262 + - *263 responses: '200': description: Response content: application/json: - schema: &263 + schema: &264 title: Thread Subscription description: Thread Subscription type: object @@ -37654,7 +37664,7 @@ paths: - url - subscribed examples: - default: &264 + default: &265 value: subscribed: true ignored: false @@ -37662,7 +37672,7 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -37685,7 +37695,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#set-a-thread-subscription parameters: - - *262 + - *263 requestBody: required: false content: @@ -37706,10 +37716,10 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 - '304': *37 + default: *265 + '304': *38 '403': *29 '401': *25 x-github: @@ -37731,11 +37741,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#delete-a-thread-subscription parameters: - - *262 + - *263 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -37826,15 +37836,15 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37894,13 +37904,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &266 + schema: &267 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -37911,7 +37921,7 @@ paths: type: integer example: 14 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -37933,14 +37943,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *266 + schema: *267 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -37967,13 +37977,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &267 + schema: &268 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -37984,7 +37994,7 @@ paths: type: integer example: 10 examples: - default: *46 + default: *47 '403': *29 '404': *6 x-github: @@ -38006,14 +38016,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *267 + schema: *268 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -38044,7 +38054,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties-for-orgs#get-all-custom-property-values-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -38052,7 +38062,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: &764 value: @@ -38088,7 +38098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties-for-orgs#create-or-update-custom-property-values-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -38100,7 +38110,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the organization. - items: *163 + items: *164 required: - properties examples: @@ -38145,13 +38155,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &268 + schema: &269 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -38479,7 +38489,7 @@ paths: - updated_at - archived_at examples: - default-response: &269 + default-response: &270 value: login: github id: 1 @@ -38580,7 +38590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#update-an-organization parameters: - - *89 + - *90 requestBody: required: false content: @@ -38799,18 +38809,18 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '422': description: Validation failed content: application/json: schema: oneOf: - - *270 - *271 - '409': *121 + - *272 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38833,9 +38843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#delete-an-organization parameters: - - *89 + - *90 responses: - '202': *39 + '202': *40 '404': *6 '403': *29 '451': *15 @@ -38859,17 +38869,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38890,7 +38900,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -38908,7 +38918,7 @@ paths: type: integer repository_cache_usages: type: array - items: &522 + items: &523 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -38943,7 +38953,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38963,7 +38973,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -38981,11 +38991,11 @@ paths: type: integer runners: type: array - items: *48 + items: *49 examples: - default: *274 + default: *275 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39003,7 +39013,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -39080,9 +39090,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -39102,7 +39112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39118,9 +39128,9 @@ paths: type: integer images: type: array - items: *49 + items: *50 examples: - default: *51 + default: *52 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39140,16 +39150,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *89 - - *50 + - *90 + - *51 responses: '200': description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39168,8 +39178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *89 - - *50 + - *90 + - *51 responses: '204': description: Response @@ -39192,8 +39202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *50 - - *89 + - *51 + - *90 responses: '200': description: Response @@ -39209,9 +39219,9 @@ paths: type: integer image_versions: type: array - items: *52 + items: *53 examples: - default: *51 + default: *52 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39231,17 +39241,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *89 - - *50 - - *53 + - *90 + - *51 + - *54 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39260,9 +39270,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *89 - - *50 - - *53 + - *90 + - *51 + - *54 responses: '204': description: Response @@ -39283,7 +39293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39299,9 +39309,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39319,7 +39329,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39335,9 +39345,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39354,15 +39364,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *278 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39380,7 +39390,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39396,9 +39406,9 @@ paths: type: integer machine_specs: type: array - items: *56 + items: *57 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39416,7 +39426,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39460,18 +39470,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 responses: '200': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39489,8 +39499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 requestBody: required: true content: @@ -39556,9 +39566,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -39574,16 +39584,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 responses: '202': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39603,7 +39613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -39611,7 +39621,7 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: default: value: @@ -39636,22 +39646,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *280 + schema: *281 examples: - default: *60 + default: *61 responses: '201': description: OIDC custom property inclusion created content: application/json: - schema: *59 + schema: *60 examples: - default: *60 + default: *61 '400': description: Invalid input '403': *29 @@ -39675,7 +39685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *89 + - *90 - name: custom_property_name in: path required: true @@ -39708,7 +39718,7 @@ 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-an-organization parameters: - - *89 + - *90 responses: '200': description: A JSON serialized template for OIDC subject claim customization @@ -39734,7 +39744,7 @@ paths: required: - include_claim_keys examples: - default: &281 + default: &282 value: include_claim_keys: - repo @@ -39756,7 +39766,7 @@ 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-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -39779,13 +39789,13 @@ paths: format. type: boolean examples: - default: *281 + default: *282 responses: '201': description: Empty response content: application/json: - schema: &306 + schema: &307 title: Empty Object description: An object without any properties. type: object @@ -39815,7 +39825,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39824,7 +39834,7 @@ paths: schema: type: object properties: - enabled_repositories: &283 + enabled_repositories: &284 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -39837,9 +39847,9 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: *62 - selected_actions_url: *282 - sha_pinning_required: *63 + allowed_actions: *63 + selected_actions_url: *283 + sha_pinning_required: *64 required: - enabled_repositories examples: @@ -39869,7 +39879,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -39880,9 +39890,9 @@ paths: schema: type: object properties: - enabled_repositories: *283 - allowed_actions: *62 - sha_pinning_required: *63 + enabled_repositories: *284 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled_repositories examples: @@ -39910,13 +39920,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: response: summary: Example response @@ -39942,12 +39952,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *285 + schema: *286 examples: application/json: value: @@ -39957,7 +39967,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -39977,15 +39987,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *286 + default: *287 '404': *6 x-github: enabledForGitHubApps: true @@ -40004,7 +40014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40014,7 +40024,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -40036,15 +40046,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *65 + default: *66 '403': *29 '404': *6 x-github: @@ -40062,14 +40072,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *288 + schema: *289 examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -40099,7 +40109,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -40117,9 +40127,9 @@ paths: type: number repositories: type: array - items: *80 + items: *81 examples: - default: &290 + default: &291 value: total_count: 1 repositories: @@ -40259,7 +40269,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40303,8 +40313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - &289 + - *90 + - &290 name: repository_id description: The unique identifier of the repository. in: path @@ -40332,8 +40342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -40356,15 +40366,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *68 + default: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -40387,7 +40397,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40395,9 +40405,9 @@ paths: required: false content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -40417,7 +40427,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -40465,7 +40475,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -40492,7 +40502,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -40512,7 +40522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -40527,9 +40537,9 @@ paths: type: integer repositories: type: array - items: *80 + items: *81 examples: - default: *290 + default: *291 '403': *29 '404': *6 x-github: @@ -40549,7 +40559,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -40597,14 +40607,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -40624,14 +40634,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -40653,15 +40663,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40682,7 +40692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Success response @@ -40693,9 +40703,9 @@ paths: required: false content: application/json: - schema: *292 + schema: *293 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40715,7 +40725,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *89 + - *90 - *17 - *19 - name: visible_to_repository @@ -40740,7 +40750,7 @@ paths: type: number runner_groups: type: array - items: &293 + items: &294 type: object properties: id: @@ -40856,7 +40866,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -40928,9 +40938,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: &294 + default: &295 value: id: 2 name: octo-runner-group @@ -40965,14 +40975,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -41008,8 +41018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -41063,9 +41073,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41084,8 +41094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *89 - - *74 + - *90 + - *75 responses: '204': description: Response @@ -41108,8 +41118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *17 - *19 responses: @@ -41127,11 +41137,11 @@ paths: type: number runners: type: array - items: *48 + items: *49 examples: - default: *274 + default: *275 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41151,8 +41161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *19 - *17 responses: @@ -41170,9 +41180,9 @@ paths: type: number repositories: type: array - items: *295 + items: *296 examples: - default: &347 + default: &348 value: total_count: 1 repositories: @@ -41424,8 +41434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -41469,9 +41479,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 - - *289 + - *90 + - *75 + - *290 responses: '204': description: Response @@ -41493,9 +41503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 - - *289 + - *90 + - *75 + - *290 responses: '204': description: Response @@ -41518,8 +41528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *17 - *19 responses: @@ -41537,11 +41547,11 @@ paths: type: number runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41560,8 +41570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -41605,9 +41615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *89 - - *74 - - *77 + - *90 + - *75 + - *78 responses: '204': description: Response @@ -41629,9 +41639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *89 - - *74 - - *77 + - *90 + - *75 + - *78 responses: '204': description: Response @@ -41661,7 +41671,7 @@ paths: in: query schema: type: string - - *89 + - *90 - *17 - *19 responses: @@ -41679,11 +41689,11 @@ paths: type: integer runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41705,7 +41715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -41713,9 +41723,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41737,7 +41747,7 @@ 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-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -41780,10 +41790,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41811,15 +41821,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41847,15 +41857,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41877,16 +41887,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41907,8 +41917,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: '204': description: Response @@ -41934,10 +41944,10 @@ 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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: - '200': *83 + '200': *84 '404': *6 x-github: githubCloudOnly: false @@ -41959,8 +41969,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 requestBody: required: true content: @@ -41984,7 +41994,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42008,8 +42018,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 requestBody: required: true content: @@ -42034,7 +42044,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42058,10 +42068,10 @@ 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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: - '200': *302 + '200': *303 '404': *6 x-github: githubCloudOnly: false @@ -42088,11 +42098,11 @@ 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-an-organization parameters: - - *89 - - *77 - - *303 + - *90 + - *78 + - *304 responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42117,7 +42127,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -42135,7 +42145,7 @@ paths: type: integer secrets: type: array - items: &304 + items: &305 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -42167,7 +42177,7 @@ paths: - updated_at - visibility examples: - default: &310 + default: &311 value: total_count: 3 secrets: @@ -42185,7 +42195,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42208,13 +42218,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &311 + schema: &312 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -42243,7 +42253,7 @@ paths: - key_id - key examples: - default: &312 + default: &313 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -42268,8 +42278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-organization-secret parameters: - - *89 - - &305 + - *90 + - &306 name: secret_name description: The name of the secret. in: path @@ -42281,9 +42291,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: &313 + default: &314 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42311,8 +42321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -42369,7 +42379,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -42395,8 +42405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -42422,8 +42432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -42441,9 +42451,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: &309 + default: &310 value: total_count: 1 repositories: @@ -42535,8 +42545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -42588,8 +42598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -42622,8 +42632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -42655,8 +42665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-organization-variables parameters: - - *89 - - &314 + - *90 + - &315 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -42680,7 +42690,7 @@ paths: type: integer variables: type: array - items: &307 + items: &308 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -42723,7 +42733,7 @@ paths: - updated_at - visibility examples: - default: &315 + default: &316 value: total_count: 3 variables: @@ -42744,7 +42754,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42765,7 +42775,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-an-organization-variable parameters: - - *89 + - *90 requestBody: required: true content: @@ -42813,7 +42823,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -42838,8 +42848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-an-organization-variable parameters: - - *89 - - &308 + - *90 + - &309 name: name description: The name of the variable. in: path @@ -42851,9 +42861,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &316 + default: &317 value: name: USERNAME value: octocat @@ -42881,8 +42891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -42944,8 +42954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '204': description: Response @@ -42971,8 +42981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - *19 - *17 responses: @@ -42990,9 +43000,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '409': description: Response when the visibility of the variable is not set to `selected` @@ -43018,8 +43028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -43068,8 +43078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -43103,8 +43113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -43138,7 +43148,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -43156,11 +43166,11 @@ paths: type: integer secrets: type: array - items: *304 + items: *305 examples: - default: *310 + default: *311 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43183,15 +43193,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43213,16 +43223,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43244,8 +43254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -43302,7 +43312,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -43328,8 +43338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -43355,8 +43365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -43374,9 +43384,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43399,8 +43409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -43452,8 +43462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -43486,8 +43496,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -43520,8 +43530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-organization-variables parameters: - - *89 - - *314 + - *90 + - *315 - *19 responses: '200': @@ -43538,11 +43548,11 @@ paths: type: integer variables: type: array - items: *307 + items: *308 examples: - default: *315 + default: *316 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43563,7 +43573,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#create-an-organization-variable parameters: - - *89 + - *90 requestBody: required: true content: @@ -43611,7 +43621,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -43636,16 +43646,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#get-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43666,8 +43676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#update-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -43729,8 +43739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#delete-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '204': description: Response @@ -43756,8 +43766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - *19 - *17 responses: @@ -43775,9 +43785,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '409': description: Response when the visibility of the variable is not set to `selected` @@ -43803,8 +43813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#set-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -43853,8 +43863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#add-selected-repository-to-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -43888,8 +43898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#remove-selected-repository-from-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -43920,15 +43930,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43947,19 +43957,19 @@ paths: required: true content: application/json: - schema: *317 + schema: *318 examples: - default: *87 + default: *88 parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43975,7 +43985,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -44008,7 +44018,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *89 + - *90 requestBody: required: true content: @@ -44131,7 +44141,7 @@ paths: type: integer deployment_records: type: array - items: &318 + items: &319 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -44177,7 +44187,7 @@ paths: required: - total_count examples: - default: &319 + default: &320 value: total_count: 1 deployment_records: @@ -44218,7 +44228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *89 + - *90 - name: cluster in: path description: The cluster name. @@ -44357,11 +44367,11 @@ paths: type: integer deployment_records: type: array - items: *318 + items: *319 required: - total_count examples: - default: *319 + default: *320 '403': description: Forbidden content: @@ -44408,7 +44418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *89 + - *90 requestBody: required: true content: @@ -44575,7 +44585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *89 + - *90 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -44600,9 +44610,9 @@ paths: type: integer deployment_records: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44622,7 +44632,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *89 + - *90 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -44705,9 +44715,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 requestBody: required: true content: @@ -44731,12 +44741,12 @@ paths: required: - subject_digests examples: - default: &905 + default: &906 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &906 + withPredicateType: &907 value: subject_digests: - sha256:abc123 @@ -44780,7 +44790,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &907 + default: &908 value: attestations_subject_digests: - sha256:abc: @@ -44889,7 +44899,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *89 + - *90 requestBody: required: true content: @@ -44954,7 +44964,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *89 + - *90 - name: subject_digest description: Subject Digest in: path @@ -44987,9 +44997,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestation-repositories parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -45037,7 +45047,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-by-id parameters: - - *89 + - *90 - name: attestation_id description: Attestation ID in: path @@ -45073,9 +45083,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestations parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -45113,7 +45123,7 @@ paths: initiator: type: string examples: - default: &555 + default: &556 value: attestations: - bundle: @@ -45231,7 +45241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *89 + - *90 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -45239,10 +45249,10 @@ paths: required: false schema: type: string - - *320 - - *131 + - *321 - *132 - *133 + - *134 - *17 responses: '200': @@ -45251,9 +45261,9 @@ paths: application/json: schema: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45270,7 +45280,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -45282,7 +45292,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45301,8 +45311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: If the user is blocked @@ -45327,8 +45337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -45348,8 +45358,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -45375,17 +45385,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *89 - - &325 + - *90 + - &326 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *105 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -45395,11 +45405,11 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -45420,12 +45430,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -45435,11 +45445,11 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -45456,15 +45466,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *89 + - *90 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &329 + schema: &330 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -45490,7 +45500,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -45521,7 +45531,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *328 + items: *329 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -45539,7 +45549,7 @@ paths: type: string format: date-time nullable: true - state: *329 + state: *330 contact_link: description: The contact link of the campaign. type: string @@ -45634,9 +45644,9 @@ paths: closed_at: state: open headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45660,7 +45670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -45759,9 +45769,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -45810,7 +45820,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45832,7 +45842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -45844,16 +45854,16 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45874,7 +45884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#update-a-campaign parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -45923,7 +45933,7 @@ paths: type: string format: uri nullable: true - state: *329 + state: *330 examples: default: value: @@ -45933,9 +45943,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '400': description: Bad Request content: @@ -45947,7 +45957,7 @@ paths: content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45968,7 +45978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -45979,7 +45989,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46001,20 +46011,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *89 - - *332 + - *90 - *333 - - *110 + - *334 - *111 + - *112 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *334 + schema: *335 - name: sort description: The property by which to sort the results. in: query @@ -46030,7 +46040,7 @@ paths: be returned. in: query required: false - schema: &581 + schema: &582 type: string description: Severity of a code scanning alert. enum: @@ -46056,13 +46066,13 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46084,7 +46094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *89 + - *90 - name: target_type in: query description: The target type of the code security configuration @@ -46103,8 +46113,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 responses: '200': description: Response @@ -46112,7 +46122,7 @@ paths: application/json: schema: type: array - items: *116 + items: *117 examples: default: value: @@ -46190,7 +46200,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *89 + - *90 requestBody: required: true content: @@ -46277,7 +46287,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *120 + code_scanning_options: *121 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -46286,7 +46296,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *119 + code_scanning_default_setup_options: *120 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -46431,9 +46441,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *116 + schema: *117 examples: - default: *337 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46455,16 +46465,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 - '304': *37 + default: *340 + '304': *38 '403': *29 '404': *6 x-github: @@ -46489,7 +46499,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -46517,11 +46527,11 @@ paths: - 32 - 91 responses: - '204': *130 + '204': *131 '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46543,17 +46553,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *337 - '304': *37 + default: *338 + '304': *38 '403': *29 '404': *6 x-github: @@ -46576,8 +46586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -46664,8 +46674,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *119 - code_scanning_options: *120 + code_scanning_default_setup_options: *120 + code_scanning_options: *121 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -46797,7 +46807,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *116 + schema: *117 examples: default: value: @@ -46856,14 +46866,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 responses: - '204': *130 + '204': *131 '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46887,8 +46897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -46927,7 +46937,7 @@ paths: - 32 - 91 responses: - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46951,8 +46961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -46992,12 +47002,12 @@ paths: - none - private_and_internal - public - configuration: *116 + configuration: *117 examples: default: value: default_for_new_repos: all - configuration: *337 + configuration: *338 '403': *29 '404': *6 x-github: @@ -47021,8 +47031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -47031,8 +47041,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -47050,13 +47060,13 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *341 + repository: *342 '403': *29 '404': *6 x-github: @@ -47080,7 +47090,7 @@ paths: parameters: - *17 - *19 - - *89 + - *90 responses: '200': description: Response @@ -47096,7 +47106,7 @@ paths: type: integer codespaces: type: array - items: &408 + items: &409 type: object title: Codespace description: A codespace. @@ -47121,12 +47131,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *295 + repository: *296 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &613 + properties: &614 name: type: string description: The name of the machine. @@ -47168,7 +47178,7 @@ paths: - ready - in_progress nullable: true - required: &614 + required: &615 - name - display_name - operating_system @@ -47373,7 +47383,7 @@ paths: - pulls_url - recent_folders examples: - default: &409 + default: &410 value: total_count: 3 codespaces: @@ -47782,8 +47792,8 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -47805,7 +47815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -47844,12 +47854,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47872,7 +47882,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -47899,12 +47909,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47927,7 +47937,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *89 + - *90 requestBody: required: true content: @@ -47953,12 +47963,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47979,7 +47989,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -47997,7 +48007,7 @@ paths: type: integer secrets: type: array - items: &342 + items: &343 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -48036,7 +48046,7 @@ paths: - updated_at - visibility examples: - default: &615 + default: &616 value: total_count: 2 secrets: @@ -48049,7 +48059,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48068,13 +48078,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &616 + schema: &617 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -48103,7 +48113,7 @@ paths: - key_id - key examples: - default: &617 + default: &618 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48126,23 +48136,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &619 + default: &620 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48162,8 +48172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -48218,7 +48228,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -48244,8 +48254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -48270,8 +48280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -48289,9 +48299,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '404': *6 x-github: githubCloudOnly: false @@ -48313,8 +48323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -48364,8 +48374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -48398,8 +48408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -48435,7 +48445,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-organization-copilot-spaces parameters: - - *89 + - *90 - name: per_page description: The number of results per page (max 100). in: query @@ -48469,7 +48479,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: &343 + items: &344 title: Space description: A GitHub Copilot Space represents an interactive AI workspace where users can ask questions and get assistance. @@ -48517,7 +48527,7 @@ paths: owner: anyOf: - *4 - - *75 + - *76 description: The user or organization that owns this space. creator: *4 created_at: @@ -48732,7 +48742,7 @@ paths: html_url: https://github.com/copilot/spaces/octo-org/4 api_url: https://api.github.com/organizations/1/copilot-spaces/4 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -48756,7 +48766,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-an-organization-copilot-space parameters: - - *89 + - *90 requestBody: required: true content: @@ -48850,9 +48860,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 summary: Example response for an organization copilot space value: id: 84 @@ -48945,7 +48955,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -48957,9 +48967,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '403': *29 '404': *6 x-github: @@ -48983,7 +48993,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49085,9 +49095,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '403': *29 '404': *6 '422': *15 @@ -49114,7 +49124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49150,7 +49160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49170,7 +49180,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: &345 + items: &346 title: Copilot Space Collaborator description: A collaborator (user or team) of a Copilot Space type: object @@ -49342,7 +49352,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49393,7 +49403,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: user: value: @@ -49473,7 +49483,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49523,7 +49533,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: user: value: @@ -49605,7 +49615,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49654,7 +49664,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49674,7 +49684,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: &346 + items: &347 title: Copilot Space Resource description: A resource attached to a Copilot Space. type: object @@ -49763,7 +49773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49817,7 +49827,7 @@ paths: description: Resource created content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49833,7 +49843,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49870,7 +49880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49888,7 +49898,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49922,7 +49932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49957,7 +49967,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49992,7 +50002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50035,7 +50045,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: OK @@ -50144,7 +50154,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50176,7 +50186,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *89 + - *90 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -50199,12 +50209,12 @@ paths: currently being billed. seats: type: array - items: *154 + items: *155 examples: - default: *155 + default: *156 headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50237,7 +50247,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -50279,7 +50289,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50315,7 +50325,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -50357,7 +50367,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50395,7 +50405,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -50436,7 +50446,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50472,7 +50482,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -50514,7 +50524,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50550,7 +50560,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#get-copilot-cloud-agent-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -50587,7 +50597,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50615,7 +50625,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-copilot-cloud-agent-permissions-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -50640,7 +50650,7 @@ paths: responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50670,7 +50680,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-cloud-agent-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -50685,17 +50695,17 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 required: - total_count - repositories examples: - default: *347 - '500': *40 + default: *348 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50719,7 +50729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-cloud-agent-in-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -50745,11 +50755,11 @@ paths: responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: githubCloudOnly: false @@ -50775,16 +50785,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: githubCloudOnly: false @@ -50809,16 +50819,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50849,7 +50859,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *89 + - *90 responses: '200': description: OK @@ -50869,7 +50879,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50902,7 +50912,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *89 + - *90 requestBody: description: The content exclusion rules to set required: true @@ -50954,11 +50964,11 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '413': *348 + '413': *349 '422': *7 x-github: githubCloudOnly: @@ -50985,18 +50995,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51024,16 +51034,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -51061,18 +51071,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-user-teams-report-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51100,18 +51110,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51139,16 +51149,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -51172,7 +51182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -51352,7 +51362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *89 + - *90 - name: credential_id in: path required: true @@ -51383,7 +51393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response - list of custom role names @@ -51398,7 +51408,7 @@ paths: type: integer custom_roles: type: array - items: &349 + items: &350 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -51531,12 +51541,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: &351 + schema: &352 type: object properties: name: @@ -51577,9 +51587,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &350 + default: &351 value: id: 8030 name: Security Engineer @@ -51626,16 +51636,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '404': *6 x-github: githubCloudOnly: true @@ -51657,13 +51667,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: application/json: - schema: &352 + schema: &353 type: object properties: name: @@ -51701,9 +51711,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -51727,8 +51737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -51756,12 +51766,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *351 + schema: *352 examples: default: value: @@ -51775,9 +51785,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -51807,16 +51817,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '404': *6 x-github: githubCloudOnly: true @@ -51844,13 +51854,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -51865,9 +51875,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -51897,8 +51907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -51926,13 +51936,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *89 - - *353 + - *90 - *354 - *355 - *356 - *357 - *358 + - *359 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -51962,7 +51972,7 @@ paths: enum: - patch - deployment - - *359 + - *360 - name: runtime_risk in: query description: |- @@ -51971,11 +51981,11 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *360 - *361 - - *112 - - *110 + - *362 + - *113 - *111 + - *112 - *17 responses: '200': @@ -51984,10 +51994,10 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *363 - '304': *37 + default: *364 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -52012,7 +52022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *89 + - *90 - name: page in: query description: The page number of results to fetch. @@ -52035,9 +52045,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 '403': *29 '404': *6 x-github: @@ -52068,7 +52078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -52134,7 +52144,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *89 + - *90 requestBody: required: true content: @@ -52182,7 +52192,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -52200,7 +52210,7 @@ paths: type: integer secrets: type: array - items: &366 + items: &367 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -52250,7 +52260,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52271,13 +52281,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &650 + schema: &651 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -52294,7 +52304,7 @@ paths: - key_id - key examples: - default: &651 + default: &652 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -52317,14 +52327,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -52352,8 +52362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -52408,7 +52418,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -52432,8 +52442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -52457,8 +52467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -52476,9 +52486,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52499,8 +52509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -52550,8 +52560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -52582,8 +52592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -52619,8 +52629,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *89 - - &660 + - *90 + - &661 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -52628,7 +52638,7 @@ paths: required: false schema: type: string - - &661 + - &662 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -52636,7 +52646,7 @@ paths: required: false schema: type: string - - &662 + - &663 name: time_period description: |- The time period to filter by. @@ -52652,7 +52662,7 @@ paths: - week - month default: month - - &663 + - &664 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -52667,7 +52677,7 @@ paths: - denied - all default: all - - *325 + - *326 - *17 - *19 responses: @@ -52677,7 +52687,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -52783,7 +52793,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &368 + items: &369 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -52833,7 +52843,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &665 + default: &666 value: - id: 21 number: 42 @@ -52898,7 +52908,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/orgs/{org}/dismissal-requests/dependabot": get: summary: List dismissal requests for Dependabot alerts for an organization @@ -52920,12 +52930,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -52935,7 +52945,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -53041,7 +53051,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *368 + items: *369 url: type: string format: uri @@ -53052,7 +53062,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &667 + default: &668 value: - id: 21 number: 42 @@ -53118,7 +53128,7 @@ paths: html_url: https://github.com/octo-org/smile/security/dependabot/2 '404': *6 '403': *29 - '500': *40 + '500': *41 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -53139,12 +53149,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -53154,12 +53164,12 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 '404': *6 '403': *29 - '500': *40 + '500': *41 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -53174,7 +53184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -53182,7 +53192,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Package description: A software package type: object @@ -53232,8 +53242,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *371 - required: *372 + properties: *372 + required: *373 nullable: true created_at: type: string @@ -53252,7 +53262,7 @@ paths: - created_at - updated_at examples: - default: &420 + default: &421 value: - id: 197 name: hello_docker @@ -53330,7 +53340,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-organization-events parameters: - - *89 + - *90 - *17 - *19 responses: @@ -53340,7 +53350,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: 200-response: value: @@ -53413,7 +53423,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#get-an-external-group parameters: - - *89 + - *90 - name: group_id description: The unique identifier of the group. in: path @@ -53439,7 +53449,7 @@ paths: description: Response content: application/json: - schema: &506 + schema: &507 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -53520,7 +53530,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &507 + default: &508 value: group_id: '123' group_name: Octocat admins @@ -53558,7 +53568,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#list-external-groups-available-to-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -53575,7 +53585,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &504 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -53612,7 +53622,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &504 + default: &505 value: groups: - group_id: '123' @@ -53647,7 +53657,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-failed-organization-invitations parameters: - - *89 + - *90 - *17 - *19 responses: @@ -53657,7 +53667,7 @@ paths: application/json: schema: type: array - items: &397 + items: &398 title: Organization Invitation description: Organization Invitation type: object @@ -53704,7 +53714,7 @@ paths: - invitation_teams_url - node_id examples: - default: &398 + default: &399 value: - id: 1 login: monalisa @@ -53737,7 +53747,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -53763,7 +53773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -53771,7 +53781,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -53785,7 +53795,7 @@ paths: - name - description examples: - default: &454 + default: &455 value: - name: add_assignee description: Assign or remove a user @@ -53816,7 +53826,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#list-organization-webhooks parameters: - - *89 + - *90 - *17 - *19 responses: @@ -53826,7 +53836,7 @@ paths: application/json: schema: type: array - items: &373 + items: &374 title: Org Hook description: Org Hook type: object @@ -53914,7 +53924,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -53935,7 +53945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *89 + - *90 requestBody: required: true content: @@ -53995,9 +54005,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: &374 + default: &375 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -54041,8 +54051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *89 - - &375 + - *90 + - &376 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. @@ -54055,9 +54065,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 '404': *6 x-github: githubCloudOnly: false @@ -54078,8 +54088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 requestBody: required: false content: @@ -54124,7 +54134,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -54163,8 +54173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 responses: '204': description: Response @@ -54189,8 +54199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *89 - - *375 + - *90 + - *376 responses: '200': description: Response @@ -54218,8 +54228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *89 - - *375 + - *90 + - *376 requestBody: required: false content: @@ -54267,11 +54277,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *89 - - *375 - - *17 + - *90 - *376 + - *17 - *377 + - *378 responses: '200': description: Response @@ -54279,9 +54289,9 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: - default: *379 + default: *380 '400': *14 '422': *15 x-github: @@ -54304,17 +54314,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 - *16 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 '400': *14 '422': *15 x-github: @@ -54337,11 +54347,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -54364,8 +54374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *89 - - *375 + - *90 + - *376 responses: '204': description: Response @@ -54387,8 +54397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *89 - - &386 + - *90 + - &387 name: actor_type in: path description: The type of the actor @@ -54401,14 +54411,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &387 + - &388 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &382 + - &383 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`.' @@ -54416,7 +54426,7 @@ paths: required: true schema: type: string - - &383 + - &384 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) @@ -54427,7 +54437,7 @@ paths: type: string - *19 - *17 - - *112 + - *113 - name: sort description: The property to sort the results by. in: query @@ -54509,13 +54519,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-subject-stats parameters: - - *89 - - *382 + - *90 - *383 + - *384 - *19 - *17 - - *112 - - &392 + - *113 + - &393 name: sort description: The property to sort the results by. in: query @@ -54592,15 +54602,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats parameters: - - *89 - - *382 + - *90 - *383 + - *384 responses: '200': description: Response content: application/json: - schema: &384 + schema: &385 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -54616,7 +54626,7 @@ paths: type: integer format: int64 examples: - default: &385 + default: &386 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -54636,24 +54646,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *89 - - &388 + - *90 + - &389 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *382 - *383 + - *384 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *385 + default: *386 x-github: enabledForGitHubApps: true category: orgs @@ -54671,19 +54681,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *89 - - *382 + - *90 - *383 - - *386 + - *384 - *387 + - *388 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *385 + default: *386 x-github: enabledForGitHubApps: true category: orgs @@ -54700,10 +54710,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats parameters: - - *89 - - *382 + - *90 - *383 - - &389 + - *384 + - &390 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -54716,7 +54726,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -54732,7 +54742,7 @@ paths: type: integer format: int64 examples: - default: &391 + default: &392 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -54768,19 +54778,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *89 - - *388 - - *382 - - *383 + - *90 - *389 + - *383 + - *384 + - *390 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: enabledForGitHubApps: true category: orgs @@ -54797,20 +54807,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *89 - - *386 + - *90 - *387 - - *382 + - *388 - *383 - - *389 + - *384 + - *390 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: enabledForGitHubApps: true category: orgs @@ -54827,14 +54837,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-user-stats parameters: - - *89 - - *388 - - *382 + - *90 + - *389 - *383 + - *384 - *19 - *17 - - *112 - - *392 + - *113 + - *393 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -54907,7 +54917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *89 + - *90 responses: '200': description: Response @@ -54915,7 +54925,7 @@ paths: application/json: schema: *22 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54938,7 +54948,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -55008,7 +55018,7 @@ paths: suspended_at: suspended_by: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55027,7 +55037,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -55035,12 +55045,12 @@ paths: application/json: schema: anyOf: - - &395 + - &396 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &394 + limit: &395 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -55065,7 +55075,7 @@ paths: properties: {} additionalProperties: false examples: - default: &396 + default: &397 value: limit: collaborators_only origin: organization @@ -55089,18 +55099,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: &696 + schema: &697 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *394 + limit: *395 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -55124,9 +55134,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *396 + default: *397 '422': *15 x-github: githubCloudOnly: false @@ -55144,7 +55154,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -55170,7 +55180,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-pending-organization-invitations parameters: - - *89 + - *90 - *17 - *19 - name: role @@ -55204,11 +55214,11 @@ paths: application/json: schema: type: array - items: *397 + items: *398 examples: - default: *398 + default: *399 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -55230,7 +55240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#create-an-organization-invitation parameters: - - *89 + - *90 requestBody: required: false content: @@ -55284,7 +55294,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -55340,8 +55350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#cancel-an-organization-invitation parameters: - - *89 - - &399 + - *90 + - &400 name: invitation_id description: The unique identifier of the invitation. in: path @@ -55374,8 +55384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-organization-invitation-teams parameters: - - *89 - - *399 + - *90 + - *400 - *17 - *19 responses: @@ -55385,9 +55395,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: &418 + default: &419 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -55403,7 +55413,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -55422,7 +55432,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -55430,7 +55440,7 @@ paths: application/json: schema: type: array - items: &400 + items: &401 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -55592,7 +55602,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -55683,9 +55693,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &401 + default: &402 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -55740,8 +55750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *89 - - &402 + - *90 + - &403 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -55849,9 +55859,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *7 x-github: @@ -55875,10 +55885,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *89 - - *402 + - *90 + - *403 responses: - '204': *130 + '204': *131 '404': *6 '422': *7 x-github: @@ -55898,7 +55908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -55906,9 +55916,9 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: &700 + default: &701 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -55944,7 +55954,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -55991,9 +56001,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &404 + default: &405 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -56025,8 +56035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *89 - - &405 + - *90 + - &406 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -56079,9 +56089,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 '404': *6 '422': *7 x-github: @@ -56105,8 +56115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *89 - - *405 + - *90 + - *406 responses: '204': description: Response @@ -56139,7 +56149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *89 + - *90 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -56169,7 +56179,7 @@ paths: - closed - all default: open - - *406 + - *407 - name: type description: Can be the name of an issue type. in: query @@ -56187,8 +56197,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -56198,11 +56208,11 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *407 + default: *408 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -56222,7 +56232,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-organization-members parameters: - - *89 + - *90 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -56260,9 +56270,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -56280,8 +56290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response if requester is an organization member and user is @@ -56315,8 +56325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-an-organization-member parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -56343,8 +56353,8 @@ paths: parameters: - *17 - *19 - - *89 - - *151 + - *90 + - *152 responses: '200': description: Response @@ -56360,11 +56370,11 @@ paths: type: integer codespaces: type: array - items: *408 + items: *409 examples: - default: *409 - '304': *37 - '500': *40 + default: *410 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -56387,9 +56397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *89 - - *151 - - &410 + - *90 + - *152 + - &411 name: codespace_name in: path required: true @@ -56397,9 +56407,9 @@ paths: schema: type: string responses: - '202': *39 - '304': *37 - '500': *40 + '202': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -56422,17 +56432,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *89 - - *151 - - *410 + - *90 + - *152 + - *411 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: &612 + default: &613 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -56573,8 +56583,8 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -56605,14 +56615,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *154 + schema: *155 examples: default: value: @@ -56656,7 +56666,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -56681,14 +56691,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '200': description: Response content: application/json: - schema: &411 + schema: &412 title: Org Membership description: Org Membership type: object @@ -56732,7 +56742,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *75 + organization: *76 user: title: Simple User description: A GitHub user. @@ -56755,7 +56765,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &412 + response-if-user-has-an-active-admin-membership-with-organization: &413 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -56827,8 +56837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 requestBody: required: false content: @@ -56856,9 +56866,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - response-if-user-already-had-membership-with-organization: *412 + response-if-user-already-had-membership-with-organization: *413 '422': *15 '403': *29 '451': *15 @@ -56883,8 +56893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -56909,7 +56919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#list-organization-migrations parameters: - - *89 + - *90 - *17 - *19 - name: exclude @@ -56930,7 +56940,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 title: Migration description: A migration. type: object @@ -56971,7 +56981,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *122 + items: *123 url: type: string format: uri @@ -57167,7 +57177,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57183,7 +57193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#start-an-organization-migration parameters: - - *89 + - *90 requestBody: required: true content: @@ -57259,7 +57269,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -57437,8 +57447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *89 - - &414 + - *90 + - &415 name: migration_id description: The unique identifier of the migration. in: path @@ -57465,7 +57475,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -57634,8 +57644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *89 - - *414 + - *90 + - *415 responses: '302': description: Response @@ -57656,8 +57666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *89 - - *414 + - *90 + - *415 responses: '204': description: Response @@ -57680,9 +57690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *89 - - *414 - - &887 + - *90 + - *415 + - &888 name: repo_name description: repo_name parameter in: path @@ -57709,8 +57719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *89 - - *414 + - *90 + - *415 - *17 - *19 responses: @@ -57720,9 +57730,9 @@ paths: application/json: schema: type: array - items: *122 + items: *123 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -57750,7 +57760,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -57804,7 +57814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response - list of organization roles @@ -57820,7 +57830,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &415 + items: &416 title: Organization Role description: Organization roles type: object @@ -57980,7 +57990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *89 + - *90 requestBody: required: true content: @@ -58027,7 +58037,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58056,7 +58066,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -58078,8 +58088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -58104,9 +58114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *89 - - *226 - - *150 + - *90 + - *227 + - *151 responses: '204': description: Response @@ -58135,9 +58145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *89 - - *226 - - *150 + - *90 + - *227 + - *151 responses: '204': description: Response @@ -58162,8 +58172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -58188,9 +58198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *89 + - *90 + - *152 - *151 - - *150 responses: '204': description: Response @@ -58220,9 +58230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *89 + - *90 + - *152 - *151 - - *150 responses: '204': description: Response @@ -58250,14 +58260,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58314,8 +58324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: @@ -58354,7 +58364,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58382,7 +58392,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *121 + '409': *122 '404': *6 x-github: githubCloudOnly: true @@ -58407,8 +58417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -58433,8 +58443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 - *17 - *19 responses: @@ -58512,8 +58522,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true type: description: The ownership type of the team @@ -58545,9 +58555,9 @@ paths: - type - parent examples: - default: *418 + default: *419 headers: - Link: *47 + Link: *48 '404': description: Response if the organization or role does not exist. '422': @@ -58574,8 +58584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 - *17 - *19 responses: @@ -58603,13 +58613,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &493 + items: &494 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *416 - required: *417 + properties: *417 + required: *418 name: nullable: true type: string @@ -58704,9 +58714,9 @@ paths: - type - url examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '404': description: Response if the organization or role does not exist. '422': @@ -58728,7 +58738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *89 + - *90 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -58755,9 +58765,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58780,8 +58790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *89 - - *151 + - *90 + - *152 requestBody: required: false content: @@ -58838,8 +58848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -58896,8 +58906,8 @@ paths: - docker - nuget - container - - *89 - - &888 + - *90 + - &889 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -58933,12 +58943,12 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 '403': *29 '401': *25 - '400': &890 + '400': &891 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -58960,7 +58970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-an-organization parameters: - - &421 + - &422 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 @@ -58978,20 +58988,20 @@ paths: - docker - nuget - container - - &422 + - &423 name: package_name description: The name of the package. in: path required: true schema: type: string - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -59043,9 +59053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *421 - *422 - - *89 + - *423 + - *90 responses: '204': description: Response @@ -59077,9 +59087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *421 - *422 - - *89 + - *423 + - *90 - name: token description: package token schema: @@ -59111,9 +59121,9 @@ 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: - - *421 - *422 - - *89 + - *423 + - *90 - *19 - *17 - name: state @@ -59133,7 +59143,7 @@ paths: application/json: schema: type: array - items: &423 + items: &424 title: Package Version description: A version of a software package type: object @@ -59258,10 +59268,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: - - *421 - *422 - - *89 - - &424 + - *423 + - *90 + - &425 name: package_version_id description: Unique identifier of the package version. in: path @@ -59273,7 +59283,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -59309,10 +59319,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *421 - *422 - - *89 - - *424 + - *423 + - *90 + - *425 responses: '204': description: Response @@ -59344,10 +59354,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *421 - *422 - - *89 - - *424 + - *423 + - *90 + - *425 responses: '204': description: Response @@ -59374,10 +59384,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 - *17 - *19 - - &425 + - &426 name: sort description: The property by which to sort the results. in: query @@ -59387,8 +59397,8 @@ paths: enum: - created_at default: created_at - - *112 - - &426 + - *113 + - &427 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -59399,7 +59409,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &427 + - &428 name: repository description: The name of the repository to use to filter the results. in: query @@ -59407,7 +59417,7 @@ paths: schema: type: string example: Hello-World - - &428 + - &429 name: permission description: The permission to use to filter the results. in: query @@ -59415,7 +59425,7 @@ paths: schema: type: string example: issues_read - - &429 + - &430 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) @@ -59425,7 +59435,7 @@ paths: schema: type: string format: date-time - - &430 + - &431 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) @@ -59435,7 +59445,7 @@ paths: schema: type: string format: date-time - - &431 + - &432 name: token_id description: The ID of the token in: query @@ -59447,7 +59457,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 @@ -59579,7 +59589,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59599,7 +59609,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -59640,11 +59650,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59665,7 +59675,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -59701,11 +59711,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 - '204': *130 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59726,7 +59736,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -59737,7 +59747,7 @@ paths: - *17 - *19 responses: - '500': *40 + '500': *41 '404': *6 '403': *29 '200': @@ -59746,9 +59756,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: &432 + default: &433 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -59861,7 +59871,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59882,19 +59892,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *89 + - *90 - *17 - *19 - - *425 - - *112 - *426 + - *113 - *427 - *428 - *429 - *430 - *431 + - *432 responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 @@ -60021,7 +60031,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60041,7 +60051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -60076,9 +60086,9 @@ paths: - 1296269 - 1296280 responses: - '500': *40 + '500': *41 '404': *6 - '202': *39 + '202': *40 '403': *29 '422': *15 x-github: @@ -60101,7 +60111,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *89 + - *90 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -60129,9 +60139,9 @@ paths: value: action: revoke responses: - '500': *40 + '500': *41 '404': *6 - '204': *130 + '204': *131 '403': *29 '422': *15 x-github: @@ -60153,7 +60163,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *89 + - *90 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -60163,7 +60173,7 @@ paths: - *17 - *19 responses: - '500': *40 + '500': *41 '404': *6 '403': *29 '200': @@ -60172,11 +60182,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *432 + default: *433 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60198,7 +60208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -60216,7 +60226,7 @@ paths: type: integer configurations: type: array - items: &433 + items: &434 title: Organization private registry description: Private registry configuration for an organization type: object @@ -60355,7 +60365,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *47 + Link: *48 '400': *14 '404': *6 x-github: @@ -60378,7 +60388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -60727,7 +60737,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &434 + org-private-registry-with-selected-visibility: &435 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -60768,7 +60778,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -60794,7 +60804,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -60816,16 +60826,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '404': *6 x-github: githubCloudOnly: false @@ -60847,8 +60857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -61035,8 +61045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -61059,15 +61069,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-organization parameters: - - *89 + - *90 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -61076,7 +61086,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Projects v2 Project description: A projects v2 project type: object @@ -61146,7 +61156,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &983 + properties: &984 id: type: number description: The unique identifier of the status update. @@ -61194,7 +61204,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &984 + required: &985 - id - node_id - created_at @@ -61219,7 +61229,7 @@ paths: - deleted_at - deleted_by examples: - default: &436 + default: &437 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -61302,8 +61312,8 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -61322,25 +61332,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-organization parameters: - - &437 + - &438 name: project_number description: The project's number. in: path required: true schema: type: integer - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -61359,8 +61369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *89 - - *437 + - *90 + - *438 requestBody: required: true description: Details of the draft item to create in the project. @@ -61394,7 +61404,7 @@ paths: description: Response content: application/json: - schema: &443 + schema: &444 title: Projects v2 Item description: An item belonging to a project type: object @@ -61407,8 +61417,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *234 - - &629 + - *235 + - &630 title: Pull Request Simple description: Pull Request Simple type: object @@ -61514,8 +61524,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 nullable: true active_lock_reason: type: string @@ -61547,7 +61557,7 @@ paths: items: *4 requested_teams: type: array - items: *328 + items: *329 head: type: object properties: @@ -61555,7 +61565,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: @@ -61578,7 +61588,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: @@ -61597,7 +61607,7 @@ paths: _links: type: object properties: - comments: &440 + comments: &441 title: Link description: Hypermedia Link type: object @@ -61606,13 +61616,13 @@ paths: type: string required: - href - commits: *440 - statuses: *440 - html: *440 - issue: *440 - review_comments: *440 - review_comment: *440 - self: *440 + commits: *441 + statuses: *441 + html: *441 + issue: *441 + review_comments: *441 + review_comment: *441 + self: *441 required: - comments - commits @@ -61622,7 +61632,7 @@ paths: - review_comments - review_comment - self - author_association: *231 + author_association: *232 auto_merge: &767 title: Auto merge description: The status of auto merging a pull request. @@ -61648,6 +61658,45 @@ paths: - commit_title - commit_message nullable: true + stack: &768 + title: Pull Request Stack + description: The stack information associated with a pull + request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull + request belongs to. + sha: + type: string + description: The base SHA of the stack this pull + request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the + stack. + position: + type: integer + description: The one-based position of this pull request + within the stack, where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request + belongs to. + number: + type: integer + description: The number of the stack that this pull + request belongs to. + required: + - base + nullable: true draft: description: Indicates whether or not the pull request is a draft. @@ -61723,7 +61772,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &442 + content_type: &443 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -61763,7 +61812,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &444 + draft_issue: &445 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -61818,7 +61867,7 @@ paths: archived_at: project_url: https://api.github.com/users/octocat/projectsV2/1 item_url: https://api.github.com/users/octocat/projectsV2/items/17 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -61837,11 +61886,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-organization parameters: - - *437 - - *89 + - *438 + - *90 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -61849,7 +61898,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -61999,7 +62048,7 @@ paths: - updated_at - project_url examples: - default: &911 + default: &912 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62110,8 +62159,8 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -62129,8 +62178,8 @@ 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: - - *437 - - *89 + - *438 + - *90 requestBody: required: true content: @@ -62176,7 +62225,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &912 + items: &913 type: object properties: name: @@ -62213,7 +62262,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &913 + iteration_configuration: &914 type: object description: The configuration for iteration fields. properties: @@ -62263,7 +62312,7 @@ paths: value: name: Due date data_type: date - single_select_field: &914 + single_select_field: &915 summary: Create a single select field value: name: Priority @@ -62290,7 +62339,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &915 + iteration_field: &916 summary: Create an iteration field value: name: Sprint @@ -62314,9 +62363,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *441 + schema: *442 examples: - text_field: &916 + text_field: &917 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -62325,7 +62374,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: &917 + number_field: &918 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -62334,7 +62383,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: &918 + date_field: &919 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -62343,7 +62392,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: &919 + single_select_field: &920 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62377,7 +62426,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &920 + iteration_field: &921 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -62402,7 +62451,7 @@ paths: duration: 14 created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' - '304': *37 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -62422,23 +62471,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - - *437 - - &921 + - *438 + - &922 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &922 + default: &923 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62473,8 +62522,8 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -62494,8 +62543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *437 - - *89 + - *438 + - *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) for more information. @@ -62517,8 +62566,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -62527,7 +62576,7 @@ paths: application/json: schema: type: array - items: &445 + items: &446 title: Projects v2 Item description: An item belonging to a project type: object @@ -62543,7 +62592,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: *442 + content_type: *443 content: type: object additionalProperties: true @@ -62586,7 +62635,7 @@ paths: - updated_at - archived_at examples: - default: &446 + default: &447 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -63263,8 +63312,8 @@ paths: data_type: sub_issues_progress value: headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -63283,8 +63332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-organization-owned-project parameters: - - *89 - - *437 + - *90 + - *438 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -63354,23 +63403,23 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *444 + value: *445 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *444 + value: *445 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *444 + value: *445 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *444 - '304': *37 + value: *445 + '304': *38 '403': *29 '401': *25 x-github: @@ -63389,9 +63438,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: - - *437 - - *89 - - &447 + - *438 + - *90 + - &448 name: item_id description: The unique identifier of the project item. in: path @@ -63417,12 +63466,12 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -63440,9 +63489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-organization parameters: - - *437 - - *89 - - *447 + - *438 + - *90 + - *448 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -63512,13 +63561,13 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - text_field: *446 - number_field: *446 - date_field: *446 - single_select_field: *446 - iteration_field: *446 + text_field: *447 + number_field: *447 + date_field: *447 + single_select_field: *447 + iteration_field: *447 '401': *25 '403': *29 '404': *6 @@ -63538,9 +63587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-organization parameters: - - *437 - - *89 - - *447 + - *438 + - *90 + - *448 responses: '204': description: Response @@ -63563,8 +63612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *89 - - *437 + - *90 + - *438 requestBody: required: true content: @@ -63635,7 +63684,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &902 + schema: &903 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -63733,7 +63782,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &448 + value: &449 value: id: 1 number: 1 @@ -63779,11 +63828,11 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *448 + value: *449 roadmap_view: summary: Response for creating a roadmap view - value: *448 - '304': *37 + value: *449 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -63810,9 +63859,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: - - *437 - - *89 - - &923 + - *438 + - *90 + - &924 name: view_number description: The number that identifies the project view. in: path @@ -63834,8 +63883,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -63844,12 +63893,12 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -63871,7 +63920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -63879,9 +63928,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -63908,7 +63957,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -63919,7 +63968,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *164 + items: *165 minItems: 1 maxItems: 100 required: @@ -63949,9 +63998,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -63972,16 +64021,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -64004,13 +64053,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 requestBody: required: true content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -64026,9 +64075,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -64051,10 +64100,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 x-github: @@ -64075,7 +64124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 - *17 - *19 - name: repository_query @@ -64113,7 +64162,7 @@ paths: example: octocat/Hello-World properties: type: array - items: *163 + items: *164 description: List of custom property names and associated values required: - repository_id @@ -64134,7 +64183,7 @@ paths: - property_name: team value: octocat headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -64162,7 +64211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -64182,7 +64231,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *163 + items: *164 required: - repository_names - properties @@ -64223,7 +64272,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-public-organization-members parameters: - - *89 + - *90 - *17 - *19 responses: @@ -64235,9 +64284,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64254,8 +64303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response if user is a public member @@ -64279,8 +64328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -64301,8 +64350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -64326,7 +64375,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-organization-repositories parameters: - - *89 + - *90 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -64373,11 +64422,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *432 + default: *433 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64396,7 +64445,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#create-an-organization-repository parameters: - - *89 + - *90 requestBody: required: true content: @@ -64578,7 +64627,7 @@ paths: description: Response content: application/json: - schema: &514 + schema: &515 title: Full Repository description: Full Repository type: object @@ -64863,8 +64912,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *450 - required: *451 + properties: *451 + required: *452 nullable: true temp_clone_token: type: string @@ -64948,8 +64997,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true organization: title: Simple User @@ -64958,8 +65007,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *80 - source: *80 + parent: *81 + source: *81 forks: type: integer master_branch: @@ -64976,7 +65025,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &634 + properties: &635 url: type: string format: uri @@ -64992,12 +65041,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &635 + required: &636 - url - key - name - html_url - security_and_analysis: *452 + security_and_analysis: *453 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -65081,7 +65130,7 @@ paths: - network_count - subscribers_count examples: - default: &516 + default: &517 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -65599,7 +65648,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -65607,9 +65656,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *454 + default: *455 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -65631,10 +65680,10 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - *17 - *19 - - &790 + - &791 name: targets description: | A comma-separated list of rule targets to filter by. @@ -65652,7 +65701,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -65683,7 +65732,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -65699,7 +65748,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 requestBody: description: Request body required: true @@ -65720,21 +65769,20 @@ paths: - push - repository default: branch - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *455 + items: *177 + conditions: *456 rules: type: array description: An array of rules within the ruleset. - items: &457 + items: &458 title: Repository Rule type: object description: A repository rule. oneOf: - - *177 - *178 - *179 - *180 @@ -65748,13 +65796,14 @@ paths: - *188 - *189 - *190 - - *194 + - *191 - *195 - *196 - *197 - - *191 + - *198 - *192 - *193 + - *194 required: - name - enforcement @@ -65792,9 +65841,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: &456 + default: &457 value: id: 21 name: super cool ruleset @@ -65835,7 +65884,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *40 + '500': *41 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -65849,8 +65898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *89 - - &792 + - *90 + - &793 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 @@ -65860,16 +65909,16 @@ paths: schema: type: string x-multi-segment: true - - *325 - - *107 - - &793 + - *326 + - *108 + - &794 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 - - &794 + - &795 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -65882,7 +65931,7 @@ paths: - bypass - all default: all - - &795 + - &796 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. @@ -65905,7 +65954,7 @@ paths: description: Response content: application/json: - schema: &796 + schema: &797 title: Rule Suites description: Response type: array @@ -65960,7 +66009,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &797 + default: &798 value: - id: 21 actor_id: 12 @@ -65984,7 +66033,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66003,8 +66052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *89 - - &798 + - *90 + - &799 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -66020,7 +66069,7 @@ paths: description: Response content: application/json: - schema: &799 + schema: &800 title: Rule Suite description: Response type: object @@ -66119,7 +66168,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &800 + default: &801 value: id: 21 actor_id: 12 @@ -66154,7 +66203,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66180,7 +66229,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -66192,11 +66241,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *456 + default: *457 '404': *6 - '500': *40 + '500': *41 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -66212,7 +66261,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -66238,16 +66287,16 @@ paths: - tag - push - repository - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *455 + items: *177 + conditions: *456 rules: description: An array of rules within the ruleset. type: array - items: *457 + items: *458 examples: default: value: @@ -66282,12 +66331,12 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *456 + default: *457 '404': *6 '422': *15 - '500': *40 + '500': *41 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -66303,7 +66352,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -66314,7 +66363,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -66326,7 +66375,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rules#get-organization-ruleset-history parameters: - - *89 + - *90 - *17 - *19 - name: ruleset_id @@ -66342,11 +66391,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *458 + default: *459 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66363,7 +66412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rules#get-organization-ruleset-version parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -66381,7 +66430,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -66421,7 +66470,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66443,8 +66492,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *89 - - *460 + - *90 - *461 - *462 - *463 @@ -66452,10 +66500,11 @@ paths: - *465 - *466 - *467 - - *112 + - *468 + - *113 - *19 - *17 - - &802 + - &803 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 @@ -66465,7 +66514,7 @@ paths: required: false schema: type: string - - &803 + - &804 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 @@ -66475,13 +66524,13 @@ paths: required: false schema: type: string - - *468 - *469 - *470 - *471 - *472 - *473 - *474 + - *475 responses: '200': description: Response @@ -66489,13 +66538,13 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *476 + default: *477 headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66520,11 +66569,11 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 - - *477 + - *90 - *478 - *479 - - *112 + - *480 + - *113 - *19 - *17 responses: @@ -66534,11 +66583,11 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *480 + default: *481 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -66559,7 +66608,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 requestBody: required: true content: @@ -66572,9 +66621,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *481 + items: *482 examples: - default: *482 + default: *483 responses: '201': description: All patterns created successfully. @@ -66586,9 +66635,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: *483 + default: *484 '400': *14 '403': *29 '404': *6 @@ -66612,7 +66661,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *484 + items: *485 delete: summary: Bulk delete organization custom patterns description: |- @@ -66631,7 +66680,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 requestBody: required: true content: @@ -66645,7 +66694,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *485 + items: *486 post_delete_action: type: string description: |- @@ -66658,14 +66707,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *486 + default: *487 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 "/orgs/{org}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update an organization custom pattern @@ -66685,7 +66734,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 - name: pattern_id in: path required: true @@ -66696,21 +66745,21 @@ paths: required: true content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: *489 + default: *490 '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -66731,15 +66780,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '403': *29 '404': *6 patch: @@ -66760,7 +66809,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *89 + - *90 requestBody: required: true content: @@ -66768,7 +66817,7 @@ paths: schema: type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -66794,7 +66843,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *205 + custom_pattern_version: *206 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -66830,7 +66879,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 "/orgs/{org}/security-advisories": get: @@ -66848,8 +66897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *89 - - *112 + - *90 + - *113 - name: sort description: The property to sort the results by. in: query @@ -66861,8 +66910,8 @@ paths: - updated - published default: created - - *110 - *111 + - *112 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -66892,7 +66941,7 @@ paths: application/json: schema: type: array - items: &824 + items: &825 description: A repository security advisory. type: object properties: @@ -67061,7 +67110,7 @@ paths: - patched_versions - vulnerable_functions additionalProperties: false - cvss_severities: *136 + cvss_severities: *137 cwes: type: array nullable: true @@ -67094,7 +67143,7 @@ paths: login: type: string description: The username of the user credited. - type: *492 + type: *493 credits_detailed: type: array nullable: true @@ -67104,7 +67153,7 @@ paths: type: object properties: user: *4 - type: *492 + type: *493 state: type: string description: The state of the user's acceptance of the @@ -67128,14 +67177,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *328 + items: *329 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *122 + - *123 required: - ghsa_id - cve_id @@ -67164,7 +67213,7 @@ paths: - private_fork additionalProperties: false examples: - default: &825 + default: &826 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -67543,7 +67592,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#list-security-manager-teams parameters: - - *89 + - *90 responses: '200': description: Response @@ -67551,7 +67600,7 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: default: value: @@ -67591,8 +67640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -67617,8 +67666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -67649,8 +67698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *89 - - *494 + - *90 + - *495 - *17 - *19 responses: @@ -67658,9 +67707,9 @@ paths: description: Success content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -67680,7 +67729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Immutable releases settings response @@ -67729,7 +67778,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -67786,7 +67835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *89 + - *90 - *19 - *17 responses: @@ -67804,9 +67853,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67825,7 +67874,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *89 + - *90 requestBody: required: true content: @@ -67874,8 +67923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -67897,8 +67946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -67921,7 +67970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -67939,11 +67988,11 @@ paths: type: integer network_configurations: type: array - items: *156 + items: *157 examples: - default: *497 + default: *498 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67962,7 +68011,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -68018,9 +68067,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68040,18 +68089,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - *158 + - *90 + - *159 responses: '200': description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68070,8 +68119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - *158 + - *90 + - *159 requestBody: required: true content: @@ -68124,9 +68173,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68145,8 +68194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *89 - - *158 + - *90 + - *159 responses: '204': description: Response @@ -68169,18 +68218,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *89 - - *498 + - *90 + - *499 responses: '200': description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68197,7 +68246,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -68216,7 +68265,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -68262,7 +68311,7 @@ paths: type: string nullable: true examples: - default: &512 + default: &513 value: groups: - group_id: '123' @@ -68295,7 +68344,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-teams parameters: - - *89 + - *90 - *17 - *19 - name: team_type @@ -68317,11 +68366,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -68341,7 +68390,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#create-a-team parameters: - - *89 + - *90 requestBody: required: true content: @@ -68405,7 +68454,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -68468,8 +68517,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true members_count: type: integer @@ -68732,7 +68781,7 @@ paths: - repos_count - organization examples: - default: &502 + default: &503 value: id: 1 node_id: MDQ6VGVhbTE= @@ -68802,16 +68851,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-by-name parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -68832,8 +68881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: false content: @@ -68895,16 +68944,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '201': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 '422': *15 '403': *29 @@ -68929,12 +68978,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response - '422': &505 + '422': &506 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -68956,17 +69005,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 - '422': *505 + default: *505 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -68985,8 +69034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: true content: @@ -69009,10 +69058,10 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 - '422': *505 + default: *508 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -69031,12 +69080,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response - '422': *505 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -69057,8 +69106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -69068,12 +69117,12 @@ paths: application/json: schema: type: array - items: *397 + items: *398 examples: - default: *398 + default: *399 headers: - Link: *47 - '422': *505 + Link: *48 + '422': *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69095,8 +69144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members parameters: - - *89 - - *226 + - *90 + - *227 - name: role description: Filters members returned by their role in the team. in: query @@ -69117,7 +69166,7 @@ paths: application/json: schema: type: array - items: &866 + items: &867 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 @@ -69236,7 +69285,7 @@ paths: - type - url examples: - default: &867 + default: &868 value: - login: octocat id: 1 @@ -69259,7 +69308,7 @@ paths: role: member inherited: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69287,15 +69336,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 responses: '200': description: Response content: application/json: - schema: &508 + schema: &509 title: Team Membership description: Team Membership type: object @@ -69322,7 +69371,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &868 + response-if-user-is-a-team-maintainer: &869 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -69358,9 +69407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 requestBody: required: false content: @@ -69385,9 +69434,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - response-if-users-membership-with-team-is-now-pending: &869 + response-if-users-membership-with-team-is-now-pending: &870 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -69422,9 +69471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 responses: '204': description: Response @@ -69450,8 +69499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -69461,11 +69510,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *432 + default: *433 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69492,16 +69541,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *89 - - *226 - - *509 + - *90 + - *227 - *510 + - *511 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &870 + schema: &871 title: Team Repository description: A team's access to a repository. type: object @@ -69524,8 +69573,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true forks: type: integer @@ -70063,10 +70112,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *89 - - *226 - - *509 + - *90 + - *227 - *510 + - *511 requestBody: required: false content: @@ -70111,10 +70160,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *89 - - *226 - - *509 + - *90 + - *227 - *510 + - *511 responses: '204': description: Response @@ -70140,17 +70189,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 - '422': *505 + default: *513 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -70172,8 +70221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: true content: @@ -70216,7 +70265,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -70228,7 +70277,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *505 + '422': *506 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -70249,8 +70298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -70260,9 +70309,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - response-if-child-teams-exist: &871 + response-if-child-teams-exist: &872 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -70290,7 +70339,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70315,7 +70364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *89 + - *90 - name: security_product in: path description: The security feature to enable or disable. @@ -70415,7 +70464,7 @@ paths: resources: type: object properties: - core: &513 + core: &514 title: Rate Limit type: object properties: @@ -70432,17 +70481,17 @@ paths: - remaining - reset - used - graphql: *513 - search: *513 - code_search: *513 - source_import: *513 - integration_manifest: *513 - actions_runner_registration: *513 - scim: *513 - dependency_snapshots: *513 - dependency_sbom: *513 - code_scanning_autofix: *513 - copilot_usage_records: *513 + 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 required: - core - search @@ -70516,7 +70565,7 @@ paths: schema: type: integer format: timestamp - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -70539,14 +70588,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: default-response: summary: Default response @@ -71054,7 +71103,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *515 + '301': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71072,8 +71121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#update-a-repository parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -71393,10 +71442,10 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 - '307': &517 + default: *517 + '307': &518 description: Temporary Redirect content: application/json: @@ -71425,8 +71474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -71448,9 +71497,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository - '307': *517 + '307': *518 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71472,11 +71521,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - *19 - - &533 + - &534 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -71499,7 +71548,7 @@ paths: type: integer artifacts: type: array - items: &518 + items: &519 title: Artifact description: An artifact type: object @@ -71577,7 +71626,7 @@ paths: - expires_at - updated_at examples: - default: &534 + default: &535 value: total_count: 2 artifacts: @@ -71616,7 +71665,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71638,9 +71687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#get-an-artifact parameters: - - *509 - *510 - - &519 + - *511 + - &520 name: artifact_id description: The unique identifier of the artifact. in: path @@ -71652,7 +71701,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -71690,9 +71739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#delete-an-artifact parameters: - - *509 - *510 - - *519 + - *511 + - *520 responses: '204': description: Response @@ -71716,9 +71765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#download-an-artifact parameters: - - *509 - *510 - - *519 + - *511 + - *520 - name: archive_format in: path required: true @@ -71728,15 +71777,11 @@ paths: '302': description: Response headers: - Location: &653 + Location: &654 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &701 - description: Gone - content: - application/json: - schema: *3 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71757,14 +71802,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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: &520 + schema: &521 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -71775,7 +71820,7 @@ paths: type: integer example: 14 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -71797,15 +71842,15 @@ 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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *520 + schema: *521 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -71832,14 +71877,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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: &521 + schema: &522 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -71850,7 +71895,7 @@ paths: type: integer example: 10 examples: - default: *46 + default: *47 '403': *29 '404': *6 x-github: @@ -71872,15 +71917,15 @@ 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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *521 + schema: *522 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -71909,14 +71954,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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -71942,11 +71987,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: - - *509 - *510 + - *511 - *17 - *19 - - &523 + - &524 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 @@ -71974,13 +72019,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *112 + - *113 responses: '200': description: Response content: application/json: - schema: &524 + schema: &525 title: Repository actions caches description: Repository actions caches type: object @@ -72022,7 +72067,7 @@ paths: - total_count - actions_caches examples: - default: &525 + default: &526 value: total_count: 1 actions_caches: @@ -72034,7 +72079,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72054,23 +72099,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: - - *509 - *510 + - *511 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *523 + - *524 responses: '200': description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72090,8 +72135,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: - - *509 - *510 + - *511 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -72120,10 +72165,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - - *111 + - *112 responses: '200': description: Response @@ -72171,7 +72216,7 @@ paths: group_url: https://api.github.com/repos/octocat/Hello-World/actions/concurrency_groups/ci-build last_acquired_at: '2026-01-15T16:13:55Z' headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -72203,8 +72248,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: - - *509 - *510 + - *511 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -72356,9 +72401,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: - - *509 - *510 - - &526 + - *511 + - &527 name: job_id description: The unique identifier of the job. in: path @@ -72370,7 +72415,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: Job description: Information of a job execution in a workflow run type: object @@ -72677,9 +72722,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: - - *509 - *510 - - *526 + - *511 + - *527 responses: '302': description: Response @@ -72707,9 +72752,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: - - *509 - *510 - - *526 + - *511 + - *527 requestBody: required: false content: @@ -72735,7 +72780,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -72759,8 +72804,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: - - *509 - *510 + - *511 responses: '200': description: Status response @@ -72819,8 +72864,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -72859,7 +72904,7 @@ paths: description: Empty response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -72888,8 +72933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-organization-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -72907,7 +72952,7 @@ paths: type: integer secrets: type: array - items: &539 + items: &540 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -72927,7 +72972,7 @@ paths: - created_at - updated_at examples: - default: &540 + default: &541 value: total_count: 2 secrets: @@ -72938,7 +72983,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72960,9 +73005,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-organization-variables parameters: - - *509 - *510 - - *314 + - *511 + - *315 - *19 responses: '200': @@ -72979,7 +73024,7 @@ paths: type: integer variables: type: array - items: &541 + items: &542 title: Actions Variable type: object properties: @@ -73009,7 +73054,7 @@ paths: - created_at - updated_at examples: - default: &542 + default: &543 value: total_count: 2 variables: @@ -73022,7 +73067,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73042,8 +73087,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -73052,12 +73097,12 @@ paths: schema: type: object properties: - enabled: &527 + enabled: &528 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *62 - selected_actions_url: *282 - sha_pinning_required: *63 + allowed_actions: *63 + selected_actions_url: *283 + sha_pinning_required: *64 required: - enabled examples: @@ -73087,8 +73132,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: - - *509 - *510 + - *511 responses: '204': description: Response @@ -73099,9 +73144,9 @@ paths: schema: type: object properties: - enabled: *527 - allowed_actions: *62 - sha_pinning_required: *63 + enabled: *528 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled examples: @@ -73132,14 +73177,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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: &528 + schema: &529 type: object properties: access_level: @@ -73157,7 +73202,7 @@ paths: required: - access_level examples: - default: &529 + default: &530 value: access_level: organization x-github: @@ -73182,15 +73227,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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 responses: '204': description: Response @@ -73214,14 +73259,14 @@ 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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -73245,8 +73290,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: - - *509 - *510 + - *511 responses: '204': description: Empty response for successful settings update @@ -73256,7 +73301,7 @@ paths: required: true content: application/json: - schema: *285 + schema: *286 examples: default: summary: Set retention days @@ -73280,16 +73325,16 @@ 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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *286 + default: *287 '404': *6 x-github: enabledForGitHubApps: true @@ -73308,8 +73353,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: - - *509 - *510 + - *511 responses: '204': description: Response @@ -73319,7 +73364,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -73343,16 +73388,16 @@ 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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *65 + default: *66 '403': *29 '404': *6 x-github: @@ -73372,15 +73417,15 @@ 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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *288 + schema: *289 examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -73404,16 +73449,16 @@ 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: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *68 + default: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73436,8 +73481,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: - - *509 - *510 + - *511 responses: '204': description: Response @@ -73445,9 +73490,9 @@ paths: required: false content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73469,16 +73514,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73499,8 +73544,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: - - *509 - *510 + - *511 responses: '204': description: Success response @@ -73511,9 +73556,9 @@ paths: required: true content: application/json: - schema: *292 + schema: *293 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73540,8 +73585,8 @@ paths: in: query schema: type: string - - *509 - *510 + - *511 - *17 - *19 responses: @@ -73559,11 +73604,11 @@ paths: type: integer runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73585,8 +73630,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -73594,9 +73639,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73618,8 +73663,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -73662,10 +73707,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73693,16 +73738,16 @@ 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: - - *509 - *510 + - *511 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73730,16 +73775,16 @@ 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: - - *509 - *510 + - *511 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73761,17 +73806,17 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73792,9 +73837,9 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 responses: '204': description: Response @@ -73820,11 +73865,11 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 responses: - '200': *83 + '200': *84 '404': *6 x-github: githubCloudOnly: false @@ -73846,9 +73891,9 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 requestBody: required: true content: @@ -73872,7 +73917,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -73896,9 +73941,9 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 requestBody: required: true content: @@ -73923,7 +73968,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -73947,11 +73992,11 @@ 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: - - *509 - *510 - - *77 + - *511 + - *78 responses: - '200': *302 + '200': *303 '404': *6 x-github: githubCloudOnly: false @@ -73978,12 +74023,12 @@ 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: - - *509 - *510 - - *77 - - *303 + - *511 + - *78 + - *304 responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -74009,9 +74054,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: - - *509 - *510 - - &545 + - *511 + - &546 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. @@ -74019,7 +74064,7 @@ paths: required: false schema: type: string - - &546 + - &547 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -74027,7 +74072,7 @@ paths: required: false schema: type: string - - &547 + - &548 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -74036,7 +74081,7 @@ paths: required: false schema: type: string - - &548 + - &549 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 @@ -74063,7 +74108,7 @@ paths: - pending - *17 - *19 - - &549 + - &550 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)." @@ -74072,7 +74117,7 @@ paths: schema: type: string format: date-time - - &530 + - &531 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -74081,13 +74126,13 @@ paths: schema: type: boolean default: false - - &550 + - &551 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &551 + - &552 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -74110,7 +74155,7 @@ paths: type: integer workflow_runs: type: array - items: &531 + items: &532 title: Workflow Run description: An invocation of a workflow type: object @@ -74205,7 +74250,7 @@ paths: that triggered the run. type: array nullable: true - items: *239 + items: *240 created_at: type: string format: date-time @@ -74258,7 +74303,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &575 + properties: &576 id: type: string description: SHA for the commit @@ -74309,7 +74354,7 @@ paths: - name - email nullable: true - required: &576 + required: &577 - id - tree_id - message @@ -74317,8 +74362,8 @@ paths: - author - committer nullable: true - repository: *295 - head_repository: *295 + repository: *296 + head_repository: *296 head_repository_id: type: integer example: 5 @@ -74356,7 +74401,7 @@ paths: - workflow_url - pull_requests examples: - default: &552 + default: &553 value: total_count: 1 workflow_runs: @@ -74570,7 +74615,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74592,24 +74637,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *509 - *510 - - &532 + - *511 + - &533 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *530 + - *531 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &535 + default: &536 value: id: 30433642 name: Build @@ -74850,9 +74895,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '204': description: Response @@ -74875,9 +74920,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: - - *509 - *510 - - *532 + - *511 + - *533 responses: '200': description: Response @@ -74996,15 +75041,15 @@ 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: - - *509 - *510 - - *532 + - *511 + - *533 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -75031,13 +75076,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *509 - *510 - - *532 + - *511 + - *533 - *17 - *19 - - *533 - - *112 + - *534 + - *113 responses: '200': description: Response @@ -75053,11 +75098,11 @@ paths: type: integer artifacts: type: array - items: *518 + items: *519 examples: - default: *534 + default: *535 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75079,25 +75124,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *509 - *510 - - *532 - - &536 + - *511 + - *533 + - &537 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *530 + - *531 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *535 + default: *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75120,10 +75165,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: - - *509 - *510 - - *532 - - *536 + - *511 + - *533 + - *537 - *17 - *19 responses: @@ -75141,9 +75186,9 @@ paths: type: integer jobs: type: array - items: *537 + items: *538 examples: - default: &538 + default: &539 value: total_count: 1 jobs: @@ -75232,7 +75277,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -75256,10 +75301,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *509 - *510 - - *532 - - *536 + - *511 + - *533 + - *537 responses: '302': description: Response @@ -75287,19 +75332,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '202': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75335,12 +75380,12 @@ 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: - - *509 - *510 - - *532 + - *511 + - *533 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -75483,7 +75528,7 @@ paths: job_url: https://api.github.com/repos/octocat/Hello-World/actions/jobs/798245260 job_html_url: https://github.com/octocat/Hello-World/actions/runs/30433642/job/798245260 headers: - Link: *47 + Link: *48 '404': *6 '422': *15 x-github: @@ -75508,9 +75553,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: - - *509 - *510 - - *532 + - *511 + - *533 requestBody: required: true content: @@ -75577,19 +75622,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '202': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75612,9 +75657,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: - - *509 - *510 - - *532 + - *511 + - *533 - 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 @@ -75644,11 +75689,11 @@ paths: type: integer jobs: type: array - items: *537 + items: *538 examples: - default: *538 + default: *539 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75671,9 +75716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '302': description: Response @@ -75700,14 +75745,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '204': description: Response '403': *29 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75729,9 +75774,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: - - *509 - *510 - - *532 + - *511 + - *533 responses: '200': description: Response @@ -75791,7 +75836,7 @@ paths: items: type: object properties: - type: &668 + type: &669 type: string description: The type of reviewer. enum: @@ -75801,7 +75846,7 @@ paths: reviewer: anyOf: - *4 - - *328 + - *329 required: - environment - wait_timer @@ -75876,9 +75921,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: - - *509 - *510 - - *532 + - *511 + - *533 requestBody: required: true content: @@ -75925,12 +75970,12 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &941 + properties: &942 url: type: string format: uri @@ -76013,9 +76058,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - required: &942 + properties: *230 + required: *231 + required: &943 - id - node_id - sha @@ -76031,7 +76076,7 @@ paths: - created_at - updated_at examples: - default: &656 + default: &657 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -76087,9 +76132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *509 - *510 - - *532 + - *511 + - *533 requestBody: required: false content: @@ -76110,7 +76155,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -76133,9 +76178,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: - - *509 - *510 - - *532 + - *511 + - *533 requestBody: required: false content: @@ -76156,7 +76201,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -76189,9 +76234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *509 - *510 - - *532 + - *511 + - *533 responses: '200': description: Response @@ -76328,8 +76373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -76347,11 +76392,11 @@ paths: type: integer secrets: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76374,16 +76419,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-public-key parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76405,17 +76450,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &553 + default: &554 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -76441,9 +76486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 requestBody: required: true content: @@ -76474,7 +76519,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -76500,9 +76545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '204': description: Response @@ -76527,9 +76572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-variables parameters: - - *509 - *510 - - *314 + - *511 + - *315 - *19 responses: '200': @@ -76546,11 +76591,11 @@ paths: type: integer variables: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76571,8 +76616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-a-repository-variable parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -76599,7 +76644,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -76624,17 +76669,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: &554 + default: &555 value: name: USERNAME value: octocat @@ -76660,9 +76705,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 requestBody: required: true content: @@ -76704,9 +76749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 responses: '204': description: Response @@ -76731,8 +76776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#list-repository-workflows parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -76750,7 +76795,7 @@ paths: type: integer workflows: type: array - items: &543 + items: &544 title: Workflow description: A GitHub Actions workflow type: object @@ -76834,7 +76879,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76857,9 +76902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-a-workflow parameters: - - *509 - *510 - - &544 + - *511 + - &545 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -76874,7 +76919,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -76907,9 +76952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#disable-a-workflow parameters: - - *509 - *510 - - *544 + - *511 + - *545 responses: '204': description: Response @@ -76934,9 +76979,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *509 - *510 - - *544 + - *511 + - *545 responses: '200': description: Response including the workflow run ID and URLs. @@ -77016,9 +77061,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#enable-a-workflow parameters: - - *509 - *510 - - *544 + - *511 + - *545 responses: '204': description: Response @@ -77045,19 +77090,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: - - *509 - *510 - - *544 + - *511 - *545 - *546 - *547 - *548 + - *549 - *17 - *19 - - *549 - - *530 - *550 + - *531 - *551 + - *552 responses: '200': description: Response @@ -77073,11 +77118,11 @@ paths: type: integer workflow_runs: type: array - items: *531 + items: *532 examples: - default: *552 + default: *553 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77108,9 +77153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-workflow-usage parameters: - - *509 - *510 - - *544 + - *511 + - *545 responses: '200': description: Response @@ -77171,12 +77216,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-activities parameters: - - *509 - *510 - - *112 + - *511 + - *113 - *17 - - *110 - *111 + - *112 - name: ref description: |- The Git reference for the activities you want to list. @@ -77317,7 +77362,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '422': *7 x-github: githubCloudOnly: false @@ -77341,8 +77386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-organization-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -77360,11 +77405,11 @@ paths: type: integer secrets: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77386,9 +77431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-organization-variables parameters: - - *509 - *510 - - *314 + - *511 + - *315 - *19 responses: '200': @@ -77405,11 +77450,11 @@ paths: type: integer variables: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77432,8 +77477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -77451,11 +77496,11 @@ paths: type: integer secrets: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77478,16 +77523,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-public-key parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77509,17 +77554,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *553 + default: *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77541,9 +77586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 requestBody: required: true content: @@ -77574,7 +77619,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -77600,9 +77645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#delete-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '204': description: Response @@ -77627,9 +77672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-variables parameters: - - *509 - *510 - - *314 + - *511 + - *315 - *19 responses: '200': @@ -77646,11 +77691,11 @@ paths: type: integer variables: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77671,8 +77716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#create-a-repository-variable parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -77699,7 +77744,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -77724,17 +77769,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#get-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77755,9 +77800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#update-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 requestBody: required: true content: @@ -77799,9 +77844,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#delete-a-repository-variable parameters: - - *509 - *510 - - *308 + - *511 + - *309 responses: '204': description: Response @@ -77822,8 +77867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#list-assignees parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -77835,9 +77880,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -77860,8 +77905,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: - - *509 - *510 + - *511 - name: assignee in: path required: true @@ -77897,8 +77942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#create-an-attestation parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -78008,11 +78053,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#list-attestations parameters: - - *509 - *510 + - *511 - *17 - - *110 - *111 + - *112 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -78050,7 +78095,7 @@ paths: initiator: type: string examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78070,8 +78115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -78079,7 +78124,7 @@ paths: application/json: schema: type: array - items: &556 + items: &557 title: Autolink reference description: An autolink reference. type: object @@ -78133,8 +78178,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -78173,9 +78218,9 @@ paths: description: response content: application/json: - schema: *556 + schema: *557 examples: - default: &557 + default: &558 value: id: 1 key_prefix: TICKET- @@ -78206,9 +78251,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: - - *509 - *510 - - &558 + - *511 + - &559 name: autolink_id description: The unique identifier of the autolink. in: path @@ -78220,9 +78265,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '404': *6 x-github: githubCloudOnly: false @@ -78242,9 +78287,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: - - *509 - *510 - - *558 + - *511 + - *559 responses: '204': description: Response @@ -78268,8 +78313,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: - - *509 - *510 + - *511 responses: '200': description: Response if Dependabot is enabled @@ -78317,8 +78362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-dependabot-security-updates parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -78339,8 +78384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-dependabot-security-updates parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -78360,8 +78405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#list-branches parameters: - - *509 - *510 + - *511 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -78399,7 +78444,7 @@ paths: - url protected: type: boolean - protection: &560 + protection: &561 title: Branch Protection description: Branch Protection type: object @@ -78441,7 +78486,7 @@ paths: required: - contexts - checks - enforce_admins: &563 + enforce_admins: &564 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -78456,7 +78501,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &565 + required_pull_request_reviews: &566 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -78477,7 +78522,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *328 + items: *329 apps: description: The list of apps with review dismissal access. @@ -78506,7 +78551,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *328 + items: *329 apps: description: The list of apps allowed to bypass pull request requirements. @@ -78532,7 +78577,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &562 + restrictions: &563 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -78595,7 +78640,7 @@ paths: type: string teams: type: array - items: *328 + items: *329 apps: type: array items: @@ -78791,7 +78836,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -78809,9 +78854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#get-a-branch parameters: - - *509 - *510 - - &561 + - *511 + - &562 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). @@ -78825,14 +78870,14 @@ paths: description: Response content: application/json: - schema: &571 + schema: &572 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &625 + commit: &626 title: Commit description: Commit type: object @@ -78866,7 +78911,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &559 + properties: &560 name: type: string example: '"Chris Wanstrath"' @@ -78882,7 +78927,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *559 + properties: *560 nullable: true message: type: string @@ -78903,7 +78948,7 @@ paths: required: - sha - url - verification: &686 + verification: &687 title: Verification type: object properties: @@ -78937,12 +78982,12 @@ paths: nullable: true oneOf: - *4 - - *306 + - *307 committer: nullable: true oneOf: - *4 - - *306 + - *307 parents: type: array items: @@ -78973,7 +79018,7 @@ paths: type: integer files: type: array - items: &638 + items: &639 title: Diff Entry description: Diff Entry type: object @@ -79057,7 +79102,7 @@ paths: - self protected: type: boolean - protection: *560 + protection: *561 protection_url: type: string format: uri @@ -79164,7 +79209,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *515 + '301': *516 '404': *6 x-github: githubCloudOnly: false @@ -79186,15 +79231,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -79388,9 +79433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -79645,7 +79690,7 @@ paths: url: type: string format: uri - required_status_checks: &568 + required_status_checks: &569 title: Status Check Policy description: Status Check Policy type: object @@ -79721,7 +79766,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 apps: type: array items: *5 @@ -79739,7 +79784,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 apps: type: array items: *5 @@ -79797,7 +79842,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *562 + restrictions: *563 required_conversation_resolution: type: object properties: @@ -79909,9 +79954,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -79936,17 +79981,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: &564 + default: &565 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -79968,17 +80013,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79997,9 +80042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80024,17 +80069,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -80130,9 +80175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -80230,9 +80275,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 x-github: githubCloudOnly: false @@ -80253,9 +80298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80282,17 +80327,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: &567 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -80315,17 +80360,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *567 + default: *568 '404': *6 x-github: githubCloudOnly: false @@ -80345,9 +80390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80372,17 +80417,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-status-checks-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &569 + default: &570 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -80408,9 +80453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-status-check-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -80462,9 +80507,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '404': *6 '422': *15 x-github: @@ -80486,9 +80531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-protection parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80512,9 +80557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response @@ -80548,9 +80593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-status-check-contexts parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -80617,9 +80662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-status-check-contexts parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -80683,9 +80728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: content: application/json: @@ -80751,15 +80796,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -80850,9 +80895,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 responses: '204': description: Response @@ -80875,9 +80920,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: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response @@ -80887,7 +80932,7 @@ paths: type: array items: *5 examples: - default: &570 + default: &571 value: - id: 1 slug: octoapp @@ -80944,9 +80989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -80980,7 +81025,7 @@ paths: type: array items: *5 examples: - default: *570 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -81001,9 +81046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81037,7 +81082,7 @@ paths: type: array items: *5 examples: - default: *570 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -81058,9 +81103,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81094,7 +81139,7 @@ paths: type: array items: *5 examples: - default: *570 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -81116,9 +81161,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: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response @@ -81126,9 +81171,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 '404': *6 x-github: githubCloudOnly: false @@ -81148,9 +81193,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -81186,9 +81231,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -81209,9 +81254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: false content: @@ -81247,9 +81292,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -81270,9 +81315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: content: application/json: @@ -81307,9 +81352,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 '422': *15 x-github: githubCloudOnly: false @@ -81331,9 +81376,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: - - *509 - *510 - - *561 + - *511 + - *562 responses: '200': description: Response @@ -81343,7 +81388,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '404': *6 x-github: githubCloudOnly: false @@ -81367,9 +81412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81402,7 +81447,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -81427,9 +81472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81462,7 +81507,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -81487,9 +81532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81522,7 +81567,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -81549,9 +81594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#rename-a-branch parameters: - - *509 - *510 - - *561 + - *511 + - *562 requestBody: required: true content: @@ -81573,7 +81618,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -81687,12 +81732,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *509 - *510 - - *105 + - *511 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -81702,11 +81747,11 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -81724,8 +81769,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *509 - *510 + - *511 - name: bypass_request_number in: path required: true @@ -81739,7 +81784,7 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -81777,7 +81822,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -81798,12 +81843,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *509 - *510 - - *105 + - *511 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -81813,12 +81858,12 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -81839,8 +81884,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *509 - *510 + - *511 - name: bypass_request_number in: path required: true @@ -81852,7 +81897,7 @@ paths: description: A single bypass request. content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -81890,7 +81935,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review a bypass request for secret scanning description: |- @@ -81910,8 +81955,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *509 - *510 + - *511 - name: bypass_request_number in: path required: true @@ -81961,7 +82006,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -81982,8 +82027,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *509 - *510 + - *511 - name: bypass_response_id in: path required: true @@ -81996,7 +82041,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -82016,8 +82061,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#create-a-check-run parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -82296,7 +82341,7 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 title: CheckRun description: A check performed on the code of a given code change type: object @@ -82407,16 +82452,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *239 - deployment: &934 + items: *240 + deployment: &935 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -82483,8 +82528,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -82696,9 +82741,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#get-a-check-run parameters: - - *509 - *510 - - &573 + - *511 + - &574 name: check_run_id description: The unique identifier of the check run. in: path @@ -82710,9 +82755,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: &574 + default: &575 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -82812,9 +82857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#update-a-check-run parameters: - - *509 - *510 - - *573 + - *511 + - *574 requestBody: required: true content: @@ -83054,9 +83099,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *574 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83076,9 +83121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-run-annotations parameters: - - *509 - *510 - - *573 + - *511 + - *574 - *17 - *19 responses: @@ -83153,7 +83198,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83173,15 +83218,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#rerequest-a-check-run parameters: - - *509 - *510 - - *573 + - *511 + - *574 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -83219,8 +83264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#create-a-check-suite parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -83242,7 +83287,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &577 + schema: &578 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -83306,7 +83351,7 @@ paths: nullable: true pull_requests: type: array - items: *239 + items: *240 nullable: true app: title: GitHub app @@ -83317,9 +83362,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - repository: *295 + properties: *230 + required: *231 + repository: *296 created_at: type: string format: date-time @@ -83328,12 +83373,12 @@ paths: type: string format: date-time nullable: true - head_commit: &967 + head_commit: &968 title: Simple Commit description: A commit. type: object - properties: *575 - required: *576 + properties: *576 + required: *577 latest_check_runs_count: type: integer check_runs_url: @@ -83361,7 +83406,7 @@ paths: - check_runs_url - pull_requests examples: - default: &578 + default: &579 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -83652,9 +83697,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83673,8 +83718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -83735,7 +83780,7 @@ paths: required: - app_id - setting - repository: *295 + repository: *296 examples: default: value: @@ -83983,9 +84028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#get-a-check-suite parameters: - - *509 - *510 - - &579 + - *511 + - &580 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -83997,9 +84042,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84022,17 +84067,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: - - *509 - *510 - - *579 - - &631 + - *511 + - *580 + - &632 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &632 + - &633 name: status description: Returns check runs with the specified `status`. in: query @@ -84071,9 +84116,9 @@ paths: type: integer check_runs: type: array - items: *572 + items: *573 examples: - default: &633 + default: &634 value: total_count: 1 check_runs: @@ -84155,7 +84200,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84175,15 +84220,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#rerequest-a-check-suite parameters: - - *509 - *510 - - *579 + - *511 + - *580 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -84210,30 +84255,30 @@ 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: - - *509 - *510 - - *332 + - *511 - *333 + - *334 - *19 - *17 - - &595 + - &596 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: *580 - - &596 + schema: *581 + - &597 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *112 - - *110 + - *113 - *111 + - *112 - name: sort description: The property by which to sort the results. in: query @@ -84249,13 +84294,13 @@ paths: be returned. in: query required: false - schema: *334 + schema: *335 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *581 + schema: *582 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -84274,14 +84319,14 @@ paths: items: type: object properties: - number: *134 - created_at: *141 - updated_at: *142 - url: *139 - html_url: *140 - instances_url: *582 - state: *115 - fixed_at: *144 + number: *135 + created_at: *142 + updated_at: *143 + url: *140 + html_url: *141 + instances_url: *583 + state: *116 + fixed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -84289,12 +84334,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *143 - dismissed_reason: *583 - dismissed_comment: *584 - rule: *585 - tool: *586 - most_recent_instance: *587 + dismissed_at: *144 + dismissed_reason: *584 + dismissed_comment: *585 + rule: *586 + tool: *587 + most_recent_instance: *588 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -84419,15 +84464,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *37 - '403': &588 + '304': *38 + '403': &589 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84447,9 +84492,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: - - *509 - *510 - - &589 + - *511 + - &590 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -84457,23 +84502,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *134 + schema: *135 responses: '200': description: Response content: application/json: - schema: &590 + schema: &591 type: object properties: - number: *134 - created_at: *141 - updated_at: *142 - url: *139 - html_url: *140 - instances_url: *582 - state: *115 - fixed_at: *144 + number: *135 + created_at: *142 + updated_at: *143 + url: *140 + html_url: *141 + instances_url: *583 + state: *116 + fixed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -84481,9 +84526,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *143 - dismissed_reason: *583 - dismissed_comment: *584 + dismissed_at: *144 + dismissed_reason: *584 + dismissed_comment: *585 rule: type: object properties: @@ -84537,8 +84582,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *586 - most_recent_instance: *587 + tool: *587 + most_recent_instance: *588 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -84636,10 +84681,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *37 - '403': *588 + '304': *38 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84657,9 +84702,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: - - *509 - *510 - - *589 + - *511 + - *590 requestBody: required: true content: @@ -84674,8 +84719,8 @@ paths: enum: - open - dismissed - dismissed_reason: *583 - dismissed_comment: *584 + dismissed_reason: *584 + dismissed_comment: *585 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -84703,7 +84748,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -84779,14 +84824,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &594 + '403': &595 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -84806,15 +84851,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: - - *509 - *510 - - *589 + - *511 + - *590 responses: '200': description: Response content: application/json: - schema: &591 + schema: &592 type: object properties: status: @@ -84840,13 +84885,13 @@ paths: - description - started_at examples: - default: &592 + default: &593 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &593 + '400': &594 description: Bad Request content: application/json: @@ -84857,9 +84902,9 @@ 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': *588 + '403': *589 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84882,29 +84927,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: - - *509 - *510 - - *589 + - *511 + - *590 responses: '200': description: OK content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '202': description: Accepted content: application/json: - schema: *591 + schema: *592 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *593 + '400': *594 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -84914,7 +84959,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84936,9 +84981,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: - - *509 - *510 - - *589 + - *511 + - *590 requestBody: required: false content: @@ -84983,12 +85028,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *593 - '403': *594 + '400': *594 + '403': *595 '404': *6 '422': description: Unprocessable Entity - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85008,13 +85053,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: - - *509 - *510 - - *589 + - *511 + - *590 - *19 - *17 - - *595 - *596 + - *597 responses: '200': description: Response @@ -85025,10 +85070,10 @@ paths: items: type: object properties: - ref: *580 - analysis_key: *597 - environment: *598 - category: *599 + ref: *581 + analysis_key: *598 + environment: *599 + category: *600 state: type: string description: State of a code scanning alert instance. @@ -85043,7 +85088,7 @@ paths: properties: text: type: string - location: *600 + location: *601 html_url: type: string classifications: @@ -85051,7 +85096,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: *601 + items: *602 examples: default: value: @@ -85088,9 +85133,9 @@ paths: end_column: 50 classifications: - source - '403': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85122,29 +85167,29 @@ 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: - - *509 - *510 - - *332 + - *511 - *333 + - *334 - *19 - *17 - - *596 + - *597 - 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: *580 + schema: *581 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &602 + schema: &603 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *112 + - *113 - name: sort description: The property by which to sort the results. in: query @@ -85161,23 +85206,23 @@ paths: application/json: schema: type: array - items: &603 + items: &604 type: object properties: - ref: *580 - commit_sha: &611 + ref: *581 + commit_sha: &612 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: *597 + analysis_key: *598 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *599 + category: *600 error: type: string example: error reading field xyz @@ -85201,8 +85246,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *602 - tool: *586 + sarif_id: *603 + tool: *587 deletable: type: boolean warning: @@ -85263,9 +85308,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -85299,8 +85344,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: - - *509 - *510 + - *511 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -85313,7 +85358,7 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: response: summary: application/json response @@ -85367,14 +85412,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *588 + '403': *589 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -85454,8 +85499,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: - - *509 - *510 + - *511 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -85508,9 +85553,9 @@ 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': *594 + '403': *595 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -85530,8 +85575,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -85539,7 +85584,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: CodeQL Database description: A CodeQL database. type: object @@ -85650,9 +85695,9 @@ 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': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85679,8 +85724,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: - - *509 - *510 + - *511 - name: language in: path description: The language of the CodeQL database. @@ -85692,7 +85737,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -85724,11 +85769,11 @@ 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': &642 + '302': &643 description: Found - '403': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85748,8 +85793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *509 - *510 + - *511 - name: language in: path description: The language of the CodeQL database. @@ -85759,9 +85804,9 @@ paths: responses: '204': description: Response - '403': *594 + '403': *595 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85787,8 +85832,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -85797,7 +85842,7 @@ paths: type: object additionalProperties: false properties: - language: &605 + language: &606 type: string description: The language targeted by the CodeQL query enum: @@ -85877,7 +85922,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &609 + schema: &610 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -85885,9 +85930,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *122 + controller_repo: *123 actor: *4 - query_language: *605 + query_language: *606 query_pack_url: type: string description: The download url for the query pack. @@ -85934,7 +85979,7 @@ paths: items: type: object properties: - repository: &606 + repository: &607 title: Repository Identifier description: Repository Identifier type: object @@ -85970,7 +86015,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &610 + analysis_status: &611 type: string description: The new status of the CodeQL variant analysis repository task. @@ -86002,7 +86047,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &607 + access_mismatch_repos: &608 type: object properties: repository_count: @@ -86016,7 +86061,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: *606 + items: *607 required: - repository_count - repositories @@ -86038,8 +86083,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *607 - over_limit_repos: *607 + no_codeql_db_repos: *608 + over_limit_repos: *608 required: - access_mismatch_repos - not_found_repos @@ -86055,7 +86100,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &608 + value: &609 summary: Default response value: id: 1 @@ -86201,17 +86246,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *608 + value: *609 repository_lists: summary: Response for a successful variant analysis submission - value: *608 + value: *609 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86232,8 +86277,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: - - *509 - *510 + - *511 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -86245,11 +86290,11 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *608 + default: *609 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86270,7 +86315,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: - - *509 + - *510 - name: repo in: path description: The name of the controller repository. @@ -86304,8 +86349,8 @@ paths: schema: type: object properties: - repository: *122 - analysis_status: *610 + repository: *123 + analysis_status: *611 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -86409,7 +86454,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86430,8 +86475,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -86514,9 +86559,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *588 + '403': *589 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86535,8 +86580,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -86603,7 +86648,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -86628,7 +86673,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *594 + '403': *595 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -86642,7 +86687,7 @@ paths: content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86699,8 +86744,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -86708,7 +86753,7 @@ paths: schema: type: object properties: - commit_sha: *611 + commit_sha: *612 ref: type: string description: |- @@ -86766,7 +86811,7 @@ paths: schema: type: object properties: - id: *602 + id: *603 url: type: string description: The REST API URL for checking the status of the upload. @@ -86780,11 +86825,11 @@ 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': *594 + '403': *595 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -86803,8 +86848,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: - - *509 - *510 + - *511 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -86850,10 +86895,10 @@ 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': *588 + '403': *589 '404': description: Not Found if the sarif id does not match any upload - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -86875,8 +86920,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -86900,7 +86945,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *116 + configuration: *117 examples: default: value: @@ -86932,8 +86977,8 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *130 - '304': *37 + '204': *131 + '304': *38 '403': *29 '404': *6 x-github: @@ -86957,8 +87002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-codeowners-errors parameters: - - *509 - *510 + - *511 - 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 @@ -87078,8 +87123,8 @@ paths: parameters: - *17 - *19 - - *509 - *510 + - *511 responses: '200': description: Response @@ -87095,7 +87140,7 @@ paths: type: integer codespaces: type: array - items: *408 + items: *409 examples: default: value: @@ -87371,7 +87416,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -87393,8 +87438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -87457,22 +87502,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87496,8 +87541,8 @@ paths: parameters: - *17 - *19 - - *509 - *510 + - *511 responses: '200': description: Response @@ -87537,7 +87582,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *40 + '500': *41 '400': *14 '401': *25 '403': *29 @@ -87561,8 +87606,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: - - *509 - *510 + - *511 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -87597,14 +87642,14 @@ paths: type: integer machines: type: array - items: &876 + items: &877 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *613 - required: *614 + properties: *614 + required: *615 examples: - default: &877 + default: &878 value: total_count: 2 machines: @@ -87620,8 +87665,8 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -87644,8 +87689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *509 - *510 + - *511 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -87729,8 +87774,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: - - *509 - *510 + - *511 - 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 @@ -87775,7 +87820,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87796,8 +87841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -87815,7 +87860,7 @@ paths: type: integer secrets: type: array - items: &618 + items: &619 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -87835,9 +87880,9 @@ paths: - created_at - updated_at examples: - default: *615 + default: *616 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87858,16 +87903,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87887,17 +87932,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87917,9 +87962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 requestBody: required: true content: @@ -87947,7 +87992,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -87971,9 +88016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '204': description: Response @@ -88001,8 +88046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *509 - *510 + - *511 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -88044,7 +88089,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &620 + properties: &621 login: type: string example: octocat @@ -88137,7 +88182,7 @@ paths: user_view_type: type: string example: public - required: &621 + required: &622 - avatar_url - events_url - followers_url @@ -88186,7 +88231,7 @@ paths: admin: false role_name: write headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -88211,9 +88256,9 @@ 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: - - *509 - *510 - - *151 + - *511 + - *152 responses: '204': description: Response if user is a collaborator @@ -88259,9 +88304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *509 - *510 - - *151 + - *511 + - *152 requestBody: required: false content: @@ -88287,7 +88332,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &699 + schema: &700 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88298,7 +88343,7 @@ paths: example: 42 type: integer format: int64 - repository: *295 + repository: *296 invitee: title: Simple User description: A GitHub user. @@ -88476,7 +88521,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *270 + schema: *271 '403': *29 x-github: triggersNotification: true @@ -88516,9 +88561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *509 - *510 - - *151 + - *511 + - *152 responses: '204': description: No Content when collaborator was removed from the repository. @@ -88549,9 +88594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *509 - *510 - - *151 + - *511 + - *152 responses: '200': description: if user has admin permissions @@ -88571,8 +88616,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *620 - required: *621 + properties: *621 + required: *622 nullable: true required: - permission @@ -88627,8 +88672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -88638,7 +88683,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Commit Comment description: Commit Comment type: object @@ -88679,8 +88724,8 @@ paths: updated_at: type: string format: date-time - author_association: *231 - reactions: *232 + author_association: *232 + reactions: *233 required: - url - html_url @@ -88696,7 +88741,7 @@ paths: - created_at - updated_at examples: - default: &627 + default: &628 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -88730,7 +88775,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88755,17 +88800,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#get-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '200': description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: &628 + default: &629 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -88822,9 +88867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#update-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -88846,7 +88891,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -88897,9 +88942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#delete-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '204': description: Response @@ -88920,9 +88965,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 - 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 commit comment. @@ -88948,7 +88993,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -89017,7 +89062,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -89036,9 +89081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -89070,9 +89115,9 @@ paths: description: Reaction exists content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -89101,9 +89146,9 @@ paths: description: Reaction created content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -89125,9 +89170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *509 - *510 - - *250 + - *511 + - *251 - &705 name: reaction_id description: The unique identifier of the reaction. @@ -89183,8 +89228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-commits parameters: - - *509 - *510 + - *511 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -89240,9 +89285,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: &774 + default: &775 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -89312,11 +89357,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '400': *14 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89336,9 +89381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-branches-for-head-commit parameters: - - *509 - *510 - - &626 + - *511 + - &627 name: commit_sha description: The SHA of the commit. in: path @@ -89385,7 +89430,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89410,9 +89455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments parameters: - - *509 - *510 - - *626 + - *511 + - *627 - *17 - *19 responses: @@ -89422,11 +89467,11 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *627 + default: *628 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89452,9 +89497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#create-a-commit-comment parameters: - - *509 - *510 - - *626 + - *511 + - *627 requestBody: required: true content: @@ -89489,9 +89534,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *628 + default: *629 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -89519,9 +89564,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: - - *509 - *510 - - *626 + - *511 + - *627 - *17 - *19 responses: @@ -89531,7 +89576,7 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: default: &766 value: @@ -90012,8 +90057,8 @@ paths: auto_merge: draft: false headers: - Link: *47 - '409': *121 + Link: *48 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90070,11 +90115,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#get-a-commit parameters: - - *509 - *510 + - *511 - *19 - *17 - - &630 + - &631 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)" @@ -90089,7 +90134,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: default: &751 value: @@ -90179,7 +90224,7 @@ paths: schema: type: string examples: - default: &639 + default: &640 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -90192,7 +90237,7 @@ paths: schema: type: string examples: - default: &640 + default: &641 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -90218,9 +90263,9 @@ paths: value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 - '500': *40 - '503': *203 - '409': *121 + '500': *41 + '503': *204 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90245,11 +90290,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: - - *509 - *510 - - *630 + - *511 - *631 - *632 + - *633 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -90283,11 +90328,11 @@ paths: type: integer check_runs: type: array - items: *572 + items: *573 examples: - default: *633 + default: *634 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90310,9 +90355,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: - - *509 - *510 - - *630 + - *511 + - *631 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -90320,7 +90365,7 @@ paths: schema: type: integer example: 1 - - *631 + - *632 - *17 - *19 responses: @@ -90338,7 +90383,7 @@ paths: type: integer check_suites: type: array - items: *577 + items: *578 examples: default: value: @@ -90513,7 +90558,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90538,9 +90583,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: - - *509 - *510 - - *630 + - *511 + - *631 - *17 - *19 responses: @@ -90607,7 +90652,7 @@ paths: type: string total_count: type: integer - repository: *295 + repository: *296 commit_url: type: string format: uri @@ -90738,9 +90783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *509 - *510 - - *630 + - *511 + - *631 - *17 - *19 responses: @@ -90750,7 +90795,7 @@ paths: application/json: schema: type: array - items: &829 + items: &830 title: Status description: The status of a commit. type: object @@ -90830,8 +90875,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90859,8 +90904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/community#get-community-profile-metrics parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -90889,20 +90934,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *634 - required: *635 + properties: *635 + required: *636 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &636 + properties: &637 url: type: string format: uri html_url: type: string format: uri - required: &637 + required: &638 - url - html_url nullable: true @@ -90910,32 +90955,32 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true contributing: title: Community Health File type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true readme: title: Community Health File type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true issue_template: title: Community Health File type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true pull_request_template: title: Community Health File type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true required: - code_of_conduct @@ -91062,8 +91107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#compare-two-commits parameters: - - *509 - *510 + - *511 - *19 - *17 - name: basehead @@ -91106,8 +91151,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *625 - merge_base_commit: *625 + base_commit: *626 + merge_base_commit: *626 status: type: string enum: @@ -91127,10 +91172,10 @@ paths: example: 6 commits: type: array - items: *625 + items: *626 files: type: array - items: *638 + items: *639 required: - url - html_url @@ -91376,15 +91421,15 @@ paths: schema: type: string examples: - default: *639 + default: *640 application/vnd.github.patch: schema: type: string examples: - default: *640 + default: *641 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91426,8 +91471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-repository-content parameters: - - *509 - *510 + - *511 - name: path description: path parameter in: path @@ -91587,7 +91632,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &641 + response-if-content-is-a-file-github-object: &642 summary: Response if content is a file value: type: file @@ -91719,7 +91764,7 @@ paths: - size - type - url - - &779 + - &780 title: Content File description: Content File type: object @@ -91920,7 +91965,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *641 + response-if-content-is-a-file: *642 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -91989,8 +92034,8 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *642 - '304': *37 + '302': *643 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92012,8 +92057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#create-or-update-file-contents parameters: - - *509 - *510 + - *511 - name: path description: path parameter in: path @@ -92106,7 +92151,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &644 title: File Commit description: File Commit type: object @@ -92258,7 +92303,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: example-for-creating-a-file: value: @@ -92312,7 +92357,7 @@ paths: schema: oneOf: - *3 - - &681 + - &682 description: Repository rule violation was detected type: object properties: @@ -92333,7 +92378,7 @@ paths: items: type: object properties: - placeholder_id: &821 + placeholder_id: &822 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -92365,8 +92410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#delete-a-file parameters: - - *509 - *510 + - *511 - name: path description: path parameter in: path @@ -92427,7 +92472,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: default: value: @@ -92461,8 +92506,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *121 - '503': *203 + '409': *122 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92482,8 +92527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-contributors parameters: - - *509 - *510 + - *511 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -92583,7 +92628,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *47 + Link: *48 '204': description: Response if repository is empty '403': *29 @@ -92612,8 +92657,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -92723,7 +92768,7 @@ paths: custom_allowlist: - sentry.io - https://api.example.com - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -92745,27 +92790,27 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *509 - *510 - - *353 + - *511 - *354 - *355 - *356 - *357 + - *358 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *358 - - *644 - *359 + - *645 - *360 - *361 - - *112 - - *110 + - *362 + - *113 - *111 + - *112 - *17 responses: '200': @@ -92774,11 +92819,11 @@ paths: application/json: schema: type: array - items: &648 + items: &649 type: object description: A Dependabot alert. properties: - number: *134 + number: *135 state: type: string description: The state of the Dependabot alert. @@ -92793,7 +92838,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *135 + package: *136 manifest_path: type: string description: The full path to the dependency manifest file, @@ -92821,13 +92866,13 @@ paths: - direct - transitive - inconclusive - security_advisory: *645 - security_vulnerability: *138 - url: *139 - html_url: *140 - created_at: *141 - updated_at: *142 - dismissed_at: *143 + security_advisory: *646 + security_vulnerability: *139 + url: *140 + html_url: *141 + created_at: *142 + updated_at: *143 + dismissed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -92851,9 +92896,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *144 - auto_dismissed_at: *646 - dismissal_request: *647 + fixed_at: *145 + auto_dismissed_at: *647 + dismissal_request: *648 assignees: type: array description: The users assigned to this alert. @@ -93084,7 +93129,7 @@ paths: dismissed_comment: fixed_at: assignees: [] - '304': *37 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -93108,9 +93153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *509 - *510 - - &649 + - *511 + - &650 name: alert_number in: path description: |- @@ -93119,13 +93164,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *134 + schema: *135 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -93235,7 +93280,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '304': *37 + '304': *38 '403': *29 '404': *6 x-github: @@ -93257,9 +93302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *509 - *510 - - *649 + - *511 + - *650 requestBody: required: true content: @@ -93332,7 +93377,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -93439,7 +93484,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *7 x-github: githubCloudOnly: false @@ -93462,8 +93507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-repository-secrets parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -93481,7 +93526,7 @@ paths: type: integer secrets: type: array - items: &652 + items: &653 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -93512,7 +93557,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93534,16 +93579,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93563,15 +93608,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: default: value: @@ -93597,9 +93642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 requestBody: required: true content: @@ -93627,7 +93672,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -93651,9 +93696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *509 - *510 - - *305 + - *511 + - *306 responses: '204': description: Response @@ -93675,8 +93720,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: - - *509 - *510 + - *511 - 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 @@ -93812,7 +93857,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *47 + Link: *48 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -93821,8 +93866,8 @@ paths: application/json: schema: *3 '400': *14 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false category: dependency-graph @@ -93839,8 +93884,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -94056,7 +94101,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *47 + Link: *48 '404': *6 '403': *29 x-github: @@ -94078,8 +94123,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: - - *509 - *510 + - *511 - name: sbom_uuid in: path required: true @@ -94090,7 +94135,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *653 + Location: *654 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -94111,8 +94156,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: - - *509 - *510 + - *511 responses: '201': description: Response @@ -94150,8 +94195,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -94226,7 +94271,7 @@ paths: - version - url additionalProperties: false - metadata: &654 + metadata: &655 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -94259,7 +94304,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *654 + metadata: *655 resolved: type: object description: A collection of resolved package dependencies. @@ -94272,7 +94317,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *654 + metadata: *655 relationship: type: string description: A notation of whether a dependency is requested @@ -94401,8 +94446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#list-deployments parameters: - - *509 - *510 + - *511 - name: sha description: The SHA recorded at creation time. in: query @@ -94442,11 +94487,11 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: *656 + default: *657 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94510,8 +94555,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#create-a-deployment parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -94592,7 +94637,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: simple-example: summary: Simple example @@ -94665,9 +94710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#get-a-deployment parameters: - - *509 - *510 - - &657 + - *511 + - &658 name: deployment_id description: deployment_id parameter in: path @@ -94679,7 +94724,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -94744,9 +94789,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#delete-a-deployment parameters: - - *509 - *510 - - *657 + - *511 + - *658 responses: '204': description: Response @@ -94768,9 +94813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#list-deployment-statuses parameters: - - *509 - *510 - - *657 + - *511 + - *658 - *17 - *19 responses: @@ -94780,7 +94825,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: Deployment Status description: The status of a deployment. type: object @@ -94871,8 +94916,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -94921,7 +94966,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -94941,9 +94986,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#create-a-deployment-status parameters: - - *509 - *510 - - *657 + - *511 + - *658 requestBody: required: true content: @@ -95018,9 +95063,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: &659 + default: &660 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -95076,9 +95121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#get-a-deployment-status parameters: - - *509 - *510 - - *657 + - *511 + - *658 - name: status_id in: path required: true @@ -95089,9 +95134,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 x-github: githubCloudOnly: false @@ -95118,12 +95163,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 - - *660 + - *511 - *661 - *662 - *663 + - *664 - *17 - *19 responses: @@ -95133,12 +95178,12 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: *665 + default: *666 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -95159,8 +95204,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95172,7 +95217,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -95208,7 +95253,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -95228,8 +95273,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95267,7 +95312,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/dependabot": get: summary: List dismissal requests for Dependabot alerts for a repository @@ -95288,12 +95333,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 - - *660 + - *511 - *661 - *662 - *663 + - *664 - *17 - *19 responses: @@ -95303,12 +95348,12 @@ paths: application/json: schema: type: array - items: *666 + items: *667 examples: - default: *667 + default: *668 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/dependabot/{alert_number}": get: summary: Get a dismissal request for a Dependabot alert for a repository @@ -95329,8 +95374,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95342,7 +95387,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -95373,7 +95418,7 @@ paths: html_url: https://github.com/octo-org/smile/security/dependabot/1 '404': *6 '403': *29 - '500': *40 + '500': *41 post: summary: Create a dismissal request for a Dependabot alert for a repository description: |- @@ -95393,8 +95438,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95432,7 +95477,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -95463,7 +95508,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 patch: summary: Review a dismissal request for a Dependabot alert for a repository description: |- @@ -95483,8 +95528,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95534,7 +95579,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 delete: summary: Cancel a dismissal request for a Dependabot alert for a repository description: |- @@ -95555,8 +95600,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95568,7 +95613,7 @@ paths: description: Dismissal request cancelled successfully. '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -95589,12 +95634,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 - - *105 + - *511 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -95604,12 +95649,12 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -95631,8 +95676,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95644,7 +95689,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *369 + schema: *370 examples: default: value: @@ -95681,7 +95726,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -95702,8 +95747,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *509 - *510 + - *511 - name: alert_number in: path required: true @@ -95753,7 +95798,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -95772,8 +95817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -95830,8 +95875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#list-environments parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -95848,7 +95893,7 @@ paths: type: integer environments: type: array - items: &669 + items: &670 title: Environment description: Details of a deployment environment type: object @@ -95900,7 +95945,7 @@ paths: type: type: string example: wait_timer - wait_timer: &671 + wait_timer: &672 type: integer example: 30 description: The amount of time to delay a job after @@ -95937,11 +95982,11 @@ paths: items: type: object properties: - type: *668 + type: *669 reviewer: anyOf: - *4 - - *328 + - *329 required: - id - node_id @@ -95961,7 +96006,7 @@ paths: - id - node_id - type - deployment_branch_policy: &672 + deployment_branch_policy: &673 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -96077,9 +96122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#get-an-environment parameters: - - *509 - *510 - - &670 + - *511 + - &671 name: environment_name in: path required: true @@ -96092,9 +96137,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: - default: &673 + default: &674 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -96178,9 +96223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#create-or-update-an-environment parameters: - - *509 - *510 - - *670 + - *511 + - *671 requestBody: required: false content: @@ -96189,7 +96234,7 @@ paths: type: object nullable: true properties: - wait_timer: *671 + wait_timer: *672 prevent_self_review: type: boolean example: false @@ -96206,13 +96251,13 @@ paths: items: type: object properties: - type: *668 + type: *669 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *672 + deployment_branch_policy: *673 additionalProperties: false examples: default: @@ -96232,9 +96277,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: - default: *673 + default: *674 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -96258,9 +96303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#delete-an-environment parameters: - - *509 - *510 - - *670 + - *511 + - *671 responses: '204': description: Default response @@ -96285,9 +96330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *509 - *510 - - *670 + - *511 + - *671 - *17 - *19 responses: @@ -96305,7 +96350,7 @@ paths: example: 2 branch_policies: type: array - items: &674 + items: &675 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -96362,9 +96407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *509 - *510 - - *670 + - *511 + - *671 requestBody: required: true content: @@ -96410,9 +96455,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - example-wildcard: &675 + example-wildcard: &676 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -96454,10 +96499,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *509 - *510 - - *670 - - &676 + - *511 + - *671 + - &677 name: branch_policy_id in: path required: true @@ -96469,9 +96514,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *675 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96490,10 +96535,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *509 - *510 - - *670 - - *676 + - *511 + - *671 + - *677 requestBody: required: true content: @@ -96521,9 +96566,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *675 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96542,10 +96587,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *509 - *510 - - *670 - - *676 + - *511 + - *671 + - *677 responses: '204': description: Response @@ -96570,9 +96615,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: - - *670 + - *671 + - *511 - *510 - - *509 responses: '200': description: List of deployment protection rules @@ -96588,7 +96633,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &677 + items: &678 title: Deployment protection rule description: Deployment protection rule type: object @@ -96607,7 +96652,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &678 + app: &679 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -96706,9 +96751,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: - - *670 + - *671 + - *511 - *510 - - *509 requestBody: content: application/json: @@ -96729,9 +96774,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *677 + schema: *678 examples: - default: &679 + default: &680 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -96766,9 +96811,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: - - *670 + - *671 + - *511 - *510 - - *509 - *19 - *17 responses: @@ -96787,7 +96832,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *678 + items: *679 examples: default: value: @@ -96822,10 +96867,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: - - *509 - *510 - - *670 - - &680 + - *511 + - *671 + - &681 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -96837,9 +96882,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *679 + default: *680 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96860,10 +96905,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: - - *670 + - *671 + - *511 - *510 - - *509 - - *680 + - *681 responses: '204': description: Response @@ -96889,9 +96934,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-environment-secrets parameters: - - *509 - *510 - - *670 + - *511 + - *671 - *17 - *19 responses: @@ -96909,11 +96954,11 @@ paths: type: integer secrets: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96936,17 +96981,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-public-key parameters: - - *509 - *510 - - *670 + - *511 + - *671 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96968,18 +97013,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-secret parameters: - - *509 - *510 - - *670 - - *305 + - *511 + - *671 + - *306 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *553 + default: *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97001,10 +97046,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *509 - *510 - - *670 - - *305 + - *511 + - *671 + - *306 requestBody: required: true content: @@ -97035,7 +97080,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -97061,10 +97106,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-an-environment-secret parameters: - - *509 - *510 - - *670 - - *305 + - *511 + - *671 + - *306 responses: '204': description: Default response @@ -97089,10 +97134,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-environment-variables parameters: - - *509 - *510 - - *670 - - *314 + - *511 + - *671 + - *315 - *19 responses: '200': @@ -97109,11 +97154,11 @@ paths: type: integer variables: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97134,9 +97179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-an-environment-variable parameters: - - *509 - *510 - - *670 + - *511 + - *671 requestBody: required: true content: @@ -97163,7 +97208,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -97188,18 +97233,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-an-environment-variable parameters: - - *509 - *510 - - *670 - - *308 + - *511 + - *671 + - *309 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97220,10 +97265,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-an-environment-variable parameters: - - *509 - *510 - - *308 - - *670 + - *511 + - *309 + - *671 requestBody: required: true content: @@ -97265,10 +97310,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-an-environment-variable parameters: - - *509 - *510 - - *308 - - *670 + - *511 + - *309 + - *671 responses: '204': description: Response @@ -97290,8 +97335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-repository-events parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -97301,7 +97346,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: 200-response: value: @@ -97359,8 +97404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#list-forks parameters: - - *509 - *510 + - *511 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -97382,7 +97427,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -97495,7 +97540,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *47 + Link: *48 '400': *14 x-github: githubCloudOnly: false @@ -97519,8 +97564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#create-a-fork parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -97552,9 +97597,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 '400': *14 '422': *15 '403': *29 @@ -97575,8 +97620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#create-a-blob parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -97627,7 +97672,7 @@ paths: schema: type: string '404': *6 - '409': *121 + '409': *122 '403': *29 '422': description: Validation failed @@ -97635,8 +97680,8 @@ paths: application/json: schema: oneOf: - - *270 - - *681 + - *271 + - *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97661,8 +97706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#get-a-blob parameters: - - *509 - *510 + - *511 - name: file_sha in: path required: true @@ -97713,7 +97758,7 @@ paths: '404': *6 '422': *15 '403': *29 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97761,8 +97806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#create-a-commit parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -97871,7 +97916,7 @@ paths: description: Response content: application/json: - schema: &682 + schema: &683 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -98035,7 +98080,7 @@ paths: type: string '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98085,15 +98130,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#get-a-commit-object parameters: - - *509 - *510 - - *626 + - *511 + - *627 responses: '200': description: Response content: application/json: - schema: *682 + schema: *683 examples: default: value: @@ -98124,7 +98169,7 @@ paths: payload: verified_at: '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98149,9 +98194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#list-matching-references parameters: - - *509 - *510 - - &683 + - *511 + - &684 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. @@ -98168,7 +98213,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: Git Reference description: Git references within a repository type: object @@ -98221,8 +98266,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *47 - '409': *121 + Link: *48 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98243,17 +98288,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference parameters: - - *509 - *510 - - *683 + - *511 + - *684 responses: '200': description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: &685 + default: &686 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -98263,7 +98308,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98282,8 +98327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#create-a-reference parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -98312,16 +98357,16 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98340,9 +98385,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#update-a-reference parameters: - - *509 - *510 - - *683 + - *511 + - *684 requestBody: required: true content: @@ -98371,11 +98416,11 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98391,16 +98436,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#delete-a-reference parameters: - - *509 - *510 - - *683 + - *511 + - *684 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98448,8 +98493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#create-a-tag-object parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -98516,7 +98561,7 @@ paths: description: Response content: application/json: - schema: &687 + schema: &688 title: Git Tag description: Metadata for a Git tag type: object @@ -98567,7 +98612,7 @@ paths: - sha - type - url - verification: *686 + verification: *687 required: - sha - url @@ -98577,7 +98622,7 @@ paths: - tag - message examples: - default: &688 + default: &689 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -98604,7 +98649,7 @@ paths: schema: type: string '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98650,8 +98695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#get-a-tag parameters: - - *509 - *510 + - *511 - name: tag_sha in: path required: true @@ -98662,11 +98707,11 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98688,8 +98733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#create-a-tree parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -98762,7 +98807,7 @@ paths: description: Response content: application/json: - schema: &689 + schema: &690 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -98835,7 +98880,7 @@ paths: '422': *15 '404': *6 '403': *29 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98858,8 +98903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#get-a-tree parameters: - - *509 - *510 + - *511 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -98882,7 +98927,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: default-response: summary: Default response @@ -98923,7 +98968,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98940,8 +98985,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -98984,8 +99029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-repository-webhooks parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -98995,7 +99040,7 @@ paths: application/json: schema: type: array - items: &690 + items: &691 title: Webhook description: Webhooks for repositories. type: object @@ -99049,7 +99094,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &975 + last_response: &976 title: Hook Response type: object properties: @@ -99104,7 +99149,7 @@ paths: status: unused message: headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -99123,8 +99168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#create-a-repository-webhook parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -99176,9 +99221,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: &691 + default: &692 value: type: Repository id: 12345678 @@ -99226,17 +99271,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 responses: '200': description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '404': *6 x-github: githubCloudOnly: false @@ -99256,9 +99301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#update-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 requestBody: required: true content: @@ -99303,9 +99348,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '422': *15 '404': *6 x-github: @@ -99326,9 +99371,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 responses: '204': description: Response @@ -99352,9 +99397,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: - - *509 - *510 - - *375 + - *511 + - *376 responses: '200': description: Response @@ -99381,9 +99426,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: - - *509 - *510 - - *375 + - *511 + - *376 requestBody: required: false content: @@ -99427,12 +99472,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *509 - *510 - - *375 - - *17 + - *511 - *376 + - *17 - *377 + - *378 responses: '200': description: Response @@ -99440,9 +99485,9 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: - default: *379 + default: *380 '400': *14 '422': *15 x-github: @@ -99461,18 +99506,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: - - *509 - *510 - - *375 + - *511 + - *376 - *16 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 '400': *14 '422': *15 x-github: @@ -99491,12 +99536,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -99516,9 +99561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 responses: '204': description: Response @@ -99543,9 +99588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *509 - *510 - - *375 + - *511 + - *376 responses: '204': description: Response @@ -99568,8 +99613,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: - - *509 - *510 + - *511 responses: '200': description: Response if immutable releases are enabled @@ -99615,11 +99660,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-immutable-releases parameters: - - *509 - *510 + - *511 responses: - '204': *130 - '409': *121 + '204': *131 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99636,11 +99681,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-immutable-releases parameters: - - *509 - *510 + - *511 responses: - '204': *130 - '409': *121 + '204': *131 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99694,14 +99739,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-an-import-status parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: &692 + schema: &693 title: Import description: A repository import from an external source. type: object @@ -99800,7 +99845,7 @@ paths: - html_url - authors_url examples: - default: &695 + default: &696 value: vcs: subversion use_lfs: true @@ -99816,7 +99861,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': &693 + '503': &694 description: Unavailable due to service under maintenance. content: application/json: @@ -99845,8 +99890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#start-an-import parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -99894,7 +99939,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: default: value: @@ -99919,7 +99964,7 @@ paths: type: string '422': *15 '404': *6 - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99947,8 +99992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-an-import parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -99997,7 +100042,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: example-1: summary: Example 1 @@ -100045,7 +100090,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': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100068,12 +100113,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#cancel-an-import parameters: - - *509 - *510 + - *511 responses: '204': description: Response - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100099,9 +100144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-commit-authors parameters: - - *509 - *510 - - &900 + - *511 + - &901 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -100115,7 +100160,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: Porter Author description: Porter Author type: object @@ -100169,7 +100214,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': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100194,8 +100239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#map-a-commit-author parameters: - - *509 - *510 + - *511 - name: author_id in: path required: true @@ -100225,7 +100270,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -100238,7 +100283,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100262,8 +100307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-large-files parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -100304,7 +100349,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100332,8 +100377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -100360,11 +100405,11 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *695 + default: *696 '422': *15 - '503': *693 + '503': *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100387,8 +100432,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -100396,8 +100441,8 @@ paths: application/json: schema: *22 examples: - default: *393 - '301': *515 + default: *394 + '301': *516 '404': *6 x-github: githubCloudOnly: false @@ -100417,8 +100462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -100426,12 +100471,12 @@ paths: application/json: schema: anyOf: - - *395 + - *396 - type: object properties: {} additionalProperties: false examples: - default: &697 + default: &698 value: limit: collaborators_only origin: repository @@ -100456,13 +100501,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *696 + schema: *697 examples: default: summary: Example request body @@ -100474,9 +100519,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *697 + default: *698 '409': description: Response x-github: @@ -100498,8 +100543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -100526,8 +100571,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -100581,13 +100626,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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: &698 + schema: &699 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. @@ -100637,13 +100682,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: - - *509 - *510 + - *511 requestBody: required: true content: application/json: - schema: *698 + schema: *699 examples: default: summary: Example request body @@ -100676,8 +100721,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -100730,8 +100775,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -100807,8 +100852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#list-repository-invitations parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -100818,9 +100863,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: &892 + default: &893 value: - id: 1 repository: @@ -100934,7 +100979,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100951,9 +100996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *509 - *510 - - *399 + - *511 + - *400 requestBody: required: false content: @@ -100982,7 +101027,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: default: value: @@ -101113,9 +101158,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *509 - *510 - - *399 + - *511 + - *400 responses: '204': description: Response @@ -101138,8 +101183,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -101147,9 +101192,9 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: *700 + default: *701 '404': *6 x-github: githubCloudOnly: false @@ -101178,8 +101223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-repository-issues parameters: - - *509 - *510 + - *511 - 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 @@ -101241,7 +101286,7 @@ paths: required: false schema: type: string - - *406 + - *407 - name: sort description: What to sort results by. in: query @@ -101253,8 +101298,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -101264,7 +101309,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: &715 value: @@ -101414,8 +101459,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '422': *15 '404': *6 x-github: @@ -101444,8 +101489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#create-an-issue parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -101545,7 +101590,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: &712 value: @@ -101683,9 +101728,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *203 + '503': *204 '404': *6 - '410': *701 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -101713,9 +101758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *509 - *510 - - *258 + - *511 + - *259 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -101725,7 +101770,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -101769,7 +101814,7 @@ paths: author_association: COLLABORATOR minimized: headers: - Link: *47 + Link: *48 '422': *15 '404': *6 x-github: @@ -101796,9 +101841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '200': description: Response @@ -101862,9 +101907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#update-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -101906,9 +101951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#delete-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '204': description: Response @@ -101936,9 +101981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#pin-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '200': description: Response @@ -102000,7 +102045,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *701 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -102017,17 +102062,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#unpin-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *701 - '503': *203 + '410': *33 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102044,9 +102089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 - 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 comment. @@ -102072,11 +102117,11 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: *704 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -102095,9 +102140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -102129,16 +102174,16 @@ paths: description: Reaction exists content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '201': description: Reaction created content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -102160,9 +102205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *509 - *510 - - *250 + - *511 + - *251 - *705 responses: '204': @@ -102183,8 +102228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -102282,7 +102327,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *328 + requested_team: *329 dismissed_review: title: Issue Event Dismissed Review type: object @@ -102396,7 +102441,7 @@ paths: type: string description: The reason for the referenced issue's state. nullable: true - repository: *122 + repository: *123 issue_type: title: Issue Type description: The type of the referenced issue. @@ -102450,7 +102495,7 @@ paths: nullable: true properties: *709 required: *710 - author_association: *231 + author_association: *232 lock_reason: type: string nullable: true @@ -102463,8 +102508,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -102631,7 +102676,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -102649,8 +102694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#get-an-issue-event parameters: - - *509 - *510 + - *511 - name: event_id in: path required: true @@ -102854,7 +102899,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *701 + '410': *33 '403': *29 x-github: githubCloudOnly: false @@ -102888,8 +102933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue parameters: - - *509 - *510 + - *511 - &713 name: issue_number description: The number that identifies the issue. @@ -102902,7 +102947,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: summary: Issue @@ -103086,10 +103131,10 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *515 + '301': *516 '404': *6 - '410': *701 - '304': *37 + '410': *33 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103113,8 +103158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#update-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -103251,17 +103296,17 @@ paths: application/json: schema: allOf: - - *234 + - *235 - type: object properties: {} examples: default: *712 '422': *15 - '503': *203 + '503': *204 '403': *29 - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103279,8 +103324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -103307,7 +103352,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 x-github: @@ -103325,8 +103370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: content: @@ -103352,7 +103397,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 x-github: @@ -103376,8 +103421,8 @@ 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: - - *509 - *510 + - *511 - *713 - name: assignee in: path @@ -103418,10 +103463,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments parameters: - - *509 - *510 + - *511 - *713 - - *241 + - *242 - *17 - *19 responses: @@ -103435,9 +103480,9 @@ paths: examples: default: *714 headers: - Link: *47 + Link: *48 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103466,8 +103511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#create-an-issue-comment parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -103499,7 +103544,7 @@ paths: schema: type: string '403': *29 - '410': *701 + '410': *33 '422': *15 '404': *6 x-github: @@ -103527,8 +103572,8 @@ 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: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -103539,14 +103584,14 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *715 headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103574,8 +103619,8 @@ 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: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -103598,7 +103643,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 headers: @@ -103606,9 +103651,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *515 + '301': *516 '403': *29 - '410': *701 + '410': *33 '422': *15 '404': *6 x-github: @@ -103639,8 +103684,8 @@ 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: - - *509 - *510 + - *511 - *713 - name: issue_id in: path @@ -103653,15 +103698,15 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 - '301': *515 + '301': *516 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *701 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -103687,8 +103732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -103699,14 +103744,14 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *715 headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103723,8 +103768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -103770,8 +103815,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 label: type: object properties: @@ -103824,8 +103869,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 label: type: object properties: @@ -103913,8 +103958,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 assigner: *4 required: @@ -103960,8 +104005,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 milestone: type: object properties: @@ -104011,8 +104056,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 milestone: type: object properties: @@ -104062,8 +104107,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 rename: type: object properties: @@ -104116,10 +104161,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 review_requester: *4 - requested_team: *328 + requested_team: *329 requested_reviewer: *4 required: - review_requester @@ -104163,10 +104208,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 review_requester: *4 - requested_team: *328 + requested_team: *329 requested_reviewer: *4 required: - review_requester @@ -104210,8 +104255,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 dismissed_review: type: object properties: @@ -104270,8 +104315,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 lock_reason: type: string example: '"off-topic"' @@ -104318,8 +104363,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -104384,8 +104429,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -104450,8 +104495,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -104572,8 +104617,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 issue_type: *708 required: - issue_type @@ -104617,8 +104662,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 prev_issue_type: *708 required: - prev_issue_type @@ -104662,8 +104707,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 issue_type: *708 prev_issue_type: *708 required: @@ -104709,8 +104754,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -104762,8 +104807,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -104815,8 +104860,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -104868,8 +104913,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -104921,8 +104966,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -104974,8 +105019,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105027,8 +105072,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105080,8 +105125,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105136,8 +105181,8 @@ paths: name: label color: red headers: - Link: *47 - '410': *701 + Link: *48 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105154,8 +105199,8 @@ 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: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -105207,10 +105252,10 @@ paths: name: Backend color: green headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105239,8 +105284,8 @@ 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: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -105318,7 +105363,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -105349,8 +105394,8 @@ 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: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -105423,7 +105468,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -105449,17 +105494,17 @@ 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: - - *509 - *510 + - *511 - *713 - - *402 + - *403 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -105477,8 +105522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-an-issue parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -105489,7 +105534,7 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: &718 value: @@ -105508,10 +105553,10 @@ paths: color: a2eeef default: false headers: - Link: *47 - '301': *515 + Link: *48 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105527,8 +105572,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#add-labels-to-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -105572,12 +105617,12 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *718 - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -105594,8 +105639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#set-labels-for-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -105656,12 +105701,12 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *718 - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -105678,15 +105723,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *509 - *510 + - *511 - *713 responses: '204': description: Response - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105705,8 +105750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *509 - *510 + - *511 - *713 - name: name in: path @@ -105720,7 +105765,7 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: value: @@ -105731,9 +105776,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105753,8 +105798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#lock-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: false @@ -105783,7 +105828,7 @@ paths: '204': description: Response '403': *29 - '410': *701 + '410': *33 '404': *6 '422': *15 x-github: @@ -105801,8 +105846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#unlock-an-issue parameters: - - *509 - *510 + - *511 - *713 responses: '204': @@ -105833,20 +105878,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#get-parent-issue parameters: - - *509 - *510 + - *511 - *713 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 - '301': *515 + '301': *516 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105863,8 +105908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *509 - *510 + - *511 - *713 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -105891,13 +105936,13 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: *704 headers: - Link: *47 + Link: *48 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105915,8 +105960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -105949,16 +105994,16 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '201': description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -105980,8 +106025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *509 - *510 + - *511 - *713 - *705 responses: @@ -106012,8 +106057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#remove-sub-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -106036,7 +106081,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 headers: @@ -106071,8 +106116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#list-sub-issues parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -106083,13 +106128,13 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *715 headers: - Link: *47 + Link: *48 '404': *6 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106117,8 +106162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#add-sub-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -106146,7 +106191,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 headers: @@ -106155,7 +106200,7 @@ paths: schema: type: string '403': *29 - '410': *701 + '410': *33 '422': *15 '404': *6 x-github: @@ -106175,8 +106220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *509 - *510 + - *511 - *713 requestBody: required: true @@ -106208,13 +106253,13 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *712 '403': *29 '404': *6 '422': *7 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -106232,8 +106277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *509 - *510 + - *511 - *713 - *17 - *19 @@ -106304,7 +106349,7 @@ paths: issue_url: type: string format: uri - author_association: *231 + author_association: *232 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -106314,9 +106359,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - reactions: *232 + properties: *230 + required: *231 + reactions: *233 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and @@ -106362,7 +106407,7 @@ paths: properties: type: type: string - issue: *234 + issue: *235 required: - event - created_at @@ -106562,7 +106607,7 @@ paths: type: string body_text: type: string - author_association: *231 + author_association: *232 required: - event - id @@ -106585,7 +106630,7 @@ paths: type: string comments: type: array - items: &768 + items: &769 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -106680,7 +106725,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *231 + author_association: *232 _links: type: object properties: @@ -106764,7 +106809,7 @@ paths: enum: - line - file - reactions: *232 + reactions: *233 body_html: type: string example: '"

comment body

"' @@ -106800,7 +106845,7 @@ paths: type: string comments: type: array - items: *622 + items: *623 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -106831,8 +106876,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 required: - id @@ -106875,8 +106920,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 required: - id @@ -106919,8 +106964,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 state_reason: type: string nullable: true @@ -107098,10 +107143,10 @@ paths: type: User site_admin: true headers: - Link: *47 + Link: *48 '404': *6 '400': *14 - '410': *701 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107118,8 +107163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -107179,7 +107224,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107195,8 +107240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -107268,8 +107313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *509 - *510 + - *511 - &749 name: key_id description: The unique identifier of the key. @@ -107302,8 +107347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *509 - *510 + - *511 - *749 responses: '204': @@ -107324,8 +107369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-a-repository parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -107335,11 +107380,11 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *718 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -107358,8 +107403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#create-a-label parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -107395,7 +107440,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: &750 value: @@ -107429,8 +107474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#get-a-label parameters: - - *509 - *510 + - *511 - name: name in: path required: true @@ -107441,7 +107486,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: *750 '404': *6 @@ -107460,8 +107505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#update-a-label parameters: - - *509 - *510 + - *511 - name: name in: path required: true @@ -107500,7 +107545,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: value: @@ -107526,8 +107571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#delete-a-label parameters: - - *509 - *510 + - *511 - name: name in: path required: true @@ -107553,8 +107598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-languages parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -107590,10 +107635,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *509 - *510 + - *511 responses: - '202': *39 + '202': *40 '403': description: |- We will return a 403 with one of the following messages: @@ -107619,8 +107664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -107646,9 +107691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *509 - *510 - - *595 + - *511 + - *596 responses: '200': description: Response @@ -107710,8 +107755,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true required: - _links @@ -107793,8 +107838,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -107859,8 +107904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#merge-a-branch parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -107894,7 +107939,7 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *625 + schema: *626 examples: default: *751 '204': @@ -107921,8 +107966,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#list-milestones parameters: - - *509 - *510 + - *511 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -107967,8 +108012,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 examples: default: value: @@ -108007,7 +108052,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -108024,8 +108069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#create-a-milestone parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -108126,8 +108171,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#get-a-milestone parameters: - - *509 - *510 + - *511 - &754 name: milestone_number description: The number that identifies the milestone. @@ -108159,8 +108204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#update-a-milestone parameters: - - *509 - *510 + - *511 - *754 requestBody: required: false @@ -108217,8 +108262,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#delete-a-milestone parameters: - - *509 - *510 + - *511 - *754 responses: '204': @@ -108240,8 +108285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *509 - *510 + - *511 - *754 - *17 - *19 @@ -108252,11 +108297,11 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *718 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108273,11 +108318,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *509 - *510 + - *511 - *755 - *756 - - *241 + - *242 - *757 - *17 - *19 @@ -108288,11 +108333,11 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: default: *758 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108314,8 +108359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -108373,8 +108418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-a-apiname-pages-site parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -108546,8 +108591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-apiname-pages-site parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -108605,7 +108650,7 @@ paths: examples: default: *760 '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108626,8 +108671,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -108713,7 +108758,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108734,14 +108779,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *509 - *510 + - *511 responses: '204': description: Response '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108761,8 +108806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#list-apiname-pages-builds parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -108847,7 +108892,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108866,8 +108911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#request-a-apiname-pages-build parameters: - - *509 - *510 + - *511 responses: '201': description: Response @@ -108912,8 +108957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-latest-pages-build parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -108969,8 +109014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-apiname-pages-build parameters: - - *509 - *510 + - *511 - name: build_id in: path required: true @@ -109003,8 +109048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-github-pages-deployment parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -109109,8 +109154,8 @@ 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: - - *509 - *510 + - *511 - &763 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit @@ -109169,11 +109214,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *509 - *510 + - *511 - *763 responses: - '204': *130 + '204': *131 '404': *6 x-github: githubCloudOnly: false @@ -109198,8 +109243,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -109430,7 +109475,7 @@ paths: description: Empty response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -109457,8 +109502,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: - - *509 - *510 + - *511 responses: '200': description: Private vulnerability reporting status @@ -109495,10 +109540,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *509 - *510 + - *511 responses: - '204': *130 + '204': *131 '422': *14 x-github: githubCloudOnly: false @@ -109517,10 +109562,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *509 - *510 + - *511 responses: - '204': *130 + '204': *131 '422': *14 x-github: githubCloudOnly: false @@ -109540,8 +109585,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -109549,7 +109594,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: *764 '403': *29 @@ -109573,8 +109618,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -109586,7 +109631,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *163 + items: *164 required: - properties examples: @@ -109628,8 +109673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests parameters: - - *509 - *510 + - *511 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -109689,12 +109734,12 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: default: *766 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '422': *15 x-github: githubCloudOnly: false @@ -109723,8 +109768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#create-a-pull-request parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -109789,7 +109834,7 @@ paths: description: Response content: application/json: - schema: &770 + schema: &771 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -109900,8 +109945,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 nullable: true active_lock_reason: type: string @@ -109933,7 +109978,7 @@ paths: items: *4 requested_teams: type: array - items: *493 + items: *494 head: type: object properties: @@ -109941,7 +109986,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: *4 @@ -109958,7 +110003,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: *4 @@ -109971,14 +110016,14 @@ paths: _links: type: object properties: - comments: *440 - commits: *440 - statuses: *440 - html: *440 - issue: *440 - review_comments: *440 - review_comment: *440 - self: *440 + comments: *441 + commits: *441 + statuses: *441 + html: *441 + issue: *441 + review_comments: *441 + review_comment: *441 + self: *441 required: - comments - commits @@ -109988,8 +110033,9 @@ paths: - review_comments - review_comment - self - author_association: *231 + author_association: *232 auto_merge: *767 + stack: *768 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -110079,7 +110125,7 @@ paths: - merged_by - review_comments examples: - default: &771 + default: &772 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -110586,8 +110632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *509 - *510 + - *511 - name: sort in: query required: false @@ -110606,7 +110652,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -110616,9 +110662,9 @@ paths: application/json: schema: type: array - items: *768 + items: *769 examples: - default: &773 + default: &774 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -110670,7 +110716,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110695,17 +110741,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: - - *509 - *510 - - *250 + - *511 + - *251 responses: '200': description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: &769 + default: &770 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -110780,9 +110826,9 @@ 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: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -110804,9 +110850,9 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: *769 + default: *770 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110822,9 +110868,9 @@ 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: - - *509 - *510 - - *250 + - *511 + - *251 responses: '204': description: Response @@ -110845,9 +110891,9 @@ 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: - - *509 - *510 - - *250 + - *511 + - *251 - 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 pull request review comment. @@ -110873,11 +110919,11 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: *704 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -110896,9 +110942,9 @@ 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: - - *509 - *510 - - *250 + - *511 + - *251 requestBody: required: true content: @@ -110930,16 +110976,16 @@ paths: description: Reaction exists content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '201': description: Reaction created content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -110961,9 +111007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *509 - *510 - - *250 + - *511 + - *251 - *705 responses: '204': @@ -111007,9 +111053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#get-a-pull-request parameters: - - *509 - *510 - - &772 + - *511 + - &773 name: pull_number description: The number that identifies the pull request. in: path @@ -111022,18 +111068,18 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *770 + schema: *771 examples: - default: *771 - '304': *37 + default: *772 + '304': *38 '404': *6 '406': description: Unacceptable content: application/json: schema: *3 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111059,9 +111105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request parameters: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -111103,9 +111149,9 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: *771 + default: *772 '422': *15 '403': *29 x-github: @@ -111127,9 +111173,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: true content: @@ -111189,21 +111235,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111229,10 +111275,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *509 - *510 - - *772 - - *258 + - *511 + - *773 + - *259 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -111242,7 +111288,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -111252,11 +111298,11 @@ paths: application/json: schema: type: array - items: *768 + items: *769 examples: - default: *773 + default: *774 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111287,9 +111333,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: true content: @@ -111394,7 +111440,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: example-for-a-multi-line-comment: value: @@ -111482,10 +111528,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *509 - *510 - - *772 - - *250 + - *511 + - *773 + - *251 requestBody: required: true content: @@ -111507,7 +111553,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: default: value: @@ -111593,9 +111639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *509 - *510 - - *772 + - *511 + - *773 - *17 - *19 responses: @@ -111605,11 +111651,11 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: *774 + default: *775 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111637,9 +111683,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests-files parameters: - - *509 - *510 - - *772 + - *511 + - *773 - *17 - *19 responses: @@ -111649,7 +111695,7 @@ paths: application/json: schema: type: array - items: *638 + items: *639 examples: default: value: @@ -111665,10 +111711,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *47 + Link: *48 '422': *15 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111687,9 +111733,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: - - *509 - *510 - - *772 + - *511 + - *773 responses: '204': description: Response if pull request has been merged @@ -111712,9 +111758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#merge-a-pull-request parameters: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -111825,9 +111871,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: - - *509 - *510 - - *772 + - *511 + - *773 responses: '200': description: Response @@ -111843,7 +111889,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 required: - users - teams @@ -111884,7 +111930,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111902,9 +111948,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -111941,7 +111987,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -112477,9 +112523,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: true content: @@ -112513,7 +112559,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -112998,9 +113044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *509 - *510 - - *772 + - *511 + - *773 - *17 - *19 responses: @@ -113010,7 +113056,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -113079,7 +113125,7 @@ paths: type: string body_text: type: string - author_association: *231 + author_association: *232 required: - id - node_id @@ -113128,7 +113174,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113161,9 +113207,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: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -113249,9 +113295,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: &777 + default: &778 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -113314,10 +113360,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: - - *509 - *510 - - *772 - - &776 + - *511 + - *773 + - &777 name: review_id description: The unique identifier of the review. in: path @@ -113329,9 +113375,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: &778 + default: &779 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -113390,10 +113436,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 requestBody: required: true content: @@ -113416,7 +113462,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: default: value: @@ -113478,18 +113524,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 responses: '200': description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *777 + default: *778 '422': *7 '404': *6 x-github: @@ -113516,10 +113562,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 - *17 - *19 responses: @@ -113598,13 +113644,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *231 + author_association: *232 _links: type: object properties: - self: *440 - html: *440 - pull_request: *440 + self: *441 + html: *441 + pull_request: *441 required: - self - html @@ -113613,7 +113659,7 @@ paths: type: string body_html: type: string - reactions: *232 + reactions: *233 side: description: The side of the first line of the range for a multi-line comment. @@ -113725,7 +113771,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -113754,10 +113800,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 requestBody: required: true content: @@ -113785,7 +113831,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: default: value: @@ -113848,10 +113894,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: - - *509 - *510 - - *772 - - *776 + - *511 + - *773 + - *777 requestBody: required: true content: @@ -113886,9 +113932,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *778 + default: *779 '404': *6 '422': *7 '403': *29 @@ -113910,9 +113956,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *509 - *510 - - *772 + - *511 + - *773 requestBody: required: false content: @@ -113975,8 +114021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-a-repository-readme parameters: - - *509 - *510 + - *511 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -113989,9 +114035,9 @@ paths: description: Response content: application/json: - schema: *779 + schema: *780 examples: - default: &780 + default: &781 value: type: file encoding: base64 @@ -114008,7 +114054,7 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '304': *37 + '304': *38 '404': *6 '422': *15 x-github: @@ -114033,8 +114079,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: - - *509 - *510 + - *511 - name: dir description: The alternate path to look for a README file in: path @@ -114054,9 +114100,9 @@ paths: description: Response content: application/json: - schema: *779 + schema: *780 examples: - default: *780 + default: *781 '404': *6 '422': *15 x-github: @@ -114078,8 +114124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#list-releases parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -114089,7 +114135,7 @@ paths: application/json: schema: type: array - items: *781 + items: *782 examples: default: value: @@ -114163,7 +114209,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -114183,8 +114229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#create-a-release parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -114260,9 +114306,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: &785 + default: &786 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -114367,9 +114413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#get-a-release-asset parameters: - - *509 - *510 - - &783 + - *511 + - &784 name: asset_id description: The unique identifier of the asset. in: path @@ -114381,9 +114427,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &784 + default: &785 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 @@ -114418,7 +114464,7 @@ paths: type: User site_admin: false '404': *6 - '302': *642 + '302': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114434,9 +114480,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#update-a-release-asset parameters: - - *509 - *510 - - *783 + - *511 + - *784 requestBody: required: false content: @@ -114464,9 +114510,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *784 + default: *785 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114482,9 +114528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#delete-a-release-asset parameters: - - *509 - *510 - - *783 + - *511 + - *784 responses: '204': description: Response @@ -114509,8 +114555,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -114595,16 +114641,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-the-latest-release parameters: - - *509 - *510 + - *511 responses: '200': description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *785 + default: *786 '404': *6 x-github: githubCloudOnly: false @@ -114622,8 +114668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release-by-tag-name parameters: - - *509 - *510 + - *511 - name: tag description: tag parameter in: path @@ -114636,9 +114682,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *785 + default: *786 '404': *6 x-github: githubCloudOnly: false @@ -114660,9 +114706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release parameters: - - *509 - *510 - - &786 + - *511 + - &787 name: release_id description: The unique identifier of the release. in: path @@ -114676,9 +114722,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: *781 + schema: *782 examples: - default: *785 + default: *786 '401': description: Unauthorized x-github: @@ -114696,9 +114742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#update-a-release parameters: - - *509 - *510 - - *786 + - *511 + - *787 requestBody: required: false content: @@ -114762,9 +114808,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *785 + default: *786 '404': description: Not Found if the discussion category name is invalid content: @@ -114785,9 +114831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#delete-a-release parameters: - - *509 - *510 - - *786 + - *511 + - *787 responses: '204': description: Response @@ -114808,9 +114854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#list-release-assets parameters: - - *509 - *510 - - *786 + - *511 + - *787 - *17 - *19 responses: @@ -114820,7 +114866,7 @@ paths: application/json: schema: type: array - items: *782 + items: *783 examples: default: value: @@ -114857,7 +114903,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114902,9 +114948,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: - - *509 - *510 - - *786 + - *511 + - *787 - name: name in: query required: true @@ -114930,7 +114976,7 @@ paths: description: Response for successful upload content: application/json: - schema: *782 + schema: *783 examples: response-for-successful-upload: value: @@ -114985,9 +115031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *509 - *510 - - *786 + - *511 + - *787 - 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. @@ -115011,11 +115057,11 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: *704 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -115034,9 +115080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *509 - *510 - - *786 + - *511 + - *787 requestBody: required: true content: @@ -115066,16 +115112,16 @@ paths: description: Reaction exists content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '201': description: Reaction created content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '422': *15 x-github: githubCloudOnly: false @@ -115097,9 +115143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-release-reaction parameters: - - *509 - *510 - - *786 + - *511 + - *787 - *705 responses: '204': @@ -115124,9 +115170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-rules-for-a-branch parameters: - - *509 - *510 - - *561 + - *511 + - *562 - *17 - *19 responses: @@ -115142,8 +115188,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *177 - - &787 + - *178 + - &788 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -115162,72 +115208,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *178 - - *787 - allOf: - *179 - - *787 + - *788 - allOf: - *180 - - *787 - - allOf: - *788 - - *787 - allOf: - *181 - - *787 + - *788 + - allOf: + - *789 + - *788 - allOf: - *182 - - *787 + - *788 - allOf: - *183 - - *787 + - *788 - allOf: - *184 - - *787 + - *788 - allOf: - *185 - - *787 + - *788 - allOf: - *186 - - *787 + - *788 - allOf: - *187 - - *787 + - *788 - allOf: - *188 - - *787 + - *788 - allOf: - *189 - - *787 + - *788 - allOf: - *190 - - *787 + - *788 - allOf: - *191 - - *787 + - *788 - allOf: - *192 - - *787 + - *788 - allOf: - *193 - - *787 - - allOf: - - *789 - - *787 + - *788 - allOf: - *194 - - *787 + - *788 + - allOf: + - *790 + - *788 - allOf: - *195 - - *787 + - *788 - allOf: - *196 - - *787 + - *788 - allOf: - *197 - - *787 + - *788 + - allOf: + - *198 + - *788 examples: default: value: @@ -115266,8 +115312,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 - *17 - *19 - name: includes_parents @@ -115278,7 +115324,7 @@ paths: schema: type: boolean default: true - - *790 + - *791 responses: '200': description: Response @@ -115286,7 +115332,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -115317,7 +115363,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -115333,8 +115379,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 requestBody: description: Request body required: true @@ -115354,16 +115400,16 @@ paths: - tag - push default: branch - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *169 + items: *177 + conditions: *170 rules: type: array description: An array of rules within the ruleset. - items: *791 + items: *792 required: - name - enforcement @@ -115394,9 +115440,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: &801 + default: &802 value: id: 42 name: super cool ruleset @@ -115430,7 +115476,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -115444,13 +115490,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *509 - *510 - - *792 - - *107 + - *511 - *793 + - *108 - *794 - *795 + - *796 - *17 - *19 responses: @@ -115458,11 +115504,11 @@ paths: description: Response content: application/json: - schema: *796 + schema: *797 examples: - default: *797 + default: *798 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115481,19 +115527,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *509 - *510 - - *798 + - *511 + - *799 responses: '200': description: Response content: application/json: - schema: *799 + schema: *800 examples: - default: *800 + default: *801 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115519,8 +115565,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 - name: ruleset_id description: The ID of the ruleset. in: path @@ -115540,11 +115586,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *801 + default: *802 '404': *6 - '500': *40 + '500': *41 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -115560,8 +115606,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 - name: ruleset_id description: The ID of the ruleset. in: path @@ -115586,16 +115632,16 @@ paths: - branch - tag - push - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *169 + items: *177 + conditions: *170 rules: description: An array of rules within the ruleset. type: array - items: *791 + items: *792 examples: default: value: @@ -115623,12 +115669,12 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *801 + default: *802 '404': *6 '422': *15 - '500': *40 + '500': *41 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -115644,8 +115690,8 @@ paths: category: repos subcategory: rules parameters: - - *509 - *510 + - *511 - name: ruleset_id description: The ID of the ruleset. in: path @@ -115656,7 +115702,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -115668,8 +115714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-history parameters: - - *509 - *510 + - *511 - *17 - *19 - name: ruleset_id @@ -115685,11 +115731,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *458 + default: *459 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115706,8 +115752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-version parameters: - - *509 - *510 + - *511 - name: ruleset_id description: The ID of the ruleset. in: path @@ -115725,7 +115771,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -115758,7 +115804,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115780,9 +115826,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: - - *509 - *510 - - *460 + - *511 - *461 - *462 - *463 @@ -115790,18 +115835,19 @@ paths: - *465 - *466 - *467 - - *112 + - *468 + - *113 - *19 - *17 - - *802 - *803 - - *468 + - *804 - *469 - *470 - *471 - *472 - *473 - *474 + - *475 responses: '200': description: Response @@ -115812,8 +115858,8 @@ paths: items: type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -115821,15 +115867,15 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *804 - resolution: *805 + state: *805 + resolution: *806 resolved_at: type: string format: date-time @@ -115935,7 +115981,7 @@ paths: pull request. ' - oneOf: *806 + oneOf: *807 nullable: true has_more_locations: type: boolean @@ -116077,7 +116123,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116099,20 +116145,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *509 - *510 - - *589 - - *471 + - *511 + - *590 + - *472 responses: '200': description: Response content: application/json: - schema: &807 + schema: &808 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -116120,14 +116166,14 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *804 - resolution: *805 + state: *805 + resolution: *806 resolved_at: type: string format: date-time @@ -116233,7 +116279,7 @@ paths: pull request. ' - oneOf: *806 + oneOf: *807 nullable: true has_more_locations: type: boolean @@ -116261,7 +116307,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &996 + metadata: &997 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -116307,11 +116353,11 @@ paths: metadata: - key: owner_email value: owner@example.com - '304': *37 + '304': *38 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116334,9 +116380,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: - - *509 - *510 - - *589 + - *511 + - *590 requestBody: required: true content: @@ -116344,8 +116390,8 @@ paths: schema: type: object properties: - state: *804 - resolution: *805 + state: *805 + resolution: *806 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -116389,7 +116435,7 @@ paths: description: Response content: application/json: - schema: *807 + schema: *808 examples: default: value: @@ -116469,7 +116515,7 @@ paths: description: State does not match the resolution or resolution comment, assignee does not have write access to the repository, or the requested validity change could not be applied to this alert - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -116491,9 +116537,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: - - *509 - *510 - - *589 + - *511 + - *590 - *19 - *17 responses: @@ -116504,7 +116550,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &998 + items: &999 type: object properties: type: @@ -116530,7 +116576,6 @@ paths: example: commit details: oneOf: - - *808 - *809 - *810 - *811 @@ -116543,6 +116588,7 @@ paths: - *818 - *819 - *820 + - *821 examples: default: value: @@ -116602,11 +116648,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *47 + Link: *48 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116631,12 +116677,12 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *509 - *510 - - *477 + - *511 - *478 - *479 - - *112 + - *480 + - *113 - *19 - *17 responses: @@ -116646,11 +116692,11 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *480 + default: *481 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -116671,8 +116717,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -116685,9 +116731,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *481 + items: *482 examples: - default: *482 + default: *483 responses: '201': description: All patterns created successfully. @@ -116699,9 +116745,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: *483 + default: *484 '400': *14 '403': *29 '404': *6 @@ -116725,7 +116771,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *484 + items: *485 delete: summary: Bulk delete repository custom patterns description: |- @@ -116744,8 +116790,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -116759,7 +116805,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *485 + items: *486 post_delete_action: type: string description: |- @@ -116772,14 +116818,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *486 + default: *487 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -116799,8 +116845,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *509 - *510 + - *511 - name: pattern_id in: path required: true @@ -116811,21 +116857,21 @@ paths: required: true content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: *489 + default: *490 '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -116843,8 +116889,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -116852,14 +116898,14 @@ paths: schema: type: object properties: - reason: &822 + reason: &823 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *821 + placeholder_id: *822 required: - reason - placeholder_id @@ -116876,7 +116922,7 @@ paths: schema: type: object properties: - reason: *822 + reason: *823 expire_at: type: string format: date-time @@ -116899,7 +116945,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -116922,13 +116968,13 @@ 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: - - *509 - *510 + - *511 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *203 + '503': *204 '200': description: Response content: @@ -116938,7 +116984,7 @@ paths: properties: incremental_scans: type: array - items: &823 + items: &824 description: Information on a single scan performed by secret scanning on the repository type: object @@ -116969,15 +117015,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *823 + items: *824 backfill_scans: type: array - items: *823 + items: *824 custom_pattern_backfill_scans: type: array items: allOf: - - *823 + - *824 - type: object properties: pattern_name: @@ -116990,7 +117036,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *823 + items: *824 examples: default: value: @@ -117055,9 +117101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *509 - *510 - - *112 + - *511 + - *113 - name: sort description: The property to sort the results by. in: query @@ -117069,8 +117115,8 @@ paths: - updated - published default: created - - *110 - *111 + - *112 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -117100,9 +117146,9 @@ paths: application/json: schema: type: array - items: *824 + items: *825 examples: - default: *825 + default: *826 '400': *14 '404': *6 x-github: @@ -117125,8 +117171,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -117199,7 +117245,7 @@ paths: login: type: string description: The username of the user credited. - type: *492 + type: *493 required: - login - type @@ -117286,9 +117332,9 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: &827 + default: &828 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -117518,8 +117564,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: - - *509 - *510 + - *511 requestBody: required: true content: @@ -117623,7 +117669,7 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: default: value: @@ -117769,17 +117815,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: - - *509 - *510 - - *826 + - *511 + - *827 responses: '200': description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: *827 + default: *828 '403': *29 '404': *6 x-github: @@ -117803,9 +117849,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: - - *509 - *510 - - *826 + - *511 + - *827 requestBody: required: true content: @@ -117878,7 +117924,7 @@ paths: login: type: string description: The username of the user credited. - type: *492 + type: *493 required: - login - type @@ -117964,17 +118010,17 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: *827 - add_credit: *827 + default: *828 + add_credit: *828 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *270 + schema: *271 examples: invalid_state_transition: value: @@ -118005,11 +118051,11 @@ 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: - - *509 - *510 - - *826 + - *511 + - *827 responses: - '202': *39 + '202': *40 '400': *14 '403': *29 '404': *6 @@ -118034,17 +118080,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: - - *509 - *510 - - *826 + - *511 + - *827 responses: '202': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 '400': *14 '422': *15 '403': *29 @@ -118070,8 +118116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-stargazers parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -118148,7 +118194,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -118170,8 +118216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *509 - *510 + - *511 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -118180,7 +118226,7 @@ paths: application/json: schema: type: array - items: &828 + items: &829 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -118192,8 +118238,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *39 - '204': *130 + '202': *40 + '204': *131 '422': description: Repository contains more than 10,000 commits x-github: @@ -118213,8 +118259,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: - - *509 - *510 + - *511 responses: '200': description: Response @@ -118262,8 +118308,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *39 - '204': *130 + '202': *40 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118290,8 +118336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -118364,8 +118410,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *39 - '204': *130 + '202': *40 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118387,8 +118433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *509 - *510 + - *511 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -118542,8 +118588,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: - - *509 - *510 + - *511 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -118553,7 +118599,7 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: default: value: @@ -118566,7 +118612,7 @@ paths: - - 0 - 2 - 21 - '204': *130 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118586,8 +118632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#create-a-commit-status parameters: - - *509 - *510 + - *511 - name: sha in: path required: true @@ -118641,7 +118687,7 @@ paths: description: Response content: application/json: - schema: *829 + schema: *830 examples: default: value: @@ -118695,8 +118741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-watchers parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -118708,9 +118754,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118728,14 +118774,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#get-a-repository-subscription parameters: - - *509 - *510 + - *511 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &830 + schema: &831 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -118803,8 +118849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#set-a-repository-subscription parameters: - - *509 - *510 + - *511 requestBody: required: false content: @@ -118830,7 +118876,7 @@ paths: description: Response content: application/json: - schema: *830 + schema: *831 examples: default: value: @@ -118857,8 +118903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#delete-a-repository-subscription parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -118878,8 +118924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-tags parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -118935,7 +118981,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118958,8 +119004,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *509 - *510 + - *511 - name: ref in: path required: true @@ -118995,8 +119041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-teams parameters: - - *509 - *510 + - *511 - *17 - *19 responses: @@ -119006,11 +119052,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *418 + default: *419 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -119028,8 +119074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-all-repository-topics parameters: - - *509 - *510 + - *511 - *19 - *17 responses: @@ -119037,7 +119083,7 @@ paths: description: Response content: application/json: - schema: &831 + schema: &832 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -119049,7 +119095,7 @@ paths: required: - names examples: - default: &832 + default: &833 value: names: - octocat @@ -119072,8 +119118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#replace-all-repository-topics parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -119104,9 +119150,9 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: *832 + default: *833 '404': *6 '422': *7 x-github: @@ -119127,9 +119173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-repository-clones parameters: - - *509 - *510 - - &833 + - *511 + - &834 name: per description: The time frame to display results for. in: query @@ -119158,7 +119204,7 @@ paths: example: 128 clones: type: array - items: &834 + items: &835 title: Traffic type: object properties: @@ -119245,8 +119291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-paths parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -119336,8 +119382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-sources parameters: - - *509 - *510 + - *511 responses: '200': description: Response @@ -119397,9 +119443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-page-views parameters: - - *509 - *510 - - *833 + - *511 + - *834 responses: '200': description: Response @@ -119418,7 +119464,7 @@ paths: example: 3782 views: type: array - items: *834 + items: *835 required: - uniques - count @@ -119495,8 +119541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#transfer-a-repository parameters: - - *509 - *510 + - *511 requestBody: required: true content: @@ -119532,7 +119578,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -119769,8 +119815,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: - - *509 - *510 + - *511 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -119793,8 +119839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-vulnerability-alerts parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -119816,8 +119862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-vulnerability-alerts parameters: - - *509 - *510 + - *511 responses: '204': description: Response @@ -119843,8 +119889,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *509 - *510 + - *511 - name: ref in: path required: true @@ -119936,9 +119982,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -119979,7 +120025,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -120055,7 +120101,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120089,7 +120135,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &842 + - &843 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -120098,7 +120144,7 @@ paths: schema: type: string example: members - - &847 + - &848 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -120109,7 +120155,7 @@ paths: default: 1 format: int32 example: 1 - - &848 + - &849 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -120119,7 +120165,7 @@ paths: default: 30 format: int32 example: 1 - - *41 + - *42 responses: '200': description: Success, either groups were found or not found @@ -120151,7 +120197,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &837 + items: &838 allOf: - type: object required: @@ -120226,7 +120272,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: &849 + meta: &850 type: object description: The metadata associated with the creation/updates to the user. @@ -120286,30 +120332,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &838 + '400': &839 description: Bad request content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '401': *836 - '403': &839 + schema: *836 + '401': *837 + '403': &840 description: Permission denied - '429': &840 + '429': &841 description: Too many requests content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '500': &841 + schema: *836 + '500': &842 description: Internal server error content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 + schema: *836 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120328,12 +120374,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#provision-a-scim-enterprise-group parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &845 + schema: &846 type: object required: - schemas @@ -120393,9 +120439,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *837 + schema: *838 examples: - group: &843 + group: &844 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -120414,13 +120460,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': *838 - '401': *836 - '403': *839 - '409': &846 + '400': *839 + '401': *837 + '403': *840 + '409': &847 description: Duplicate record detected - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120437,7 +120483,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: - - &844 + - &845 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -120445,22 +120491,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *842 - - *41 + - *843 + - *42 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *837 + schema: *838 examples: - default: *843 - '400': *838 - '401': *836 - '403': *839 + default: *844 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120479,13 +120525,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: - - *844 - - *41 + - *845 + - *42 requestBody: required: true content: application/json: - schema: *845 + schema: *846 examples: group: summary: Group @@ -120511,17 +120557,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *837 + schema: *838 examples: - group: *843 - groupWithMembers: *843 - '400': *838 - '401': *836 - '403': *839 + group: *844 + groupWithMembers: *844 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '409': *846 - '429': *840 - '500': *841 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120545,13 +120591,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: - - *844 - - *41 + - *845 + - *42 requestBody: required: true content: application/json: - schema: &856 + schema: &857 type: object required: - Operations @@ -120611,17 +120657,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *837 + schema: *838 examples: - updateGroup: *843 - addMembers: *843 - '400': *838 - '401': *836 - '403': *839 + updateGroup: *844 + addMembers: *844 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '409': *846 - '429': *840 - '500': *841 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120637,17 +120683,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: - - *844 - - *41 + - *845 + - *42 responses: '204': description: Group was deleted, no content - '400': *838 - '401': *836 - '403': *839 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120681,9 +120727,9 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *847 - *848 - - *41 + - *849 + - *42 responses: '200': description: Success, either users were found or not found @@ -120715,7 +120761,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &851 + items: &852 allOf: - type: object required: @@ -120794,7 +120840,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &850 + roles: &851 type: array description: The roles assigned to the user. items: @@ -120850,7 +120896,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *849 + meta: *850 startIndex: type: integer description: A starting index for the returned page @@ -120887,11 +120933,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *838 - '401': *836 - '403': *839 - '429': *840 - '500': *841 + '400': *839 + '401': *837 + '403': *840 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120910,12 +120956,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#provision-a-scim-enterprise-user parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &854 + schema: &855 type: object required: - schemas @@ -120997,9 +121043,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *850 + roles: *851 examples: - user: &855 + user: &856 summary: User value: schemas: @@ -121046,9 +121092,9 @@ paths: description: User has been created content: application/scim+json: - schema: *851 + schema: *852 examples: - user: &852 + user: &853 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -121074,13 +121120,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: *852 - '400': *838 - '401': *836 - '403': *839 - '409': *846 - '429': *840 - '500': *841 + enterpriseOwner: *853 + '400': *839 + '401': *837 + '403': *840 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121097,28 +121143,28 @@ 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: - - &853 + - &854 name: scim_user_id description: The unique identifier of the SCIM user. in: path required: true schema: type: string - - *41 + - *42 responses: '200': description: Success, a user was found content: application/scim+json: - schema: *851 + schema: *852 examples: - default: *852 - '400': *838 - '401': *836 - '403': *839 + default: *853 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121169,30 +121215,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: - - *853 - - *41 + - *854 + - *42 requestBody: required: true content: application/json: - schema: *854 + schema: *855 examples: - user: *855 + user: *856 responses: '200': description: User was updated content: application/scim+json: - schema: *851 + schema: *852 examples: - user: *852 - '400': *838 - '401': *836 - '403': *839 + user: *853 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '409': *846 - '429': *840 - '500': *841 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121233,13 +121279,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: - - *853 - - *41 + - *854 + - *42 requestBody: required: true content: application/json: - schema: *856 + schema: *857 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -121279,18 +121325,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *851 - examples: - userMultiValuedProperties: *852 - userSingleValuedProperties: *852 - disableUser: *852 - '400': *838 - '401': *836 - '403': *839 + schema: *852 + examples: + userMultiValuedProperties: *853 + userSingleValuedProperties: *853 + disableUser: *853 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '409': *846 - '429': *840 - '500': *841 + '409': *847 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121310,17 +121356,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: - - *853 - - *41 + - *854 + - *42 responses: '204': description: User was deleted, no content - '400': *838 - '401': *836 - '403': *839 + '400': *839 + '401': *837 + '403': *840 '404': *6 - '429': *840 - '500': *841 + '429': *841 + '500': *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121353,7 +121399,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#list-scim-provisioned-identities parameters: - - *89 + - *90 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -121407,7 +121453,7 @@ paths: example: 1 Resources: type: array - items: &857 + items: &858 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -121637,23 +121683,23 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 - '304': *37 - '404': &858 + '304': *38 + '404': &859 description: Resource not found content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '403': &859 + schema: *836 + '403': &860 description: Forbidden content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '400': *838 - '429': *840 + schema: *836 + '400': *839 + '429': *841 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -121673,15 +121719,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *89 + - *90 responses: '201': description: Response content: application/scim+json: - schema: *857 + schema: *858 examples: - default: &860 + default: &861 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -121703,18 +121749,18 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 - '304': *37 - '404': *858 - '403': *859 - '500': *841 + '304': *38 + '404': *859 + '403': *860 + '500': *842 '409': description: Conflict content: application/json: - schema: *835 + schema: *836 application/scim+json: - schema: *835 - '400': *838 + schema: *836 + '400': *839 requestBody: required: true content: @@ -121811,19 +121857,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *89 - - *853 + - *90 + - *854 responses: '200': description: Response content: application/scim+json: - schema: *857 + schema: *858 examples: - default: *860 - '404': *858 - '403': *859 - '304': *37 + default: *861 + '404': *859 + '403': *860 + '304': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -121845,19 +121891,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *89 - - *853 + - *90 + - *854 responses: '200': description: Response content: application/scim+json: - schema: *857 + schema: *858 examples: - default: *860 - '304': *37 - '404': *858 - '403': *859 + default: *861 + '304': *38 + '404': *859 + '403': *860 requestBody: required: true content: @@ -121969,20 +122015,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *89 - - *853 + - *90 + - *854 responses: '200': description: Response content: application/scim+json: - schema: *857 + schema: *858 examples: - default: *860 - '304': *37 - '404': *858 - '403': *859 - '400': *838 + default: *861 + '304': *38 + '404': *859 + '403': *860 + '400': *839 '429': description: Response content: @@ -122072,14 +122118,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *89 - - *853 + - *90 + - *854 responses: '204': description: Response - '404': *858 - '403': *859 - '304': *37 + '404': *859 + '403': *860 + '304': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -122196,7 +122242,7 @@ paths: html_url: type: string format: uri - repository: *295 + repository: *296 score: type: number file_size: @@ -122214,7 +122260,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &861 + text_matches: &862 title: Search Result Text Matches type: array items: @@ -122327,8 +122373,8 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *37 - '503': *203 + '304': *38 + '503': *204 '422': *15 '403': *29 x-github: @@ -122377,7 +122423,7 @@ paths: enum: - author-date - committer-date - - &862 + - &863 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 @@ -122448,7 +122494,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *559 + properties: *560 nullable: true comment_count: type: integer @@ -122468,7 +122514,7 @@ paths: url: type: string format: uri - verification: *686 + verification: *687 required: - author - committer @@ -122487,7 +122533,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *559 + properties: *560 nullable: true parents: type: array @@ -122500,12 +122546,12 @@ paths: type: string sha: type: string - repository: *295 + repository: *296 score: type: number node_id: type: string - text_matches: *861 + text_matches: *862 required: - sha - node_id @@ -122634,7 +122680,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -122698,7 +122744,7 @@ paths: - interactions - created - updated - - *862 + - *863 - *17 - *19 - name: advanced_search @@ -122812,8 +122858,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -122826,8 +122872,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 nullable: true comments: type: integer @@ -122841,7 +122887,7 @@ paths: type: string format: date-time nullable: true - text_matches: *861 + text_matches: *862 pull_request: type: object properties: @@ -122874,10 +122920,10 @@ paths: type: string score: type: number - author_association: *231 + author_association: *232 draft: type: boolean - repository: *80 + repository: *81 body_html: type: string body_text: @@ -122885,7 +122931,7 @@ paths: timeline_url: type: string format: uri - type: *403 + type: *404 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -122895,17 +122941,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - reactions: *232 + reactions: *233 required: - closed_at - comments @@ -123067,9 +123113,9 @@ paths: - quoted_text items: - "..." - '503': *203 + '503': *204 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -123121,7 +123167,7 @@ paths: enum: - created - updated - - *862 + - *863 - *17 - *19 responses: @@ -123165,7 +123211,7 @@ paths: nullable: true score: type: number - text_matches: *861 + text_matches: *862 required: - id - node_id @@ -123197,7 +123243,7 @@ paths: default: true description: Something isn't working. score: 1 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -123251,7 +123297,7 @@ paths: - forks - help-wanted-issues - updated - - *862 + - *863 - *17 - *19 responses: @@ -123479,8 +123525,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true permissions: type: object @@ -123499,7 +123545,7 @@ paths: - admin - pull - push - text_matches: *861 + text_matches: *862 temp_clone_token: type: string allow_merge_commit: @@ -123701,9 +123747,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *203 + '503': *204 '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -123800,7 +123846,7 @@ paths: type: string format: uri nullable: true - text_matches: *861 + text_matches: *862 related: type: array nullable: true @@ -123941,7 +123987,7 @@ paths: featured: true curated: true score: 1 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -123993,7 +124039,7 @@ paths: - followers - repositories - joined - - *862 + - *863 - *17 - *19 responses: @@ -124097,7 +124143,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *861 + text_matches: *862 blog: type: string nullable: true @@ -124155,8 +124201,8 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *37 - '503': *203 + '304': *38 + '503': *204 '422': *15 x-github: githubCloudOnly: false @@ -124176,7 +124222,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &865 + - &866 name: team_id description: The unique identifier of the team. in: path @@ -124188,9 +124234,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -124217,7 +124263,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *865 + - *866 requestBody: required: true content: @@ -124280,16 +124326,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '201': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 '422': *15 '403': *29 @@ -124317,7 +124363,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *865 + - *866 responses: '204': description: Response @@ -124346,7 +124392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *865 + - *866 - *17 - *19 responses: @@ -124356,11 +124402,11 @@ paths: application/json: schema: type: array - items: *397 + items: *398 examples: - default: *398 + default: *399 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -124386,7 +124432,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *865 + - *866 - name: role description: Filters members returned by their role in the team. in: query @@ -124407,11 +124453,11 @@ paths: application/json: schema: type: array - items: *866 + items: *867 examples: - default: *867 + default: *868 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -124437,8 +124483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *865 - - *151 + - *866 + - *152 responses: '204': description: if user is a member @@ -124474,8 +124520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *865 - - *151 + - *866 + - *152 responses: '204': description: Response @@ -124514,8 +124560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *865 - - *151 + - *866 + - *152 responses: '204': description: Response @@ -124551,16 +124597,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: - - *865 - - *151 + - *866 + - *152 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - response-if-user-is-a-team-maintainer: *868 + response-if-user-is-a-team-maintainer: *869 '404': *6 x-github: githubCloudOnly: false @@ -124593,8 +124639,8 @@ 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: - - *865 - - *151 + - *866 + - *152 requestBody: required: false content: @@ -124619,9 +124665,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - response-if-users-membership-with-team-is-now-pending: *869 + response-if-users-membership-with-team-is-now-pending: *870 '403': description: Forbidden if team synchronization is set up '422': @@ -124655,8 +124701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *865 - - *151 + - *866 + - *152 responses: '204': description: Response @@ -124683,7 +124729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *865 + - *866 - *17 - *19 responses: @@ -124693,11 +124739,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *432 + default: *433 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -124725,15 +124771,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: - - *865 - - *509 + - *866 - *510 + - *511 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *870 + schema: *871 examples: alternative-response-with-extra-repository-information: value: @@ -124883,9 +124929,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: - - *865 - - *509 + - *866 - *510 + - *511 requestBody: required: false content: @@ -124935,9 +124981,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: - - *865 - - *509 + - *866 - *510 + - *511 responses: '204': description: Response @@ -124966,15 +125012,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: - - *865 + - *866 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '403': *29 '404': *6 x-github: @@ -125001,7 +125047,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: - - *865 + - *866 requestBody: required: true content: @@ -125058,7 +125104,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -125089,7 +125135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *865 + - *866 - *17 - *19 responses: @@ -125099,11 +125145,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - response-if-child-teams-exist: *871 + response-if-child-teams-exist: *872 headers: - Link: *47 + Link: *48 '404': *6 '403': *29 '422': *15 @@ -125134,7 +125180,7 @@ paths: application/json: schema: oneOf: - - &872 + - &873 title: Private User description: Private User type: object @@ -125337,7 +125383,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &899 + - &900 title: Public User description: Public User type: object @@ -125579,7 +125625,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -125649,7 +125695,7 @@ paths: description: Response content: application/json: - schema: *872 + schema: *873 examples: default: value: @@ -125696,7 +125742,7 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -125728,8 +125774,8 @@ paths: type: array items: *4 examples: - default: *222 - '304': *37 + default: *223 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -125751,7 +125797,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *151 + - *152 responses: '204': description: If the user is blocked @@ -125760,7 +125806,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -125779,11 +125825,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#block-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -125803,11 +125849,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#unblock-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -125852,11 +125898,11 @@ paths: type: integer codespaces: type: array - items: *408 + items: *409 examples: - default: *409 - '304': *37 - '500': *40 + default: *410 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -125993,21 +126039,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126047,7 +126093,7 @@ paths: type: integer secrets: type: array - items: &873 + items: &874 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -126087,9 +126133,9 @@ paths: - visibility - selected_repositories_url examples: - default: *615 + default: *616 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126157,13 +126203,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *873 + schema: *874 examples: default: value: @@ -126193,7 +126239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 requestBody: required: true content: @@ -126238,7 +126284,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -126266,7 +126312,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 responses: '204': description: Response @@ -126291,7 +126337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *305 + - *306 responses: '200': description: Response @@ -126307,13 +126353,13 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *347 + default: *348 '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126334,7 +126380,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *305 + - *306 requestBody: required: true content: @@ -126366,7 +126412,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126388,7 +126434,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *305 + - *306 - name: repository_id in: path required: true @@ -126400,7 +126446,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126421,7 +126467,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *305 + - *306 - name: repository_id in: path required: true @@ -126433,7 +126479,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126453,17 +126499,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *410 + - *411 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *612 - '304': *37 - '500': *40 + default: *613 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -126487,7 +126533,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: - - *410 + - *411 requestBody: required: false content: @@ -126517,9 +126563,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *612 + default: *613 '401': *25 '403': *29 '404': *6 @@ -126541,11 +126587,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *410 + - *411 responses: - '202': *39 - '304': *37 - '500': *40 + '202': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -126570,13 +126616,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: - - *410 + - *411 responses: '202': description: Response content: application/json: - schema: &874 + schema: &875 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -126617,7 +126663,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &875 + default: &876 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -126625,7 +126671,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -126649,7 +126695,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *410 + - *411 - name: export_id in: path required: true @@ -126662,9 +126708,9 @@ paths: description: Response content: application/json: - schema: *874 + schema: *875 examples: - default: *875 + default: *876 '404': *6 x-github: githubCloudOnly: false @@ -126685,7 +126731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *410 + - *411 responses: '200': description: Response @@ -126701,11 +126747,11 @@ paths: type: integer machines: type: array - items: *876 + items: *877 examples: - default: *877 - '304': *37 - '500': *40 + default: *878 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -126732,7 +126778,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: - - *410 + - *411 requestBody: required: true content: @@ -126782,13 +126828,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *514 + repository: *515 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *613 - required: *614 + properties: *614 + required: *615 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -127562,17 +127608,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *410 + - *411 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *612 - '304': *37 - '500': *40 + default: *613 + '304': *38 + '500': *41 '400': *14 '401': *25 '402': @@ -127582,7 +127628,7 @@ paths: schema: *3 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127602,16 +127648,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *410 + - *411 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *612 - '500': *40 + default: *613 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -127640,9 +127686,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: &889 + default: &890 value: - id: 197 name: hello_docker @@ -127743,7 +127789,7 @@ paths: application/json: schema: type: array - items: &878 + items: &879 title: Email description: Email type: object @@ -127774,7 +127820,7 @@ paths: primary: true verified: true visibility: private - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -127808,17 +127854,17 @@ paths: application/json: schema: type: array - items: *878 + items: *879 examples: - default: &891 + default: &892 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -127885,7 +127931,7 @@ paths: application/json: schema: type: array - items: *878 + items: *879 examples: default: value: @@ -127902,7 +127948,7 @@ paths: verified: false visibility: '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -127963,7 +128009,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -127995,10 +128041,10 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -128028,10 +128074,10 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -128050,7 +128096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *151 + - *152 responses: '204': description: if the person is followed by the authenticated user @@ -128059,7 +128105,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -128080,11 +128126,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#follow-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128105,11 +128151,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#unfollow-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128141,7 +128187,7 @@ paths: application/json: schema: type: array - items: &879 + items: &880 title: GPG Key description: A unique encryption key type: object @@ -128272,7 +128318,7 @@ paths: - subkeys - revoked examples: - default: &909 + default: &910 value: - id: 3 name: Octocat's GPG Key @@ -128304,8 +128350,8 @@ paths: revoked: false raw_key: string headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128357,9 +128403,9 @@ paths: description: Response content: application/json: - schema: *879 + schema: *880 examples: - default: &880 + default: &881 value: id: 3 name: Octocat's GPG Key @@ -128393,7 +128439,7 @@ paths: v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -128416,7 +128462,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: - - &881 + - &882 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -128428,11 +128474,11 @@ paths: description: Response content: application/json: - schema: *879 + schema: *880 examples: - default: *880 + default: *881 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -128453,13 +128499,13 @@ 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: - - *881 + - *882 responses: '204': description: Response '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -128596,8 +128642,8 @@ paths: suspended_at: suspended_by: headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -128644,7 +128690,7 @@ paths: type: array items: allOf: - - *80 + - *81 - type: object properties: custom_properties: @@ -128655,12 +128701,12 @@ paths: values. Present for org repos only. additionalProperties: true examples: - default: *290 + default: *291 headers: - Link: *47 + Link: *48 '404': *6 '403': *29 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128681,12 +128727,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *289 + - *290 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -128707,12 +128753,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *289 + - *290 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 '422': description: Returned when the application is installed on `all` repositories @@ -128741,12 +128787,12 @@ paths: application/json: schema: anyOf: - - *395 + - *396 - type: object properties: {} additionalProperties: false examples: - default: *396 + default: *397 '204': description: Response when there are no restrictions x-github: @@ -128770,7 +128816,7 @@ paths: required: true content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -128781,7 +128827,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -128862,7 +128908,7 @@ paths: - closed - all default: open - - *406 + - *407 - name: sort description: What to sort results by. in: query @@ -128874,8 +128920,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -128885,13 +128931,13 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *407 + default: *408 headers: - Link: *47 + Link: *48 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128920,7 +128966,7 @@ paths: application/json: schema: type: array - items: &882 + items: &883 title: Key description: Key type: object @@ -128971,8 +129017,8 @@ paths: verified: false read_only: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129021,9 +129067,9 @@ paths: description: Response content: application/json: - schema: *882 + schema: *883 examples: - default: &883 + default: &884 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -129033,7 +129079,7 @@ paths: verified: false read_only: false '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129062,11 +129108,11 @@ paths: description: Response content: application/json: - schema: *882 + schema: *883 examples: - default: *883 + default: *884 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -129091,7 +129137,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129120,7 +129166,7 @@ paths: application/json: schema: type: array - items: &884 + items: &885 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -129177,7 +129223,7 @@ paths: - id - type - login - plan: *252 + plan: *253 required: - billing_cycle - next_billing_date @@ -129188,7 +129234,7 @@ paths: - account - plan examples: - default: &885 + default: &886 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -129221,8 +129267,8 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '401': *25 '404': *6 x-github: @@ -129250,12 +129296,12 @@ paths: application/json: schema: type: array - items: *884 + items: *885 examples: - default: *885 + default: *886 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -129292,7 +129338,7 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: default: value: @@ -129375,8 +129421,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -129400,13 +129446,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -129468,7 +129514,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 requestBody: required: true content: @@ -129493,9 +129539,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *411 + schema: *412 examples: - default: &886 + default: &887 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -129542,9 +129588,9 @@ paths: processed asynchronously. content: application/json: - schema: *411 + schema: *412 examples: - default: *886 + default: *887 '403': *29 '404': *6 '422': *15 @@ -129573,7 +129619,7 @@ paths: application/json: schema: type: array - items: *413 + items: *414 examples: default: value: @@ -129726,8 +129772,8 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -129826,7 +129872,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -129979,7 +130025,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130006,7 +130052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#get-a-user-migration-status parameters: - - *414 + - *415 - name: exclude in: query required: false @@ -130019,7 +130065,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -130173,7 +130219,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130213,11 +130259,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#download-a-user-migration-archive parameters: - - *414 + - *415 responses: '302': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130239,12 +130285,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#delete-a-user-migration-archive parameters: - - *414 + - *415 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130268,12 +130314,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - - *414 - - *887 + - *415 + - *888 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -130293,7 +130339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *414 + - *415 - *17 - *19 responses: @@ -130303,9 +130349,9 @@ paths: application/json: schema: type: array - items: *122 + items: *123 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -130338,12 +130384,12 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -130382,7 +130428,7 @@ paths: - docker - nuget - container - - *888 + - *889 - *19 - *17 responses: @@ -130392,10 +130438,10 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *889 - '400': *890 + default: *890 + '400': *891 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -130415,16 +130461,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: - - *421 - *422 + - *423 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: &910 + default: &911 value: id: 40201 name: octo-name @@ -130537,8 +130583,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: - - *421 - *422 + - *423 responses: '204': description: Response @@ -130568,8 +130614,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: - - *421 - *422 + - *423 - name: token description: package token schema: @@ -130601,8 +130647,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: - - *421 - *422 + - *423 - *19 - *17 - name: state @@ -130622,7 +130668,7 @@ paths: application/json: schema: type: array - items: *423 + items: *424 examples: default: value: @@ -130671,15 +130717,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: - - *421 - *422 - - *424 + - *423 + - *425 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -130715,9 +130761,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: - - *421 - *422 - - *424 + - *423 + - *425 responses: '204': description: Response @@ -130747,9 +130793,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: - - *421 - *422 - - *424 + - *423 + - *425 responses: '204': description: Response @@ -130786,12 +130832,12 @@ paths: application/json: schema: type: array - items: *878 + items: *879 examples: - default: *891 + default: *892 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -130899,9 +130945,9 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default: &898 + default: &899 summary: Default response value: - id: 1296269 @@ -131022,9 +131068,9 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -131205,16 +131251,16 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World schema: type: string '401': *25 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -131246,12 +131292,12 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *892 + default: *893 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131271,14 +131317,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *399 + - *400 responses: '204': description: Response '403': *29 - '409': *121 + '409': *122 '404': *6 - '304': *37 + '304': *38 '451': *15 x-github: githubCloudOnly: false @@ -131295,12 +131341,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *399 + - *400 responses: '204': description: Response - '409': *121 - '304': *37 + '409': *122 + '304': *38 '404': *6 '403': *29 x-github: @@ -131328,7 +131374,7 @@ paths: application/json: schema: type: array - items: &893 + items: &894 title: Social account description: Social media account type: object @@ -131343,13 +131389,13 @@ paths: - provider - url examples: - default: &894 + default: &895 value: - provider: twitter url: https://twitter.com/github headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131405,11 +131451,11 @@ paths: application/json: schema: type: array - items: *893 + items: *894 examples: - default: *894 + default: *895 '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131462,7 +131508,7 @@ paths: '204': description: Response '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131494,7 +131540,7 @@ paths: application/json: schema: type: array - items: &895 + items: &896 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -131514,7 +131560,7 @@ paths: - title - created_at examples: - default: &924 + default: &925 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -131525,8 +131571,8 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131578,16 +131624,16 @@ paths: description: Response content: application/json: - schema: *895 + schema: *896 examples: - default: &896 + default: &897 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131610,7 +131656,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: - - &897 + - &898 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -131622,11 +131668,11 @@ paths: description: Response content: application/json: - schema: *895 + schema: *896 examples: - default: *896 + default: *897 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -131647,11 +131693,11 @@ 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: - - *897 + - *898 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131676,7 +131722,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: - - &925 + - &926 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 @@ -131689,7 +131735,7 @@ paths: - created - updated default: created - - *112 + - *113 - *17 - *19 responses: @@ -131699,13 +131745,13 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default-response: *898 + default-response: *899 application/vnd.github.v3.star+json: schema: type: array - items: &926 + items: &927 title: Starred Repository description: Starred Repository type: object @@ -131713,7 +131759,7 @@ paths: starred_at: type: string format: date-time - repo: *80 + repo: *81 required: - starred_at - repo @@ -131841,8 +131887,8 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -131861,8 +131907,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: - - *509 - *510 + - *511 responses: '204': description: Response if this repository is starred by you @@ -131872,7 +131918,7 @@ paths: application/json: schema: *3 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -131890,15 +131936,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *509 - *510 + - *511 responses: '204': description: Response '403': *29 '404': *6 '401': *25 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -131915,14 +131961,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *509 - *510 + - *511 responses: '204': description: Response '404': *6 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -131949,12 +131995,12 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *432 + default: *433 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -131988,7 +132034,7 @@ paths: application/json: schema: type: array - items: *501 + items: *502 examples: default: value: @@ -132039,8 +132085,8 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 x-github: @@ -132066,7 +132112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user-using-their-id parameters: - - *254 + - *255 responses: '200': description: Response @@ -132074,10 +132120,10 @@ paths: application/json: schema: oneOf: - - *872 - - *899 + - *873 + - *900 examples: - default-response: &903 + default-response: &904 summary: Default response value: login: octocat @@ -132112,7 +132158,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &904 + response-with-git-hub-plan-information: &905 summary: Response with GitHub plan information value: login: octocat @@ -132169,14 +132215,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: - - &901 + - &902 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *437 + - *438 requestBody: required: true description: Details of the draft item to create in the project. @@ -132210,10 +132256,10 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - draft_issue: *444 - '304': *37 + draft_issue: *445 + '304': *38 '403': *29 '401': *25 x-github: @@ -132235,7 +132281,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *900 + - *901 - *17 responses: '200': @@ -132246,13 +132292,13 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -132270,8 +132316,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: - - *901 - - *437 + - *902 + - *438 requestBody: required: true content: @@ -132342,18 +132388,18 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *902 + schema: *903 examples: table_view: summary: Response for creating a table view - value: *448 + value: *449 board_view: summary: Response for creating a board view with filter - value: *448 + value: *449 roadmap_view: summary: Response for creating a roadmap view - value: *448 - '304': *37 + value: *449 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -132386,7 +132432,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user parameters: - - *151 + - *152 responses: '200': description: Response @@ -132394,11 +132440,11 @@ paths: application/json: schema: oneOf: - - *872 - - *899 + - *873 + - *900 examples: - default-response: *903 - response-with-git-hub-plan-information: *904 + default-response: *904 + response-with-git-hub-plan-information: *905 '404': *6 x-github: githubCloudOnly: false @@ -132422,9 +132468,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *110 - *111 - - *151 + - *112 + - *152 requestBody: required: true content: @@ -132448,8 +132494,8 @@ paths: required: - subject_digests examples: - default: *905 - withPredicateType: *906 + default: *906 + withPredicateType: *907 responses: '200': description: Response @@ -132488,7 +132534,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *907 + default: *908 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -132506,7 +132552,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-in-bulk parameters: - - *151 + - *152 requestBody: required: true content: @@ -132571,7 +132617,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *151 + - *152 - name: subject_digest description: Subject Digest in: path @@ -132602,7 +132648,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-id parameters: - - *151 + - *152 - name: attestation_id description: Attestation ID in: path @@ -132638,9 +132684,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#list-attestations parameters: - *17 - - *110 - *111 - - *151 + - *112 + - *152 - name: subject_digest description: Subject Digest in: path @@ -132677,12 +132723,12 @@ paths: initiator: type: string examples: - default: *555 + default: *556 '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -132710,7 +132756,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *151 + - *152 - name: per_page description: The number of results per page (max 100). in: query @@ -132744,7 +132790,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: *343 + items: *344 examples: default: summary: Example response for listing user copilot spaces @@ -132843,7 +132889,7 @@ paths: html_url: https://github.com/copilot/spaces/octocat/2 api_url: https://api.github.com/user/1/copilot-spaces/2 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -132865,7 +132911,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *151 + - *152 requestBody: required: true content: @@ -132956,9 +133002,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &908 + default: &909 summary: Example response for a user copilot space value: id: 42 @@ -133045,7 +133091,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133057,9 +133103,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *908 + default: *909 '403': *29 '404': *6 x-github: @@ -133081,7 +133127,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133180,9 +133226,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *908 + default: *909 '403': *29 '404': *6 '422': *15 @@ -133205,7 +133251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133239,7 +133285,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133259,7 +133305,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: *345 + items: *346 examples: default: value: @@ -133355,7 +133401,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133402,7 +133448,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -133462,7 +133508,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133513,7 +133559,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -133575,7 +133621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133623,7 +133669,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133643,7 +133689,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: *346 + items: *347 examples: default: value: @@ -133681,7 +133727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133735,7 +133781,7 @@ paths: description: Resource created content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -133751,7 +133797,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -133786,7 +133832,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133804,7 +133850,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -133836,7 +133882,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133871,7 +133917,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -133904,7 +133950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133940,7 +133986,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *151 + - *152 responses: '200': description: Response @@ -133948,9 +133994,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *889 + default: *890 '403': *29 '401': *25 x-github: @@ -133973,7 +134019,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -133983,7 +134029,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -134045,8 +134091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *151 - - *89 + - *152 + - *90 - *17 - *19 responses: @@ -134056,7 +134102,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -134133,7 +134179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134143,7 +134189,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -134201,7 +134247,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-followers-of-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134213,9 +134259,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134232,7 +134278,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-the-people-a-user-follows parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134244,9 +134290,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134263,7 +134309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *151 + - *152 - name: target_user in: path required: true @@ -134290,8 +134336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-a-user parameters: - - *151 - - *241 + - *152 + - *242 - *17 - *19 responses: @@ -134301,11 +134347,11 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -134324,7 +134370,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134334,11 +134380,11 @@ paths: application/json: schema: type: array - items: *879 + items: *880 examples: - default: *909 + default: *910 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134360,7 +134406,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-contextual-information-for-a-user parameters: - - *151 + - *152 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -134432,7 +134478,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *151 + - *152 responses: '200': description: Response @@ -134440,7 +134486,7 @@ paths: application/json: schema: *22 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134458,7 +134504,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#list-public-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134493,7 +134539,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134513,7 +134559,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -134523,11 +134569,11 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134564,8 +134610,8 @@ paths: - docker - nuget - container - - *888 - - *151 + - *889 + - *152 - *19 - *17 responses: @@ -134575,12 +134621,12 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *889 + default: *890 '403': *29 '401': *25 - '400': *890 + '400': *891 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134600,17 +134646,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-a-user parameters: - - *421 - *422 - - *151 + - *423 + - *152 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *910 + default: *911 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134631,9 +134677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-a-user parameters: - - *421 - *422 - - *151 + - *423 + - *152 responses: '204': description: Response @@ -134665,9 +134711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-a-user parameters: - - *421 - *422 - - *151 + - *423 + - *152 - name: token description: package token schema: @@ -134699,9 +134745,9 @@ 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: - - *421 - *422 - - *151 + - *423 + - *152 responses: '200': description: Response @@ -134709,7 +134755,7 @@ paths: application/json: schema: type: array - items: *423 + items: *424 examples: default: value: @@ -134767,16 +134813,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: - - *421 - *422 - - *424 - - *151 + - *423 + - *425 + - *152 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -134811,10 +134857,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-package-version-for-a-user parameters: - - *421 - *422 - - *151 - - *424 + - *423 + - *152 + - *425 responses: '204': description: Response @@ -134846,10 +134892,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-package-version-for-a-user parameters: - - *421 - *422 - - *151 - - *424 + - *423 + - *152 + - *425 responses: '204': description: Response @@ -134873,15 +134919,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-user parameters: - - *151 + - *152 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -134890,12 +134936,12 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *436 + default: *437 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -134914,19 +134960,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-user parameters: - - *437 - - *151 + - *438 + - *152 responses: '200': description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -134945,11 +134991,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-user parameters: - - *437 - - *151 + - *438 + - *152 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -134957,12 +135003,12 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *911 + default: *912 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -134980,8 +135026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-field-to-user-owned-project parameters: - - *151 - - *437 + - *152 + - *438 requestBody: required: true content: @@ -135019,7 +135065,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *912 + items: *913 required: - name - data_type @@ -135035,7 +135081,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *913 + iteration_configuration: *914 required: - name - data_type @@ -135057,21 +135103,21 @@ paths: value: name: Due date data_type: date - single_select_field: *914 - iteration_field: *915 + single_select_field: *915 + iteration_field: *916 responses: '201': description: Response content: application/json: - schema: *441 + schema: *442 examples: - text_field: *916 - number_field: *917 - date_field: *918 - single_select_field: *919 - iteration_field: *920 - '304': *37 + text_field: *917 + number_field: *918 + date_field: *919 + single_select_field: *920 + iteration_field: *921 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -135091,20 +135137,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - - *437 - - *921 - - *151 + - *438 + - *922 + - *152 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *922 + default: *923 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135124,10 +135170,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *437 - - *151 - - *110 + - *438 + - *152 - *111 + - *112 - *17 - 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) @@ -135157,12 +135203,12 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135180,8 +135226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-user-owned-project parameters: - - *151 - - *437 + - *152 + - *438 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -135251,23 +135297,23 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *444 + value: *445 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *444 + value: *445 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *444 + value: *445 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *444 - '304': *37 + value: *445 + '304': *38 '403': *29 '401': *25 x-github: @@ -135286,9 +135332,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: - - *437 - - *151 - - *447 + - *438 + - *152 + - *448 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -135308,12 +135354,12 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -135331,9 +135377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-user parameters: - - *437 - - *151 - - *447 + - *438 + - *152 + - *448 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -135403,13 +135449,13 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - text_field: *446 - number_field: *446 - date_field: *446 - single_select_field: *446 - iteration_field: *446 + text_field: *447 + number_field: *447 + date_field: *447 + single_select_field: *447 + iteration_field: *447 '401': *25 '403': *29 '404': *6 @@ -135429,9 +135475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-user parameters: - - *437 - - *151 - - *447 + - *438 + - *152 + - *448 responses: '204': description: Response @@ -135453,9 +135499,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: - - *437 - - *151 - - *923 + - *438 + - *152 + - *924 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -135471,8 +135517,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -135481,12 +135527,12 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -135511,7 +135557,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135521,7 +135567,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -135586,7 +135632,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-received-by-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135596,7 +135642,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -135659,7 +135705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repositories-for-a-user parameters: - - *151 + - *152 - name: type description: Limit results to repositories of the specified type. in: query @@ -135702,11 +135748,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *432 + default: *433 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135724,7 +135770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135734,11 +135780,11 @@ paths: application/json: schema: type: array - items: *893 + items: *894 examples: - default: *894 + default: *895 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135756,7 +135802,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135766,11 +135812,11 @@ paths: application/json: schema: type: array - items: *895 + items: *896 examples: - default: *924 + default: *925 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135792,9 +135838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *151 - - *925 - - *112 + - *152 + - *926 + - *113 - *17 - *19 responses: @@ -135805,13 +135851,13 @@ paths: schema: anyOf: - type: array - items: *926 + items: *927 - type: array - items: *80 + items: *81 examples: - default-response: *898 + default-response: *899 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135828,7 +135874,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135838,11 +135884,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *432 + default: *433 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135968,7 +136014,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &927 + enterprise: &928 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -136026,7 +136072,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &928 + installation: &929 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -136045,7 +136091,7 @@ x-webhooks: required: - id - node_id - organization: &929 + organization: &930 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -136105,13 +136151,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &930 + repository: &931 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: &969 + properties: &970 id: description: Unique identifier of the repository example: 42 @@ -136131,8 +136177,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true organization: title: Simple User @@ -136795,7 +136841,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &970 + required: &971 - archive_url - assignees_url - blobs_url @@ -136946,10 +136992,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -137025,11 +137071,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - rule: &931 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + rule: &932 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) @@ -137252,11 +137298,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - rule: *931 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + rule: *932 sender: *4 required: - action @@ -137439,11 +137485,11 @@ x-webhooks: - everyone required: - from - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - rule: *931 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + rule: *932 sender: *4 required: - action @@ -137516,7 +137562,7 @@ x-webhooks: required: true content: application/json: - schema: &953 + schema: &954 title: Exemption request cancellation event type: object properties: @@ -137524,11 +137570,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: &932 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: &933 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -137832,7 +137878,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &933 + items: &934 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -137942,7 +137988,7 @@ x-webhooks: required: true content: application/json: - schema: &954 + schema: &955 title: Exemption request completed event type: object properties: @@ -137950,11 +137996,11 @@ x-webhooks: type: string enum: - completed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: *932 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: *933 sender: *4 required: - action @@ -138026,7 +138072,7 @@ x-webhooks: required: true content: application/json: - schema: &951 + schema: &952 title: Exemption request created event type: object properties: @@ -138034,11 +138080,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: *932 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: *933 sender: *4 required: - action @@ -138110,7 +138156,7 @@ x-webhooks: required: true content: application/json: - schema: &955 + schema: &956 title: Exemption response dismissed event type: object properties: @@ -138118,12 +138164,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: *932 - exemption_response: *933 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: *933 + exemption_response: *934 sender: *4 required: - action @@ -138197,7 +138243,7 @@ x-webhooks: required: true content: application/json: - schema: &952 + schema: &953 title: Exemption response submitted event type: object properties: @@ -138205,12 +138251,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - exemption_request: *932 - exemption_response: *933 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + exemption_request: *933 + exemption_response: *934 sender: *4 required: - action @@ -138294,7 +138340,7 @@ x-webhooks: type: string enum: - completed - check_run: &935 + check_run: &936 title: CheckRun description: A check performed on the code of a given code change type: object @@ -138347,8 +138393,8 @@ x-webhooks: type: string pull_requests: type: array - items: *239 - repository: *295 + items: *240 + repository: *296 status: example: completed type: string @@ -138385,7 +138431,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *934 + deployment: *935 details_url: example: https://example.com type: string @@ -138435,7 +138481,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *239 + items: *240 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -138470,10 +138516,10 @@ x-webhooks: - output - app - pull_requests - installation: *928 - enterprise: *927 - organization: *929 - repository: *930 + installation: *929 + enterprise: *928 + organization: *930 + repository: *931 sender: *4 required: - check_run @@ -138864,11 +138910,11 @@ x-webhooks: type: string enum: - created - check_run: *935 - installation: *928 - enterprise: *927 - organization: *929 - repository: *930 + check_run: *936 + installation: *929 + enterprise: *928 + organization: *930 + repository: *931 sender: *4 required: - check_run @@ -139262,11 +139308,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *935 - installation: *928 - enterprise: *927 - organization: *929 - repository: *930 + check_run: *936 + installation: *929 + enterprise: *928 + organization: *930 + repository: *931 requested_action: description: The action requested by the user. type: object @@ -139669,11 +139715,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *935 - installation: *928 - enterprise: *927 - organization: *929 - repository: *930 + check_run: *936 + installation: *929 + enterprise: *928 + organization: *930 + repository: *931 sender: *4 required: - check_run @@ -140643,10 +140689,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -141345,10 +141391,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -142041,10 +142087,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -142210,7 +142256,7 @@ x-webhooks: required: - login - id - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -142355,20 +142401,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &936 + commit_oid: &937 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: *927 - installation: *928 - organization: *929 - ref: &937 + enterprise: *928 + installation: *929 + organization: *930 + ref: &938 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: *930 + repository: *931 sender: *4 required: - action @@ -142533,7 +142579,7 @@ x-webhooks: required: - login - id - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -142763,12 +142809,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *936 - enterprise: *927 - installation: *928 - organization: *929 - ref: *937 - repository: *930 + commit_oid: *937 + enterprise: *928 + installation: *929 + organization: *930 + ref: *938 + repository: *931 sender: *4 required: - action @@ -142863,7 +142909,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -143034,12 +143080,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *936 - enterprise: *927 - installation: *928 - organization: *929 - ref: *937 - repository: *930 + commit_oid: *937 + enterprise: *928 + installation: *929 + organization: *930 + ref: *938 + repository: *931 sender: *4 required: - action @@ -143205,7 +143251,7 @@ x-webhooks: required: - login - id - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -143371,12 +143417,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *936 - enterprise: *927 - installation: *928 - organization: *929 - ref: *937 - repository: *930 + commit_oid: *937 + enterprise: *928 + installation: *929 + organization: *930 + ref: *938 + repository: *931 sender: *4 required: - action @@ -143475,7 +143521,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -143650,16 +143696,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 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: *930 + repository: *931 sender: *4 required: - action @@ -143756,7 +143802,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -143896,12 +143942,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *936 - enterprise: *927 - installation: *928 - organization: *929 - ref: *937 - repository: *930 + commit_oid: *937 + enterprise: *928 + installation: *929 + organization: *930 + ref: *938 + repository: *931 sender: *4 required: - action @@ -144067,7 +144113,7 @@ x-webhooks: required: - login - id - dismissed_comment: *584 + dismissed_comment: *585 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -144212,10 +144258,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -144470,10 +144516,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -144553,18 +144599,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *929 - pusher_type: &938 + organization: *930 + pusher_type: &939 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &939 + ref: &940 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -144574,7 +144620,7 @@ x-webhooks: enum: - tag - branch - repository: *930 + repository: *931 sender: *4 required: - ref @@ -144656,10 +144702,10 @@ x-webhooks: type: string enum: - created - definition: *164 - enterprise: *927 - installation: *928 - organization: *929 + definition: *165 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -144744,9 +144790,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -144823,10 +144869,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *164 - enterprise: *927 - installation: *928 - organization: *929 + definition: *165 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -144903,10 +144949,10 @@ x-webhooks: type: string enum: - updated - definition: *164 - enterprise: *927 - installation: *928 - organization: *929 + definition: *165 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -144983,19 +145029,19 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - repository: *930 - organization: *929 + enterprise: *928 + installation: *929 + repository: *931 + organization: *930 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *163 + items: *164 old_property_values: type: array description: The old custom property values for the repository. - items: *163 + items: *164 required: - action - repository @@ -145071,18 +145117,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 - pusher_type: *938 - ref: *939 + enterprise: *928 + installation: *929 + organization: *930 + pusher_type: *939 + ref: *940 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *930 + repository: *931 sender: *4 required: - ref @@ -145162,11 +145208,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145246,11 +145292,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145331,11 +145377,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145416,11 +145462,11 @@ x-webhooks: type: string enum: - created - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145499,11 +145545,11 @@ x-webhooks: type: string enum: - dismissed - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145582,11 +145628,11 @@ x-webhooks: type: string enum: - fixed - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145666,11 +145712,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145749,11 +145795,11 @@ x-webhooks: type: string enum: - reopened - alert: *648 - installation: *928 - organization: *929 - enterprise: *927 - repository: *930 + alert: *649 + installation: *929 + organization: *930 + enterprise: *928 + repository: *931 sender: *4 required: - action @@ -145830,9 +145876,9 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - key: &940 + enterprise: *928 + installation: *929 + key: &941 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -145868,8 +145914,8 @@ x-webhooks: - verified - created_at - read_only - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -145946,11 +145992,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - key: *940 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + key: *941 + organization: *930 + repository: *931 sender: *4 required: - action @@ -146506,12 +146552,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: &946 + workflow: &947 title: Workflow type: object nullable: true @@ -147252,15 +147298,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *941 - required: *942 + properties: *942 + required: *943 nullable: true pull_requests: type: array - items: *770 - repository: *930 - organization: *929 - installation: *928 + items: *771 + repository: *931 + organization: *930 + installation: *929 sender: *4 responses: '200': @@ -147331,7 +147377,7 @@ x-webhooks: type: string enum: - approved - approver: &943 + approver: &944 type: object properties: avatar_url: @@ -147374,11 +147420,11 @@ x-webhooks: type: string comment: type: string - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - reviewers: &944 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + reviewers: &945 type: array items: type: object @@ -147457,7 +147503,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &945 + workflow_job_run: &946 type: object properties: conclusion: @@ -148188,18 +148234,18 @@ x-webhooks: type: string enum: - rejected - approver: *943 + approver: *944 comment: type: string - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - reviewers: *944 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + reviewers: *945 sender: *4 since: type: string - workflow_job_run: *945 + workflow_job_run: *946 workflow_job_runs: type: array items: @@ -148903,13 +148949,13 @@ x-webhooks: type: string enum: - requested - enterprise: *927 + enterprise: *928 environment: type: string - installation: *928 - organization: *929 - repository: *930 - requestor: &956 + installation: *929 + organization: *930 + repository: *931 + requestor: &957 title: User type: object nullable: true @@ -150798,12 +150844,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: *946 + workflow: *947 workflow_run: title: Deployment Workflow Run type: object @@ -151483,7 +151529,7 @@ x-webhooks: type: string enum: - answered - answer: &949 + answer: &950 type: object properties: author_association: @@ -151640,11 +151686,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -151771,11 +151817,11 @@ x-webhooks: - from required: - category - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -151858,11 +151904,11 @@ x-webhooks: type: string enum: - closed - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -151944,7 +151990,7 @@ x-webhooks: type: string enum: - created - comment: &948 + comment: &949 type: object properties: author_association: @@ -152101,11 +152147,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152188,12 +152234,12 @@ x-webhooks: type: string enum: - deleted - comment: *948 - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + comment: *949 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152288,12 +152334,12 @@ x-webhooks: - from required: - body - comment: *948 - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + comment: *949 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152377,11 +152423,11 @@ x-webhooks: type: string enum: - created - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152463,11 +152509,11 @@ x-webhooks: type: string enum: - deleted - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152567,11 +152613,11 @@ x-webhooks: type: string required: - from - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152653,10 +152699,10 @@ x-webhooks: type: string enum: - labeled - discussion: *947 - enterprise: *927 - installation: *928 - label: &950 + discussion: *948 + enterprise: *928 + installation: *929 + label: &951 title: Label type: object properties: @@ -152688,8 +152734,8 @@ x-webhooks: - color - default - description - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152772,11 +152818,11 @@ x-webhooks: type: string enum: - locked - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152858,11 +152904,11 @@ x-webhooks: type: string enum: - pinned - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -152944,11 +152990,11 @@ x-webhooks: type: string enum: - reopened - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153033,16 +153079,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *947 - new_repository: *930 + new_discussion: *948 + new_repository: *931 required: - new_discussion - new_repository - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153125,10 +153171,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *947 - old_answer: *949 - organization: *929 - repository: *930 + discussion: *948 + old_answer: *950 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153210,12 +153256,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *947 - enterprise: *927 - installation: *928 - label: *950 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153298,11 +153344,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153384,11 +153430,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *947 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + discussion: *948 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -153457,7 +153503,7 @@ x-webhooks: required: true content: application/json: - schema: *951 + schema: *952 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153520,7 +153566,7 @@ x-webhooks: required: true content: application/json: - schema: *952 + schema: *953 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153583,7 +153629,7 @@ x-webhooks: required: true content: application/json: - schema: *953 + schema: *954 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153646,7 +153692,7 @@ x-webhooks: required: true content: application/json: - schema: *951 + schema: *952 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153709,7 +153755,7 @@ x-webhooks: required: true content: application/json: - schema: *952 + schema: *953 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153775,7 +153821,7 @@ x-webhooks: required: true content: application/json: - schema: *953 + schema: *954 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153841,7 +153887,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153907,7 +153953,7 @@ x-webhooks: required: true content: application/json: - schema: *951 + schema: *952 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153973,7 +154019,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154039,7 +154085,7 @@ x-webhooks: required: true content: application/json: - schema: *952 + schema: *953 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154104,7 +154150,7 @@ x-webhooks: required: true content: application/json: - schema: *953 + schema: *954 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154169,7 +154215,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154234,7 +154280,7 @@ x-webhooks: required: true content: application/json: - schema: *951 + schema: *952 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154299,7 +154345,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154365,7 +154411,7 @@ x-webhooks: required: true content: application/json: - schema: *952 + schema: *953 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154432,7 +154478,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *927 + enterprise: *928 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -155092,9 +155138,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *928 - organization: *929 - repository: *930 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - forkee @@ -155240,9 +155286,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pages: description: The pages that were updated. type: array @@ -155279,7 +155325,7 @@ x-webhooks: - action - sha - html_url - repository: *930 + repository: *931 sender: *4 required: - pages @@ -155355,10 +155401,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: &957 + organization: *930 + repositories: &958 description: An array of repository objects that the installation can access. type: array @@ -155384,8 +155430,8 @@ x-webhooks: - name - full_name - private - repository: *930 - requester: *956 + repository: *931 + requester: *957 sender: *4 required: - action @@ -155460,11 +155506,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: *957 - repository: *930 + organization: *930 + repositories: *958 + repository: *931 requester: nullable: true sender: *4 @@ -155540,11 +155586,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: *957 - repository: *930 + organization: *930 + repositories: *958 + repository: *931 requester: nullable: true sender: *4 @@ -155620,10 +155666,10 @@ x-webhooks: type: string enum: - added - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories_added: &958 + organization: *930 + repositories_added: &959 description: An array of repository objects, which were added to the installation. type: array @@ -155669,15 +155715,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *930 - repository_selection: &959 + repository: *931 + repository_selection: &960 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *956 + requester: *957 sender: *4 required: - action @@ -155756,10 +155802,10 @@ x-webhooks: type: string enum: - removed - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories_added: *958 + organization: *930 + repositories_added: *959 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -155786,9 +155832,9 @@ x-webhooks: - name - full_name - private - repository: *930 - repository_selection: *959 - requester: *956 + repository: *931 + repository_selection: *960 + requester: *957 sender: *4 required: - action @@ -155867,11 +155913,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: *957 - repository: *930 + organization: *930 + repositories: *958 + repository: *931 requester: nullable: true sender: *4 @@ -156050,10 +156096,10 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 target_type: type: string @@ -156132,11 +156178,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *927 + enterprise: *928 installation: *22 - organization: *929 - repositories: *957 - repository: *930 + organization: *930 + repositories: *958 + repository: *931 requester: nullable: true sender: *4 @@ -156260,8 +156306,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 reactions: title: Reactions type: object @@ -156403,8 +156449,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -157193,8 +157239,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157210,7 +157256,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -157543,8 +157589,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -157624,7 +157670,7 @@ x-webhooks: type: string enum: - deleted - comment: &960 + comment: &961 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -157804,8 +157850,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158590,8 +158636,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158607,7 +158653,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -158942,8 +158988,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -159023,7 +159069,7 @@ x-webhooks: type: string enum: - edited - changes: &989 + changes: &990 description: The changes to the comment. type: object properties: @@ -159035,9 +159081,9 @@ x-webhooks: type: string required: - from - comment: *960 - enterprise: *927 - installation: *928 + comment: *961 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159825,8 +159871,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159842,7 +159888,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -160175,8 +160221,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -160257,9 +160303,9 @@ x-webhooks: type: string enum: - pinned - comment: *960 - enterprise: *927 - installation: *928 + comment: *961 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161049,8 +161095,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161066,7 +161112,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -161401,8 +161447,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -161482,9 +161528,9 @@ x-webhooks: type: string enum: - unpinned - comment: *960 - enterprise: *927 - installation: *928 + comment: *961 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162274,8 +162320,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162291,7 +162337,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -162626,8 +162672,8 @@ x-webhooks: - state - locked - assignee - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -162710,15 +162756,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 + blocked_issue: *235 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - blocking_issue_repo: *80 - installation: *928 - organization: *929 - repository: *930 + blocking_issue: *235 + blocking_issue_repo: *81 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -162801,15 +162847,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 + blocked_issue: *235 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - blocking_issue_repo: *80 - installation: *928 - organization: *929 - repository: *930 + blocking_issue: *235 + blocking_issue_repo: *81 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -162891,15 +162937,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 - blocked_issue_repo: *80 + blocked_issue: *235 + blocked_issue_repo: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - installation: *928 - organization: *929 - repository: *930 + blocking_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -162982,15 +163028,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 - blocked_issue_repo: *80 + blocked_issue: *235 + blocked_issue_repo: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - installation: *928 - organization: *929 - repository: *930 + blocking_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -163070,10 +163116,10 @@ x-webhooks: type: string enum: - assigned - assignee: *956 - enterprise: *927 - installation: *928 - issue: &961 + assignee: *957 + enterprise: *928 + installation: *929 + issue: &962 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -163862,11 +163908,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -163885,7 +163931,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -163986,8 +164032,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -164067,8 +164113,8 @@ x-webhooks: type: string enum: - closed - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -164862,11 +164908,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -164885,7 +164931,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -165121,8 +165167,8 @@ x-webhooks: required: - state - closed_at - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -165201,8 +165247,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -165987,11 +166033,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -166010,7 +166056,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -166110,8 +166156,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -166190,8 +166236,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -166998,11 +167044,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -167021,7 +167067,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -167100,7 +167146,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &962 + milestone: &963 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167238,8 +167284,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -167338,8 +167384,8 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168128,11 +168174,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -168148,7 +168194,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *403 + type: *404 title: description: Title of the issue type: string @@ -168252,9 +168298,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *950 - organization: *929 - repository: *930 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -168334,9 +168380,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *927 - installation: *928 - issue: *961 + enterprise: *928 + installation: *929 + issue: *962 issue_field: type: object description: The issue field whose value was set or updated on the @@ -168490,8 +168536,8 @@ x-webhooks: - id required: - from - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -168571,9 +168617,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *927 - installation: *928 - issue: *961 + enterprise: *928 + installation: *929 + issue: *962 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -168654,8 +168700,8 @@ x-webhooks: nullable: true required: - id - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -168735,8 +168781,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169524,11 +169570,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -169544,7 +169590,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *403 + type: *404 title: description: Title of the issue type: string @@ -169648,9 +169694,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *950 - organization: *929 - repository: *930 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -169730,8 +169776,8 @@ x-webhooks: type: string enum: - locked - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170543,11 +170589,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -170563,7 +170609,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *403 + type: *404 title: description: Title of the issue type: string @@ -170644,8 +170690,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -170724,8 +170770,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171531,11 +171577,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -171554,7 +171600,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -171632,9 +171678,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *962 - organization: *929 - repository: *930 + milestone: *963 + organization: *930 + repository: *931 sender: *4 required: - action @@ -172497,8 +172543,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -172529,8 +172575,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true user: title: User @@ -172602,7 +172648,7 @@ x-webhooks: required: - login - id - type: *403 + type: *404 required: - id - number @@ -173082,8 +173128,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -173867,8 +173913,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -173887,7 +173933,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -173900,8 +173946,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true user: title: User @@ -173995,8 +174041,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -174076,9 +174122,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *927 - installation: *928 - issue: &963 + enterprise: *928 + installation: *929 + issue: &964 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -174861,11 +174907,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -174884,7 +174930,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -174984,8 +175030,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -175064,8 +175110,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -175875,11 +175921,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -175976,9 +176022,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *403 - organization: *929 - repository: *930 + type: *404 + organization: *930 + repository: *931 sender: *4 required: - action @@ -176844,11 +176890,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -176867,7 +176913,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -177446,11 +177492,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *927 - installation: *928 - issue: *963 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *964 + organization: *930 + repository: *931 sender: *4 required: - action @@ -177530,12 +177576,12 @@ x-webhooks: type: string enum: - typed - enterprise: *927 - installation: *928 - issue: *961 - type: *403 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *962 + type: *404 + organization: *930 + repository: *931 sender: *4 required: - action @@ -177616,7 +177662,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &992 + assignee: &993 title: User type: object nullable: true @@ -177686,11 +177732,11 @@ x-webhooks: required: - login - id - enterprise: *927 - installation: *928 - issue: *961 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *962 + organization: *930 + repository: *931 sender: *4 required: - action @@ -177769,12 +177815,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *927 - installation: *928 - issue: *961 - label: *950 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *962 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -177854,8 +177900,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -178665,11 +178711,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *863 - issue_dependencies_summary: *864 + sub_issues_summary: *864 + issue_dependencies_summary: *865 issue_field_values: type: array items: *716 @@ -178688,7 +178734,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *403 + type: *404 updated_at: type: string format: date-time @@ -178766,8 +178812,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -178847,11 +178893,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *927 - installation: *928 - issue: *963 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *964 + organization: *930 + repository: *931 sender: *4 required: - action @@ -178930,12 +178976,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *927 - installation: *928 - issue: *961 - type: *403 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + issue: *962 + type: *404 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179015,11 +179061,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - label: *950 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179097,11 +179143,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - label: *950 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179211,11 +179257,11 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - label: *950 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + label: *951 + organization: *930 + repository: *931 sender: *4 required: - action @@ -179297,9 +179343,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *927 - installation: *928 - marketplace_purchase: &964 + enterprise: *928 + installation: *929 + marketplace_purchase: &965 title: Marketplace Purchase type: object required: @@ -179382,8 +179428,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *929 - previous_marketplace_purchase: &965 + organization: *930 + previous_marketplace_purchase: &966 title: Marketplace Purchase type: object properties: @@ -179463,7 +179509,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *930 + repository: *931 sender: *4 required: - action @@ -179543,10 +179589,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *927 - installation: *928 - marketplace_purchase: *964 - organization: *929 + enterprise: *928 + installation: *929 + marketplace_purchase: *965 + organization: *930 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -179629,7 +179675,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *930 + repository: *931 sender: *4 required: - action @@ -179711,10 +179757,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *927 - installation: *928 - marketplace_purchase: *964 - organization: *929 + enterprise: *928 + installation: *929 + marketplace_purchase: *965 + organization: *930 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -179796,7 +179842,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *930 + repository: *931 sender: *4 required: - action @@ -179877,8 +179923,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 marketplace_purchase: title: Marketplace Purchase type: object @@ -179960,9 +180006,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *929 - previous_marketplace_purchase: *965 - repository: *930 + organization: *930 + previous_marketplace_purchase: *966 + repository: *931 sender: *4 required: - action @@ -180042,12 +180088,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *927 - installation: *928 - marketplace_purchase: *964 - organization: *929 - previous_marketplace_purchase: *965 - repository: *930 + enterprise: *928 + installation: *929 + marketplace_purchase: *965 + organization: *930 + previous_marketplace_purchase: *966 + repository: *931 sender: *4 required: - action @@ -180149,11 +180195,11 @@ x-webhooks: type: string required: - to - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 sender: *4 required: - action @@ -180253,11 +180299,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 sender: *4 required: - action @@ -180336,11 +180382,11 @@ x-webhooks: type: string enum: - removed - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 sender: *4 required: - action @@ -180418,11 +180464,11 @@ x-webhooks: type: string enum: - added - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 scope: description: The scope of the membership. Currently, can only be `team`. @@ -180498,7 +180544,7 @@ x-webhooks: required: - login - id - team: &966 + team: &967 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -180721,11 +180767,11 @@ x-webhooks: type: string enum: - removed - enterprise: *927 - installation: *928 - member: *956 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + member: *957 + organization: *930 + repository: *931 scope: description: The scope of the membership. Currently, can only be `team`. @@ -180802,7 +180848,7 @@ x-webhooks: required: - login - id - team: *966 + team: *967 required: - action - scope @@ -180884,8 +180930,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *928 - merge_group: &968 + installation: *929 + merge_group: &969 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -180904,15 +180950,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *967 + head_commit: *968 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -180998,10 +181044,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *928 - merge_group: *968 - organization: *929 - repository: *930 + installation: *929 + merge_group: *969 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181074,7 +181120,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 + enterprise: *928 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -181183,16 +181229,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *928 - organization: *929 + installation: *929 + organization: *930 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: *969 - required: *970 + properties: *970 + required: *971 nullable: true sender: *4 required: @@ -181273,11 +181319,11 @@ x-webhooks: type: string enum: - closed - enterprise: *927 - installation: *928 - milestone: *962 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + milestone: *963 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181356,9 +181402,9 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - milestone: &971 + enterprise: *928 + installation: *929 + milestone: &972 title: Milestone description: A collection of related issues and pull requests. type: object @@ -181495,8 +181541,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181575,11 +181621,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - milestone: *962 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + milestone: *963 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181689,11 +181735,11 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - milestone: *962 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + milestone: *963 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181773,11 +181819,11 @@ x-webhooks: type: string enum: - opened - enterprise: *927 - installation: *928 - milestone: *971 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + milestone: *972 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181856,11 +181902,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *956 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + blocked_user: *957 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -181939,11 +181985,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *956 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + blocked_user: *957 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182018,8 +182064,8 @@ x-webhooks: type: string enum: - created - definition: *159 - enterprise: *927 + definition: *160 + enterprise: *928 sender: *4 required: - action @@ -182099,8 +182145,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 sender: *4 required: - action @@ -182172,9 +182218,9 @@ x-webhooks: type: string enum: - updated - definition: *159 - enterprise: *927 - installation: *928 + definition: *160 + enterprise: *928 + installation: *929 sender: *4 required: - action @@ -182246,18 +182292,18 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 new_property_values: type: array description: The new custom property values. - items: *163 + items: *164 old_property_values: type: array description: The old custom property values. - items: *163 + items: *164 required: - action - organization @@ -182336,9 +182382,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - membership: &972 + enterprise: *928 + installation: *929 + membership: &973 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -182445,8 +182491,8 @@ x-webhooks: - role - organization_url - user - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182524,11 +182570,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *927 - installation: *928 - membership: *972 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + membership: *973 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182607,8 +182653,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -182724,10 +182770,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 - user: *956 + user: *957 required: - action - invitation @@ -182805,11 +182851,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *927 - installation: *928 - membership: *972 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + membership: *973 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182896,11 +182942,11 @@ x-webhooks: properties: from: type: string - enterprise: *927 - installation: *928 - membership: *972 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + membership: *973 + organization: *930 + repository: *931 sender: *4 required: - action @@ -182978,9 +183024,9 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 package: description: Information about the package. type: object @@ -183479,7 +183525,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &973 + items: &974 title: Ruby Gems metadata type: object properties: @@ -183574,7 +183620,7 @@ x-webhooks: - owner - package_version - registry - repository: *930 + repository: *931 sender: *4 required: - action @@ -183651,9 +183697,9 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 package: description: Information about the package. type: object @@ -184006,7 +184052,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *973 + items: *974 source_url: type: string format: uri @@ -184076,7 +184122,7 @@ x-webhooks: - owner - package_version - registry - repository: *930 + repository: *931 sender: *4 required: - action @@ -184252,12 +184298,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *927 + enterprise: *928 id: type: integer - installation: *928 - organization: *929 - repository: *930 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - id @@ -184334,7 +184380,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &974 + personal_access_token_request: &975 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -184480,10 +184526,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *927 - organization: *929 + enterprise: *928 + organization: *930 sender: *4 - installation: *928 + installation: *929 required: - action - personal_access_token_request @@ -184560,11 +184606,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *974 - enterprise: *927 - organization: *929 + personal_access_token_request: *975 + enterprise: *928 + organization: *930 sender: *4 - installation: *928 + installation: *929 required: - action - personal_access_token_request @@ -184640,11 +184686,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *974 - enterprise: *927 - organization: *929 + personal_access_token_request: *975 + enterprise: *928 + organization: *930 sender: *4 - installation: *928 + installation: *929 required: - action - personal_access_token_request @@ -184719,11 +184765,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *974 - organization: *929 - enterprise: *927 + personal_access_token_request: *975 + organization: *930 + enterprise: *928 sender: *4 - installation: *928 + installation: *929 required: - action - personal_access_token_request @@ -184828,7 +184874,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *975 + last_response: *976 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -184860,8 +184906,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 zen: description: Random string of GitHub zen. @@ -185106,10 +185152,10 @@ x-webhooks: - from required: - note - enterprise: *927 - installation: *928 - organization: *929 - project_card: &976 + enterprise: *928 + installation: *929 + organization: *930 + project_card: &977 title: Project Card type: object properties: @@ -185228,7 +185274,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *930 + repository: *931 sender: *4 required: - action @@ -185309,11 +185355,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - project_card: *976 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project_card: *977 + repository: *931 sender: *4 required: - action @@ -185393,9 +185439,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 project_card: title: Project Card type: object @@ -185523,8 +185569,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: *969 - required: *970 + properties: *970 + required: *971 nullable: true sender: *4 required: @@ -185618,11 +185664,11 @@ x-webhooks: - from required: - note - enterprise: *927 - installation: *928 - organization: *929 - project_card: *976 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project_card: *977 + repository: *931 sender: *4 required: - action @@ -185716,9 +185762,9 @@ x-webhooks: - from required: - column_id - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 project_card: allOf: - title: Project Card @@ -185908,7 +185954,7 @@ x-webhooks: type: string required: - after_id - repository: *930 + repository: *931 sender: *4 required: - action @@ -185988,10 +186034,10 @@ x-webhooks: type: string enum: - closed - enterprise: *927 - installation: *928 - organization: *929 - project: &978 + enterprise: *928 + installation: *929 + organization: *930 + project: &979 title: Project type: object properties: @@ -186115,7 +186161,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *930 + repository: *931 sender: *4 required: - action @@ -186195,10 +186241,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - project_column: &977 + enterprise: *928 + installation: *929 + organization: *930 + project_column: &978 title: Project Column type: object properties: @@ -186237,7 +186283,7 @@ x-webhooks: - name - created_at - updated_at - repository: *930 + repository: *931 sender: *4 required: - action @@ -186316,18 +186362,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - project_column: *977 + enterprise: *928 + installation: *929 + organization: *930 + project_column: *978 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: *969 - required: *970 + properties: *970 + required: *971 nullable: true sender: *4 required: @@ -186417,11 +186463,11 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 - project_column: *977 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project_column: *978 + repository: *931 sender: *4 required: - action @@ -186501,11 +186547,11 @@ x-webhooks: type: string enum: - moved - enterprise: *927 - installation: *928 - organization: *929 - project_column: *977 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project_column: *978 + repository: *931 sender: *4 required: - action @@ -186585,11 +186631,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - project: *978 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project: *979 + repository: *931 sender: *4 required: - action @@ -186669,18 +186715,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - project: *978 + enterprise: *928 + installation: *929 + organization: *930 + project: *979 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: *969 - required: *970 + properties: *970 + required: *971 nullable: true sender: *4 required: @@ -186782,11 +186828,11 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 - project: *978 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project: *979 + repository: *931 sender: *4 required: - action @@ -186865,11 +186911,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *927 - installation: *928 - organization: *929 - project: *978 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + project: *979 + repository: *931 sender: *4 required: - action @@ -186950,9 +186996,9 @@ x-webhooks: type: string enum: - closed - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -187033,9 +187079,9 @@ x-webhooks: type: string enum: - created - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -187116,9 +187162,9 @@ x-webhooks: type: string enum: - deleted - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -187235,9 +187281,9 @@ x-webhooks: type: string to: type: string - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -187320,7 +187366,7 @@ x-webhooks: type: string enum: - archived - changes: &982 + changes: &983 type: object properties: archived_at: @@ -187334,9 +187380,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *928 - organization: *929 - projects_v2_item: &979 + installation: *929 + organization: *930 + projects_v2_item: &980 title: Projects v2 Item description: An item belonging to a project type: object @@ -187354,7 +187400,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *442 + content_type: *443 creator: *4 created_at: type: string @@ -187471,9 +187517,9 @@ x-webhooks: nullable: true to: type: string - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -187555,9 +187601,9 @@ x-webhooks: type: string enum: - created - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -187638,9 +187684,9 @@ x-webhooks: type: string enum: - deleted - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -187746,7 +187792,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &980 + - &981 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -187768,7 +187814,7 @@ x-webhooks: required: - id - name - - &981 + - &982 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -187802,8 +187848,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *980 - *981 + - *982 required: - field_value - type: object @@ -187819,9 +187865,9 @@ x-webhooks: nullable: true required: - body - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -187916,9 +187962,9 @@ x-webhooks: to: type: string nullable: true - installation: *928 - organization: *929 - projects_v2_item: *979 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -188001,10 +188047,10 @@ x-webhooks: type: string enum: - restored - changes: *982 - installation: *928 - organization: *929 - projects_v2_item: *979 + changes: *983 + installation: *929 + organization: *930 + projects_v2_item: *980 sender: *4 required: - action @@ -188086,9 +188132,9 @@ x-webhooks: type: string enum: - reopened - installation: *928 - organization: *929 - projects_v2: *435 + installation: *929 + organization: *930 + projects_v2: *436 sender: *4 required: - action @@ -188169,14 +188215,14 @@ x-webhooks: type: string enum: - created - installation: *928 - organization: *929 - projects_v2_status_update: &985 + installation: *929 + organization: *930 + projects_v2_status_update: &986 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *983 - required: *984 + properties: *984 + required: *985 sender: *4 required: - action @@ -188257,9 +188303,9 @@ x-webhooks: type: string enum: - deleted - installation: *928 - organization: *929 - projects_v2_status_update: *985 + installation: *929 + organization: *930 + projects_v2_status_update: *986 sender: *4 required: - action @@ -188395,9 +188441,9 @@ x-webhooks: type: string format: date nullable: true - installation: *928 - organization: *929 - projects_v2_status_update: *985 + installation: *929 + organization: *930 + projects_v2_status_update: *986 sender: *4 required: - action @@ -188468,10 +188514,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - repository @@ -188548,13 +188594,13 @@ x-webhooks: type: string enum: - assigned - assignee: *956 - enterprise: *927 - installation: *928 - number: &986 + assignee: *957 + enterprise: *928 + installation: *929 + number: &987 description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -190716,6 +190762,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -190841,7 +190888,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -190923,11 +190970,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -193082,6 +193129,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -193209,7 +193257,7 @@ x-webhooks: - draft reason: type: string - repository: *930 + repository: *931 sender: *4 required: - action @@ -193291,11 +193339,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -195450,6 +195498,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -195577,7 +195626,7 @@ x-webhooks: - draft reason: type: string - repository: *930 + repository: *931 sender: *4 required: - action @@ -195659,13 +195708,13 @@ x-webhooks: type: string enum: - closed - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: &987 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: &988 allOf: - - *770 + - *771 - type: object properties: allow_auto_merge: @@ -195727,7 +195776,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *930 + repository: *931 sender: *4 required: - action @@ -195808,12 +195857,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -195893,11 +195942,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *927 + enterprise: *928 milestone: *752 - number: *986 - organization: *929 - pull_request: &988 + number: *987 + organization: *930 + pull_request: &989 title: Pull Request type: object properties: @@ -198053,6 +198102,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -198178,7 +198228,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -198257,11 +198307,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -200421,6 +200471,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -200561,7 +200612,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *930 + repository: *931 sender: *4 required: - action @@ -200685,12 +200736,12 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -200770,11 +200821,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -202934,6 +202985,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -203059,7 +203111,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -203139,11 +203191,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *927 - installation: *928 - label: *950 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + label: *951 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -205304,6 +205356,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -205429,7 +205482,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -205510,10 +205563,10 @@ x-webhooks: type: string enum: - locked - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -207672,6 +207725,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -207797,7 +207851,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -207877,12 +207931,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *927 + enterprise: *928 milestone: *752 - number: *986 - organization: *929 - pull_request: *988 - repository: *930 + number: *987 + organization: *930 + pull_request: *989 + repository: *931 sender: *4 required: - action @@ -207961,12 +208015,12 @@ x-webhooks: type: string enum: - opened - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -208047,12 +208101,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -208132,12 +208186,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *927 - installation: *928 - number: *986 - organization: *929 - pull_request: *987 - repository: *930 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 + pull_request: *988 + repository: *931 sender: *4 required: - action @@ -208503,9 +208557,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: type: object properties: @@ -210559,6 +210613,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -210679,7 +210734,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *930 + repository: *931 sender: *4 required: - action @@ -210759,7 +210814,7 @@ x-webhooks: type: string enum: - deleted - comment: &990 + comment: &991 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. @@ -211044,9 +211099,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: type: object properties: @@ -213088,6 +213143,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -213208,7 +213264,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *930 + repository: *931 sender: *4 required: - action @@ -213288,11 +213344,11 @@ x-webhooks: type: string enum: - edited - changes: *989 - comment: *990 - enterprise: *927 - installation: *928 - organization: *929 + changes: *990 + comment: *991 + enterprise: *928 + installation: *929 + organization: *930 pull_request: type: object properties: @@ -215337,6 +215393,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -215457,7 +215514,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *930 + repository: *931 sender: *4 required: - action @@ -215538,9 +215595,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -217595,6 +217652,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -217717,7 +217775,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 + repository: *931 review: description: The review that was affected. type: object @@ -217964,9 +218022,9 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -220016,8 +220074,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 - review: &991 + repository: *931 + review: &992 description: The review that was affected. type: object properties: @@ -220250,12 +220308,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -222417,6 +222475,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. @@ -222542,7 +222601,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 requested_reviewer: title: User type: object @@ -222626,12 +222685,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -224800,6 +224859,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. @@ -224925,7 +224985,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225117,12 +225177,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -227285,6 +227345,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. @@ -227411,7 +227472,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 requested_reviewer: title: User type: object @@ -227496,12 +227557,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *927 - installation: *928 + enterprise: *928 + installation: *929 number: description: The pull request number. type: integer - organization: *929 + organization: *930 pull_request: title: Pull Request type: object @@ -229655,6 +229716,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. @@ -229781,7 +229843,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 requested_team: title: Team description: Groups of organization members that gives permissions @@ -229962,9 +230024,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -232021,6 +232083,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -232143,8 +232206,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 - review: *991 + repository: *931 + review: *992 sender: *4 required: - action @@ -232224,9 +232287,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -234192,6 +234255,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -234314,7 +234378,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 + repository: *931 sender: *4 thread: type: object @@ -234701,9 +234765,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 pull_request: title: Simple Pull Request type: object @@ -236656,6 +236720,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: type: string enum: @@ -236777,7 +236842,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *930 + repository: *931 sender: *4 thread: type: object @@ -237161,10 +237226,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + stack: *768 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -239325,6 +239391,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -239450,7 +239517,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -239536,10 +239603,10 @@ x-webhooks: type: string before: type: string - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -241689,6 +241756,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -241814,7 +241882,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -241896,11 +241964,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *992 - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + assignee: *993 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -244062,6 +244130,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -244187,7 +244256,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -244266,11 +244335,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *927 - installation: *928 - label: *950 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + label: *951 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -246422,6 +246491,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -246547,7 +246617,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -246628,10 +246698,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *927 - installation: *928 - number: *986 - organization: *929 + enterprise: *928 + installation: *929 + number: *987 + organization: *930 pull_request: title: Pull Request type: object @@ -248776,6 +248846,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *768 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -248900,7 +248971,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *930 + repository: *931 sender: *4 required: - action @@ -249100,7 +249171,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *927 + enterprise: *928 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -249192,8 +249263,8 @@ x-webhooks: - url - author - committer - installation: *928 - organization: *929 + installation: *929 + organization: *930 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -249779,9 +249850,9 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 registry_package: type: object properties: @@ -250227,7 +250298,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *973 + items: *974 summary: type: string tag_name: @@ -250281,7 +250352,7 @@ x-webhooks: - owner - package_version - registry - repository: *930 + repository: *931 sender: *4 required: - action @@ -250359,9 +250430,9 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 registry_package: type: object properties: @@ -250669,7 +250740,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *973 + items: *974 summary: type: string tag_name: @@ -250718,7 +250789,7 @@ x-webhooks: - owner - package_version - registry - repository: *930 + repository: *931 sender: *4 required: - action @@ -250795,10 +250866,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - release: &993 + enterprise: *928 + installation: *929 + organization: *930 + release: &994 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -251116,7 +251187,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *930 + repository: *931 sender: *4 required: - action @@ -251193,11 +251264,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - release: *993 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + release: *994 + repository: *931 sender: *4 required: - action @@ -251314,11 +251385,11 @@ x-webhooks: type: boolean required: - to - enterprise: *927 - installation: *928 - organization: *929 - release: *993 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + release: *994 + repository: *931 sender: *4 required: - action @@ -251396,9 +251467,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -251720,7 +251791,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *930 + repository: *931 sender: *4 required: - action @@ -251796,10 +251867,10 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 - release: &994 + enterprise: *928 + installation: *929 + organization: *930 + release: &995 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -252118,7 +252189,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *930 + repository: *931 sender: *4 required: - action @@ -252194,11 +252265,11 @@ x-webhooks: type: string enum: - released - enterprise: *927 - installation: *928 - organization: *929 - release: *993 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + release: *994 + repository: *931 sender: *4 required: - action @@ -252274,11 +252345,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *927 - installation: *928 - organization: *929 - release: *994 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + release: *995 + repository: *931 sender: *4 required: - action @@ -252354,11 +252425,11 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_advisory: *824 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_advisory: *825 sender: *4 required: - action @@ -252434,11 +252505,11 @@ x-webhooks: type: string enum: - reported - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_advisory: *824 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_advisory: *825 sender: *4 required: - action @@ -252514,10 +252585,10 @@ x-webhooks: type: string enum: - archived - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -252594,10 +252665,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -252675,10 +252746,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -252762,10 +252833,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -252877,10 +252948,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -252952,10 +253023,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 status: type: string @@ -253036,10 +253107,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253116,10 +253187,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253213,10 +253284,10 @@ x-webhooks: - name required: - repository - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253296,11 +253367,11 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_ruleset: *198 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_ruleset: *199 sender: *4 required: - action @@ -253378,11 +253449,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_ruleset: *198 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_ruleset: *199 sender: *4 required: - action @@ -253460,11 +253531,11 @@ x-webhooks: type: string enum: - edited - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - repository_ruleset: *198 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + repository_ruleset: *199 changes: type: object properties: @@ -253483,16 +253554,16 @@ x-webhooks: properties: added: type: array - items: *169 + items: *170 deleted: type: array - items: *169 + items: *170 updated: type: array items: type: object properties: - condition: *169 + condition: *170 changes: type: object properties: @@ -253525,16 +253596,16 @@ x-webhooks: properties: added: type: array - items: *791 + items: *792 deleted: type: array - items: *791 + items: *792 updated: type: array items: type: object properties: - rule: *791 + rule: *792 changes: type: object properties: @@ -253768,10 +253839,10 @@ x-webhooks: - from required: - owner - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253849,10 +253920,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -253930,7 +254001,7 @@ x-webhooks: type: string enum: - create - alert: &995 + alert: &996 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -254052,10 +254123,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254261,10 +254332,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254342,11 +254413,11 @@ x-webhooks: type: string enum: - reopen - alert: *995 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *996 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254545,10 +254616,10 @@ x-webhooks: enum: - fixed - open - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254626,11 +254697,11 @@ x-webhooks: type: string enum: - assigned - alert: &997 + alert: &998 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -254638,8 +254709,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri @@ -254690,6 +254761,14 @@ x-webhooks: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` + covers specific provider patterns and custom patterns; `generic` + covers non-specific patterns and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -254768,12 +254847,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *996 + metadata: *997 assignee: *4 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254851,11 +254930,11 @@ x-webhooks: type: string enum: - created - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -254936,11 +255015,11 @@ x-webhooks: type: string enum: - created - alert: *997 - installation: *928 - location: *998 - organization: *929 - repository: *930 + alert: *998 + installation: *929 + location: *999 + organization: *930 + repository: *931 sender: *4 required: - location @@ -255178,11 +255257,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255259,11 +255338,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255340,11 +255419,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255422,11 +255501,11 @@ x-webhooks: type: string enum: - reopened - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255504,11 +255583,11 @@ x-webhooks: type: string enum: - resolved - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255586,12 +255665,12 @@ x-webhooks: type: string enum: - unassigned - alert: *997 + alert: *998 assignee: *4 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255669,11 +255748,11 @@ x-webhooks: type: string enum: - validated - alert: *997 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + alert: *998 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -255799,10 +255878,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *930 - enterprise: *927 - installation: *928 - organization: *929 + repository: *931 + enterprise: *928 + installation: *929 + organization: *930 sender: *4 required: - action @@ -255880,16 +255959,16 @@ x-webhooks: type: string enum: - published - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - security_advisory: &999 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + security_advisory: &1000 description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *136 + cvss_severities: *137 cwes: type: array items: @@ -256055,11 +256134,11 @@ x-webhooks: type: string enum: - updated - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 - security_advisory: *999 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 + security_advisory: *1000 sender: *4 required: - action @@ -256132,16 +256211,16 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 security_advisory: description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *136 + cvss_severities: *137 cwes: type: array items: @@ -256307,11 +256386,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *452 - enterprise: *927 - installation: *928 - organization: *929 - repository: *514 + security_and_analysis: *453 + enterprise: *928 + installation: *929 + organization: *930 + repository: *515 sender: *4 required: - changes @@ -256389,12 +256468,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: &1000 + sponsorship: &1001 type: object properties: created_at: @@ -256695,12 +256774,12 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - sponsorship @@ -256788,12 +256867,12 @@ x-webhooks: type: string required: - from - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - changes @@ -256870,17 +256949,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &1001 + effective_date: &1002 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: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - sponsorship @@ -256954,7 +257033,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &1002 + changes: &1003 type: object properties: tier: @@ -256998,13 +257077,13 @@ x-webhooks: - from required: - tier - effective_date: *1001 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + effective_date: *1002 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - changes @@ -257081,13 +257160,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *1002 - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + changes: *1003 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - sponsorship: *1000 + sponsorship: *1001 required: - action - changes @@ -257161,10 +257240,10 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -257247,10 +257326,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -257670,15 +257749,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *927 + enterprise: *928 id: description: The unique identifier of the status. type: integer - installation: *928 + installation: *929 name: type: string - organization: *929 - repository: *930 + organization: *930 + repository: *931 sender: *4 sha: description: The Commit SHA. @@ -257787,15 +257866,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - parent_issue_repo: *80 + parent_issue: *235 + parent_issue_repo: *81 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - installation: *928 - organization: *929 - repository: *930 + sub_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -257878,15 +257957,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - parent_issue_repo: *80 + parent_issue: *235 + parent_issue_repo: *81 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - installation: *928 - organization: *929 - repository: *930 + sub_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -257969,15 +258048,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - sub_issue_repo: *80 + sub_issue: *235 + sub_issue_repo: *81 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - installation: *928 - organization: *929 - repository: *930 + parent_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -258060,15 +258139,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - sub_issue_repo: *80 + sub_issue: *235 + sub_issue_repo: *81 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - installation: *928 - organization: *929 - repository: *930 + parent_issue: *235 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -258144,12 +258223,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - team: &1003 + team: &1004 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -258372,9 +258451,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -258832,7 +258911,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - team @@ -258908,9 +258987,9 @@ x-webhooks: type: string enum: - created - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -259368,7 +259447,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - team @@ -259445,9 +259524,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -259905,7 +259984,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - team @@ -260049,9 +260128,9 @@ x-webhooks: - from required: - permissions - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -260509,7 +260588,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - changes @@ -260587,9 +260666,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *927 - installation: *928 - organization: *929 + enterprise: *928 + installation: *929 + organization: *930 repository: title: Repository description: A git repository @@ -261047,7 +261126,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1003 + team: *1004 required: - action - team @@ -261123,10 +261202,10 @@ x-webhooks: type: string enum: - started - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 required: - action @@ -261199,16 +261278,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *927 + enterprise: *928 inputs: type: object nullable: true additionalProperties: true - installation: *928 - organization: *929 + installation: *929 + organization: *930 ref: type: string - repository: *930 + repository: *931 sender: *4 workflow: type: string @@ -261290,10 +261369,10 @@ x-webhooks: type: string enum: - completed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 workflow_job: allOf: @@ -261530,7 +261609,7 @@ x-webhooks: type: string required: - conclusion - deployment: *655 + deployment: *656 required: - action - repository @@ -261609,10 +261688,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 workflow_job: allOf: @@ -261872,7 +261951,7 @@ x-webhooks: required: - status - steps - deployment: *655 + deployment: *656 required: - action - repository @@ -261951,10 +262030,10 @@ x-webhooks: type: string enum: - queued - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 workflow_job: type: object @@ -262089,7 +262168,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *655 + deployment: *656 required: - action - repository @@ -262168,10 +262247,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 workflow_job: type: object @@ -262307,7 +262386,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *655 + deployment: *656 required: - action - repository @@ -262387,12 +262466,12 @@ x-webhooks: type: string enum: - completed - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: *946 + workflow: *947 workflow_run: title: Workflow Run type: object @@ -263391,12 +263470,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: *946 + workflow: *947 workflow_run: title: Workflow Run type: object @@ -264380,12 +264459,12 @@ x-webhooks: type: string enum: - requested - enterprise: *927 - installation: *928 - organization: *929 - repository: *930 + enterprise: *928 + installation: *929 + organization: *930 + repository: *931 sender: *4 - workflow: *946 + workflow: *947 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 67c3ffb343..a89ceffd8e 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -17095,6 +17095,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17481,6 +17507,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17647,6 +17699,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17744,6 +17822,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -17905,6 +18009,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -18148,6 +18278,32 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -249741,6 +249897,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -259751,6 +259951,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -403674,6 +403918,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -596846,6 +597134,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -600958,6 +601290,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -608003,6 +608379,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -612370,6 +612790,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -623779,6 +624243,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -627981,6 +628489,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -774774,6 +775326,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -834735,6 +835331,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -965481,6 +966121,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1317678,6 +1318362,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1322336,6 +1323064,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1326997,6 +1327769,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1332122,6 +1332938,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1337440,6 +1338300,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1342492,6 +1343396,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1347157,6 +1348105,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1352344,6 +1353336,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1357188,6 +1358224,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1361879,6 +1362959,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1366541,6 +1367665,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1371397,6 +1372565,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1376536,6 +1377748,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1381854,6 +1383110,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1387172,6 +1388472,50 @@ ], "nullable": true }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -1392246,6 +1393590,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1397106,6 +1398494,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1401988,6 +1403420,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1406504,6 +1407980,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1415979,6 +1417499,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1420622,6 +1422186,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1425443,6 +1427051,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1430073,6 +1431725,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1434743,6 +1436439,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1439383,6 +1441123,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1444173,6 +1445957,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "type": "string", "enum": [ @@ -1446301,6 +1448129,50 @@ "node_id" ] }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "number": { "description": "The pull request number.", "type": "integer" @@ -1449196,6 +1451068,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1453863,6 +1455779,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1458626,6 +1460586,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1463329,6 +1465333,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1467977,6 +1470025,50 @@ "type": "string", "format": "uri" }, + "stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -1534728,6 +1536820,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1537286,6 +1539386,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1539720,6 +1541828,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1542624,6 +1544740,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1545057,6 +1547181,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1547490,6 +1549622,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1549924,6 +1552064,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1552358,6 +1554506,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1554792,6 +1556948,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1557350,6 +1559514,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 734489925e..c3a06c1ea6 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -479,7 +479,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &110 + - &111 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 results before this cursor. For @@ -488,7 +488,7 @@ paths: required: false schema: type: string - - &111 + - &112 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 results after this cursor. For @@ -497,7 +497,7 @@ paths: required: false schema: type: string - - &112 + - &113 name: direction description: The direction to sort the results by. in: query @@ -718,7 +718,7 @@ paths: required: - vector_string - score - cvss_severities: &136 + cvss_severities: &137 type: object nullable: true properties: @@ -758,7 +758,7 @@ paths: required: - vector_string - score - epss: &137 + epss: &138 type: object nullable: true readOnly: true @@ -896,7 +896,7 @@ paths: - subscriptions_url - type - url - type: &494 + type: &495 type: string description: The type of credit the user is receiving. enum: @@ -1056,7 +1056,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &271 + schema: &272 title: Validation Error Simple description: Validation Error Simple type: object @@ -1089,7 +1089,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: - - &829 + - &830 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3739,7 +3739,7 @@ paths: GitHub. type: object nullable: true - properties: &229 + properties: &230 id: description: Unique identifier of the GitHub app example: 37 @@ -3761,7 +3761,7 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: &147 + properties: &148 description: description: A short description of the enterprise. type: string @@ -3803,7 +3803,7 @@ paths: avatar_url: type: string format: uri - required: &148 + required: &149 - id - node_id - name @@ -3872,7 +3872,7 @@ paths: about itself. example: 5 type: integer - required: &230 + required: &231 - id - node_id - owner @@ -4177,7 +4177,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 @@ -4186,7 +4186,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 @@ -4206,7 +4206,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. @@ -4286,7 +4286,7 @@ paths: - installation_id - repository_id examples: - default: &380 + default: &381 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4318,7 +4318,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &838 + schema: &839 title: Scim Error description: Scim Error type: object @@ -4345,7 +4345,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &270 + schema: &271 title: Validation Error description: Validation Error type: object @@ -4414,7 +4414,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4528,7 +4528,7 @@ paths: - request - response examples: - default: &382 + default: &383 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4588,7 +4588,7 @@ paths: parameters: - *16 responses: - '202': &39 + '202': &40 description: Accepted content: application/json: @@ -4701,7 +4701,7 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &37 + '304': &38 description: Not modified '401': &25 description: Requires authentication @@ -4729,7 +4729,7 @@ paths: parameters: - *17 - *19 - - &241 + - &242 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -5345,7 +5345,7 @@ paths: suspended_at: suspended_by: headers: - Link: &47 + Link: &48 example: ; rel="next", ; rel="last" schema: @@ -5386,7 +5386,7 @@ paths: application/json: schema: *22 examples: - default: &90 + default: &91 value: id: 1 account: @@ -5544,11 +5544,11 @@ paths: - selected repositories: type: array - items: &80 + items: &81 title: Repository description: A repository on GitHub. type: object - properties: &451 + properties: &452 id: description: Unique identifier of the repository example: 42 @@ -5568,7 +5568,7 @@ paths: title: License Simple description: License Simple type: object - properties: &237 + properties: &238 key: type: string example: mit @@ -5590,7 +5590,7 @@ paths: html_url: type: string format: uri - required: &238 + required: &239 - key - name - url @@ -5999,7 +5999,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &452 + required: &453 - archive_url - assignees_url - blobs_url @@ -6073,7 +6073,7 @@ paths: - watchers_count - created_at - updated_at - x-github-breaking-changes: &453 + x-github-breaking-changes: &454 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -7028,7 +7028,7 @@ paths: - node_id - private - default_branch - classroom: &34 + classroom: &35 title: Classroom description: A GitHub Classroom classroom type: object @@ -7140,6 +7140,11 @@ paths: archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': &33 + description: Gone + content: + application/json: + schema: *3 x-github: enabledForGitHubApps: true category: classroom @@ -7225,7 +7230,7 @@ paths: - avatar_url - html_url repository: *32 - assignment: &36 + assignment: &37 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -7314,7 +7319,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &33 + classroom: &34 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -7409,6 +7414,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7516,6 +7522,7 @@ paths: points_available: 15 group_name: monalisa-and-friends '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7548,7 +7555,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -7556,6 +7563,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7579,7 +7587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/classroom/classroom#closing-down---get-a-classroom parameters: - - &35 + - &36 name: classroom_id description: The unique identifier of the classroom. in: path @@ -7591,7 +7599,7 @@ paths: description: Response content: application/json: - schema: *34 + schema: *35 examples: default: value: @@ -7607,6 +7615,7 @@ paths: avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir '404': *6 + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7630,7 +7639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/classroom/classroom#closing-down---list-assignments-for-a-classroom parameters: - - *35 + - *36 - *19 - *17 responses: @@ -7640,7 +7649,7 @@ paths: application/json: schema: type: array - items: *36 + items: *37 examples: default: value: @@ -7666,6 +7675,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir + '410': *33 x-github: enabledForGitHubApps: true category: classroom @@ -7691,7 +7701,7 @@ paths: application/json: schema: type: array - items: &38 + items: &39 title: Code Of Conduct description: Code Of Conduct type: object @@ -7774,7 +7784,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7801,7 +7811,7 @@ paths: description: Response content: application/json: - schema: *38 + schema: *39 examples: default: value: @@ -7856,7 +7866,7 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7916,9 +7926,9 @@ paths: - ghu_1234567890abcdef1234567890abcdef12345678 - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: - '202': *39 + '202': *40 '422': *7 - '500': &40 + '500': &41 description: Internal Error content: application/json: @@ -9827,7 +9837,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10188,7 +10198,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise parameters: - - &41 + - &42 name: enterprise description: The slug version of the enterprise name. in: path @@ -10200,7 +10210,7 @@ paths: description: Response content: application/json: - schema: &42 + schema: &43 type: object title: Enterprise Access Restrictions description: Information about the enterprise access restrictions @@ -10228,7 +10238,7 @@ paths: header_value: '12345' '400': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10246,13 +10256,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *42 + schema: *43 examples: default: value: @@ -10261,7 +10271,7 @@ paths: header_value: '12345' '400': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10282,13 +10292,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &43 + schema: &44 title: Actions cache retention limit for an enterprise description: GitHub Actions cache retention policy for an enterprise. type: object @@ -10300,7 +10310,7 @@ paths: type: integer example: 14 examples: - default: &44 + default: &45 value: max_cache_retention_days: 80 '403': *29 @@ -10324,14 +10334,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -10358,13 +10368,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &45 + schema: &46 title: Actions cache storage limit for an enterprise description: GitHub Actions cache storage policy for an enterprise. type: object @@ -10376,7 +10386,7 @@ paths: type: integer example: 10 examples: - default: &46 + default: &47 value: max_cache_size_gb: 150 '403': *29 @@ -10400,14 +10410,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: *45 + schema: *46 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -10434,13 +10444,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &272 + schema: &273 type: object properties: total_active_caches_count: @@ -10455,12 +10465,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &273 + default: &274 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10480,7 +10490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-github-hosted-runners-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -10498,7 +10508,7 @@ paths: type: integer runners: type: array - items: &48 + items: &49 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -10552,7 +10562,7 @@ paths: - display_name - source nullable: true - machine_size_details: &56 + machine_size_details: &57 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -10648,7 +10658,7 @@ paths: - public_ip_enabled - platform examples: - default: &274 + default: &275 value: total_count: 2 runners: @@ -10690,7 +10700,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10708,7 +10718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -10786,9 +10796,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: &57 + default: &58 value: id: 5 name: My hosted ubuntu runner @@ -10829,7 +10839,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-custom-images-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -10845,7 +10855,7 @@ paths: type: integer images: type: array - items: &49 + items: &50 title: GitHub-hosted runner custom image details description: Provides details of a custom runner image type: object @@ -10896,7 +10906,7 @@ paths: - latest_version - state examples: - default: &51 + default: &52 value: total_count: 2 image_versions: @@ -10928,8 +10938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-enterprise-custom-image-definition-for-github-actions-hosted-runners parameters: - - *41 - - &50 + - *42 + - &51 name: image_definition_id description: Image definition ID of custom image in: path @@ -10941,9 +10951,9 @@ paths: description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: &275 + default: &276 value: id: 1 platform: linux-x64 @@ -10971,8 +10981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-custom-image-from-the-enterprise parameters: - - *41 - - *50 + - *42 + - *51 responses: '204': description: Response @@ -10995,8 +11005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-enterprise parameters: - - *50 - - *41 + - *51 + - *42 responses: '200': description: Response @@ -11012,7 +11022,7 @@ paths: type: integer image_versions: type: array - items: &52 + items: &53 title: GitHub-hosted runner custom image version details. description: Provides details of a hosted runner custom image version @@ -11045,7 +11055,7 @@ paths: - created_on - state_details examples: - default: *51 + default: *52 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11066,9 +11076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-image-version-of-an-enterprise-custom-image-for-github-actions-hosted-runners parameters: - - *41 - - *50 - - &53 + - *42 + - *51 + - &54 name: version description: Version of a custom image in: path @@ -11081,9 +11091,9 @@ paths: description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: &276 + default: &277 value: version: 1.0.0 size_gb: 75 @@ -11107,9 +11117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-enterprise parameters: - - *41 - - *50 - - *53 + - *42 + - *51 + - *54 responses: '204': description: Response @@ -11130,7 +11140,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11146,7 +11156,7 @@ paths: type: integer images: type: array - items: &54 + items: &55 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -11182,7 +11192,7 @@ paths: - display_name - source examples: - default: &55 + default: &56 value: id: ubuntu-20.04 platform: linux-x64 @@ -11206,7 +11216,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11222,9 +11232,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11241,13 +11251,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &277 + schema: &278 type: object properties: public_ips: @@ -11272,7 +11282,7 @@ paths: required: - public_ips examples: - default: &278 + default: &279 value: public_ips: current_usage: 17 @@ -11294,7 +11304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11310,9 +11320,9 @@ paths: type: integer machine_specs: type: array - items: *56 + items: *57 examples: - default: &279 + default: &280 value: id: 4-core cpu_cores: 4 @@ -11335,7 +11345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11379,8 +11389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - &58 + - *42 + - &59 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -11392,11 +11402,11 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11414,8 +11424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - *58 + - *42 + - *59 requestBody: required: true content: @@ -11481,9 +11491,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -11499,16 +11509,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-enterprise parameters: - - *41 - - *58 + - *42 + - *59 responses: '202': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11528,7 +11538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#set-the-github-actions-oidc-custom-issuer-policy-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11567,7 +11577,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -11575,7 +11585,7 @@ paths: application/json: schema: type: array - items: &59 + items: &60 title: Actions OIDC Custom Property Inclusion description: An OIDC custom property inclusion for repository properties type: object @@ -11622,12 +11632,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &280 + schema: &281 title: Actions OIDC Custom Property Inclusion Input description: Input for creating an OIDC custom property inclusion type: object @@ -11639,7 +11649,7 @@ paths: required: - custom_property_name examples: - default: &60 + default: &61 value: custom_property_name: environment responses: @@ -11647,9 +11657,9 @@ paths: description: OIDC custom property inclusion created content: application/json: - schema: *59 + schema: *60 examples: - default: *60 + default: *61 '400': description: Invalid input '403': *29 @@ -11674,7 +11684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-enterprise parameters: - - *41 + - *42 - name: custom_property_name in: path required: true @@ -11708,7 +11718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-github-actions-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -11717,7 +11727,7 @@ paths: schema: type: object properties: - enabled_organizations: &61 + enabled_organizations: &62 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -11730,7 +11740,7 @@ paths: description: The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`. - allowed_actions: &62 + allowed_actions: &63 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -11738,12 +11748,12 @@ paths: - all - local_only - selected - selected_actions_url: &282 + selected_actions_url: &283 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` is set to `selected`. - sha_pinning_required: &63 + sha_pinning_required: &64 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -11774,7 +11784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-github-actions-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11785,9 +11795,9 @@ paths: schema: type: object properties: - enabled_organizations: *61 - allowed_actions: *62 - sha_pinning_required: *63 + enabled_organizations: *62 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled_organizations examples: @@ -11812,13 +11822,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &284 + schema: &285 type: object properties: days: @@ -11836,7 +11846,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &839 + '401': &840 description: Authorization failure '404': *6 x-github: @@ -11854,7 +11864,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Successfully updated the artifact and log retention settings @@ -11864,7 +11874,7 @@ paths: required: true content: application/json: - schema: &285 + schema: &286 type: object properties: days: @@ -11893,13 +11903,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &64 + schema: &65 type: object properties: approval_policy: @@ -11913,7 +11923,7 @@ paths: required: - approval_policy examples: - default: &286 + default: &287 value: approval_policy: first_time_contributors '404': *6 @@ -11932,7 +11942,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -11942,7 +11952,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -11965,13 +11975,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &287 + schema: &288 type: object required: - run_workflows_from_fork_pull_requests @@ -11997,7 +12007,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &65 + default: &66 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -12020,12 +12030,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &288 + schema: &289 type: object required: - run_workflows_from_fork_pull_requests @@ -12048,7 +12058,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -12073,7 +12083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -12088,11 +12098,11 @@ paths: type: number organizations: type: array - items: &75 + items: &76 title: Organization Simple description: A GitHub organization. type: object - properties: &123 + properties: &124 login: type: string example: github @@ -12133,7 +12143,7 @@ paths: type: string example: A great organization nullable: true - required: &124 + required: &125 - login - url - id @@ -12150,7 +12160,7 @@ paths: - total_count - organizations examples: - default: &76 + default: &77 value: total_count: 1 organizations: @@ -12184,7 +12194,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12228,8 +12238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *41 - - &66 + - *42 + - &67 name: org_id description: The unique identifier of the organization. in: path @@ -12257,8 +12267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *41 - - *66 + - *42 + - *67 responses: '204': description: Response @@ -12281,13 +12291,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &67 + schema: &68 type: object properties: github_owned_allowed: @@ -12308,7 +12318,7 @@ paths: items: type: string examples: - default: &68 + default: &69 value: github_owned_allowed: true verified_allowed: false @@ -12333,7 +12343,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12341,9 +12351,9 @@ paths: required: true content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12361,7 +12371,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-self-hosted-runners-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -12397,7 +12407,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-self-hosted-runners-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -12442,23 +12452,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Success response content: application/json: - schema: &291 + schema: &292 type: object properties: - default_workflow_permissions: &69 + default_workflow_permissions: &70 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &70 + can_approve_pull_request_reviews: &71 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -12466,7 +12476,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &71 + default: &72 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -12491,18 +12501,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-default-workflow-permissions-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &292 + schema: &293 type: object properties: - default_workflow_permissions: *69 - can_approve_pull_request_reviews: *70 + default_workflow_permissions: *70 + can_approve_pull_request_reviews: *71 examples: - default: *71 + default: *72 responses: '204': description: Success response @@ -12525,7 +12535,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 - name: visible_to_organization @@ -12547,7 +12557,7 @@ paths: type: number runner_groups: type: array - items: &72 + items: &73 type: object properties: id: @@ -12655,7 +12665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -12726,9 +12736,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: &73 + default: &74 value: id: 2 name: octo-runner-group @@ -12762,8 +12772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 - - &74 + - *42 + - &75 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -12775,9 +12785,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12796,8 +12806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: false content: @@ -12849,7 +12859,7 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: default: value: @@ -12884,8 +12894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 responses: '204': description: Response @@ -12908,8 +12918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 - *17 - *19 responses: @@ -12924,12 +12934,12 @@ paths: type: number organizations: type: array - items: *75 + items: *76 required: - total_count - organizations examples: - default: *76 + default: *77 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -12948,8 +12958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: true content: @@ -12994,9 +13004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 - - *66 + - *42 + - *75 + - *67 responses: '204': description: Response @@ -13018,9 +13028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *41 - - *74 - - *66 + - *42 + - *75 + - *67 responses: '204': description: Response @@ -13043,8 +13053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 - *17 - *19 responses: @@ -13059,7 +13069,7 @@ paths: type: number runners: type: array - items: &78 + items: &79 title: Self hosted runners description: A self hosted runner type: object @@ -13088,7 +13098,7 @@ paths: type: boolean labels: type: array - items: &82 + items: &83 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -13128,7 +13138,7 @@ paths: - total_count - runners examples: - default: &79 + default: &80 value: total_count: 2 runners: @@ -13170,7 +13180,7 @@ paths: name: no-gpu type: custom headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -13189,8 +13199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *41 - - *74 + - *42 + - *75 requestBody: required: true content: @@ -13234,9 +13244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - - *41 - - *74 - - &77 + - *42 + - *75 + - &78 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -13264,9 +13274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - - *41 - - *74 - - *77 + - *42 + - *75 + - *78 responses: '204': description: Response @@ -13294,7 +13304,7 @@ paths: in: query schema: type: string - - *41 + - *42 - *17 - *19 responses: @@ -13309,11 +13319,11 @@ paths: type: number runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -13333,7 +13343,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-runner-applications-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -13341,7 +13351,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Runner Application description: Runner Application type: object @@ -13366,7 +13376,7 @@ paths: - download_url - filename examples: - default: &297 + default: &298 value: - os: osx architecture: x64 @@ -13407,7 +13417,7 @@ 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-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -13450,7 +13460,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &298 + '201': &299 description: Response content: application/json: @@ -13460,7 +13470,7 @@ paths: - runner - encoded_jit_config properties: - runner: *78 + runner: *79 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -13489,7 +13499,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &121 + '409': &122 description: Conflict content: application/json: @@ -13521,13 +13531,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-registration-token-for-an-enterprise parameters: - - *41 + - *42 responses: '201': description: Response content: application/json: - schema: &81 + schema: &82 title: Authentication Token description: Authentication Token type: object @@ -13549,7 +13559,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *80 + items: *81 single_file: type: string example: config.yaml @@ -13565,7 +13575,7 @@ paths: - token - expires_at examples: - default: &299 + default: &300 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -13597,15 +13607,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-remove-token-for-an-enterprise parameters: - - *41 + - *42 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: &300 + default: &301 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -13628,16 +13638,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: &301 + default: &302 value: id: 23 name: MBP @@ -13677,8 +13687,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: '204': description: Response @@ -13702,10 +13712,10 @@ 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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: - '200': &83 + '200': &84 description: Response content: application/json: @@ -13719,7 +13729,7 @@ paths: type: integer labels: type: array - items: *82 + items: *83 examples: default: value: @@ -13756,8 +13766,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 requestBody: required: true content: @@ -13781,7 +13791,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13803,8 +13813,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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 requestBody: required: true content: @@ -13829,7 +13839,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13851,10 +13861,10 @@ 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-an-enterprise parameters: - - *41 - - *77 + - *42 + - *78 responses: - '200': &302 + '200': &303 description: Response content: application/json: @@ -13868,7 +13878,7 @@ paths: type: integer labels: type: array - items: *82 + items: *83 examples: default: value: @@ -13908,9 +13918,9 @@ 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-an-enterprise parameters: - - *41 - - *77 - - &303 + - *42 + - *78 + - &304 name: name description: The name of a self-hosted runner's custom label. in: path @@ -13918,7 +13928,7 @@ paths: schema: type: string responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -13937,26 +13947,26 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/enterprises#get-announcement-banner-for-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &88 + schema: &89 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &84 + announcement: &85 type: string description: The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." example: Very **important** announcement about _something_. nullable: true - expires_at: &85 + expires_at: &86 type: string format: date-time description: 'The time at which the announcement expires. This @@ -13966,7 +13976,7 @@ paths: it to an empty string.' example: '"2021-01-01T00:00:00.000-07:00"' nullable: true - user_dismissible: &86 + user_dismissible: &87 type: boolean description: Whether an announcement can be dismissed by the user. example: false @@ -13977,7 +13987,7 @@ paths: - expires_at - user_dismissible examples: - default: &87 + default: &88 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -14001,28 +14011,28 @@ paths: required: true content: application/json: - schema: &317 + schema: &318 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *84 - expires_at: *85 - user_dismissible: *86 + announcement: *85 + expires_at: *86 + user_dismissible: *87 required: - announcement examples: - default: *87 + default: *88 parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -14038,7 +14048,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/enterprises#remove-announcement-banner-from-enterprise parameters: - - *41 + - *42 responses: '204': description: Response @@ -14061,7 +14071,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-enterprise-owned-organizations-that-can-have-github-apps-installed parameters: - - *41 + - *42 - *17 - *19 responses: @@ -14117,8 +14127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - - *41 - - &89 + - *42 + - &90 name: org description: The organization name. The name is not case sensitive. in: path @@ -14135,7 +14145,7 @@ paths: application/json: schema: type: array - items: &91 + items: &92 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -14185,8 +14195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 - *17 - *19 responses: @@ -14280,8 +14290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 responses: '200': description: A GitHub App installation that was installed previously. @@ -14289,14 +14299,14 @@ paths: application/json: schema: *22 examples: - default: *90 + default: *91 '201': description: A GitHub App installation. content: application/json: schema: *22 examples: - default: *90 + default: *91 requestBody: required: true content: @@ -14363,8 +14373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '204': @@ -14391,8 +14401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 - *17 - *19 @@ -14404,7 +14414,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14432,8 +14442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories parameters: - - *41 - - *89 + - *42 + - *90 - *23 requestBody: required: true @@ -14473,7 +14483,7 @@ paths: application/json: schema: *22 examples: - default: *90 + default: *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -14493,8 +14503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '200': @@ -14504,7 +14514,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14554,8 +14564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - - *41 - - *89 + - *42 + - *90 - *23 responses: '200': @@ -14565,7 +14575,7 @@ paths: application/json: schema: type: array - items: *91 + items: *92 examples: default: value: @@ -14634,7 +14644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#get-the-audit-log-for-an-enterprise parameters: - - *41 + - *42 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise#searching-the-audit-log). @@ -14642,7 +14652,7 @@ paths: required: false schema: type: string - - &320 + - &321 name: include description: |- The event types to include: @@ -14660,7 +14670,7 @@ paths: - web - git - all - - &131 + - &132 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. @@ -14668,7 +14678,7 @@ paths: required: false schema: type: string - - &132 + - &133 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. @@ -14676,7 +14686,7 @@ paths: required: false schema: type: string - - &133 + - &134 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -14698,7 +14708,7 @@ paths: application/json: schema: type: array - items: &321 + items: &322 type: object properties: "@timestamp": @@ -14820,7 +14830,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &322 + default: &323 value: - "@timestamp": 1606929874512 action: team.add_member @@ -14863,7 +14873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#get-the-audit-log-stream-key-for-encrypting-secrets parameters: - - *41 + - *42 responses: '200': description: The stream key for the audit log streaming configuration was @@ -14907,7 +14917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#list-audit-log-stream-configurations-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: OK @@ -14973,7 +14983,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#create-an-audit-log-streaming-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -14999,7 +15009,7 @@ paths: vendor_specific: type: object oneOf: - - &95 + - &96 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -15018,7 +15028,7 @@ paths: - key_id - encrypted_sas_url - container - - &96 + - &97 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -15037,7 +15047,7 @@ paths: - name - encrypted_connstring - key_id - - &97 + - &98 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -15065,7 +15075,7 @@ paths: - bucket - key_id - region - - &98 + - &99 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -15099,7 +15109,7 @@ paths: - encrypted_secret_key - key_id - region - - &99 + - &100 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -15127,7 +15137,7 @@ paths: - key_id - port - ssl_verify - - &100 + - &101 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -15159,7 +15169,7 @@ paths: - key_id - port - ssl_verify - - &101 + - &102 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -15177,7 +15187,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &102 + - &103 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -15208,7 +15218,7 @@ paths: - stream_type - vendor_specific examples: - default: &103 + default: &104 value: enabled: false stream_type: Azure Event Hubs @@ -15222,7 +15232,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &92 + schema: &93 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -15253,7 +15263,7 @@ paths: - created_at - updated_at examples: - default: &93 + default: &94 value: id: 1 stream_type: Splunk @@ -15281,8 +15291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#list-one-audit-log-streaming-configuration-via-a-stream-id parameters: - - *41 - - &94 + - *42 + - &95 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -15294,9 +15304,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *92 + schema: *93 examples: - default: *93 + default: *94 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -15315,8 +15325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - - *41 - - *94 + - *42 + - *95 requestBody: required: true content: @@ -15342,7 +15352,6 @@ paths: vendor_specific: type: object oneOf: - - *95 - *96 - *97 - *98 @@ -15350,20 +15359,21 @@ paths: - *100 - *101 - *102 + - *103 required: - enabled - stream_type - vendor_specific examples: - default: *103 + default: *104 responses: '200': description: Successful update content: application/json: - schema: *92 + schema: *93 examples: - default: *93 + default: *94 '422': description: Validation error content: @@ -15393,8 +15403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/audit-log#delete-an-audit-log-streaming-configuration-for-an-enterprise parameters: - - *41 - - *94 + - *42 + - *95 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -15420,14 +15430,14 @@ paths: category: enterprise-admin subcategory: bypass-requests parameters: - - *41 - - &104 + - *42 + - &105 name: organization_name description: The name of the organization to filter on. in: query schema: type: string - - &105 + - &106 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -15435,7 +15445,7 @@ paths: required: false schema: type: string - - &106 + - &107 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -15443,7 +15453,7 @@ paths: required: false schema: type: string - - &107 + - &108 name: time_period description: |- The time period to filter by. @@ -15459,7 +15469,7 @@ paths: - week - month default: day - - &108 + - &109 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -15486,7 +15496,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -15603,7 +15613,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: &109 + items: &110 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -15647,7 +15657,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &324 + default: &325 value: - id: 21 number: 42 @@ -15716,7 +15726,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/enterprises/{enterprise}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an enterprise @@ -15737,12 +15747,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *41 - - *104 + - *42 - *105 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -15752,7 +15762,7 @@ paths: application/json: schema: type: array - items: &326 + items: &327 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -15866,7 +15876,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: *109 + items: *110 url: type: string format: uri @@ -15877,7 +15887,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &327 + default: &328 value: - id: 21 number: 42 @@ -15944,7 +15954,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/secret-scanning/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -15961,18 +15971,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - - *41 - - &332 + - *42 + - &333 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`, but not both. in: query required: false - schema: &113 + schema: &114 type: string description: The name of the tool used to generate the code scanning analysis. - - &333 + - &334 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 @@ -15980,22 +15990,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &114 + schema: &115 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *110 - *111 + - *112 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &334 + schema: &335 type: string description: State of a code scanning alert. enum: @@ -16028,42 +16038,42 @@ paths: application/json: schema: type: array - items: &335 + items: &336 type: object properties: - number: &134 + number: &135 type: integer description: The security alert number. readOnly: true - created_at: &141 + created_at: &142 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &142 + updated_at: &143 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &139 + url: &140 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &140 + html_url: &141 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &584 + instances_url: &585 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &115 + state: &116 type: string description: State of a code scanning alert. nullable: true @@ -16071,7 +16081,7 @@ paths: - open - dismissed - fixed - fixed_at: &144 + fixed_at: &145 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -16085,14 +16095,14 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &143 + dismissed_at: &144 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissed_reason: &585 + dismissed_reason: &586 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -16101,13 +16111,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &586 + dismissed_comment: &587 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &587 + rule: &588 type: object properties: id: @@ -16160,42 +16170,42 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &588 + tool: &589 type: object properties: - name: *113 + name: *114 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *114 - most_recent_instance: &589 + guid: *115 + most_recent_instance: &590 type: object properties: - ref: &582 + ref: &583 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &599 + analysis_key: &600 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: &600 + environment: &601 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: &601 + category: &602 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *115 + state: *116 commit_sha: type: string message: @@ -16209,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: &602 + location: &603 type: object description: Describe a region within a file for the alert. properties: @@ -16230,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: &603 + items: &604 type: string description: A classification of the file. For example to identify it as generated. @@ -16240,11 +16250,11 @@ paths: - generated - test - library - repository: &122 + repository: &123 title: Simple Repository description: A GitHub repository. type: object - properties: &145 + properties: &146 id: type: integer format: int64 @@ -16471,7 +16481,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &146 + required: &147 - archive_url - assignees_url - blobs_url @@ -16543,7 +16553,7 @@ paths: - most_recent_instance - repository examples: - default: &336 + default: &337 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -16772,9 +16782,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *47 + Link: *48 '404': *6 - '503': &203 + '503': &204 description: Service unavailable content: application/json: @@ -16809,7 +16819,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-code-security-configurations-for-an-enterprise parameters: - - *41 + - *42 - name: per_page in: query description: The number of results per page (max 100). For more information, @@ -16818,8 +16828,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 responses: '200': description: Response @@ -16827,7 +16837,7 @@ paths: application/json: schema: type: array - items: &116 + items: &117 type: object description: A code security configuration properties: @@ -17147,7 +17157,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#create-a-code-security-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -17225,7 +17235,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &120 + code_scanning_options: &121 type: object description: Security Configuration feature options for code scanning nullable: true @@ -17242,7 +17252,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &119 + code_scanning_default_setup_options: &120 type: object description: Feature options for code scanning default setup nullable: true @@ -17366,9 +17376,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *116 + schema: *117 examples: - default: &117 + default: &118 value: id: 1325 target_type: enterprise @@ -17420,13 +17430,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-default-code-security-configurations-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &338 + schema: &339 type: array description: A list of default code security configurations items: @@ -17440,9 +17450,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *116 + configuration: *117 examples: - default: &339 + default: &340 value: - default_for_new_repos: public configuration: @@ -17525,8 +17535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - - *41 - - &118 + - *42 + - &119 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -17538,10 +17548,10 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *117 - '304': *37 + default: *118 + '304': *38 '403': *29 '404': *6 x-github: @@ -17564,8 +17574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17644,8 +17654,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *119 - code_scanning_options: *120 + code_scanning_default_setup_options: *120 + code_scanning_options: *121 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -17741,13 +17751,13 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *117 - '304': *37 + default: *118 + '304': *38 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17770,15 +17780,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 responses: - '204': &130 + '204': &131 description: A header with no content is returned. '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17802,8 +17812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17827,10 +17837,10 @@ paths: value: scope: all responses: - '202': *39 + '202': *40 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17854,8 +17864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - - *41 - - *118 + - *42 + - *119 requestBody: required: true content: @@ -17895,12 +17905,12 @@ paths: - none - private_and_internal - public - configuration: *116 + configuration: *117 examples: default: value: default_for_new_repos: all - configuration: &337 + configuration: &338 value: id: 1325 target_type: organization @@ -17961,8 +17971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - - *41 - - *118 + - *42 + - *119 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -17971,8 +17981,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -17990,7 +18000,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 type: object description: Repositories associated with a code security configuration and attachment status @@ -18008,13 +18018,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *122 + repository: *123 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &341 + repository: &342 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -18108,7 +18118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#get-code-security-and-analysis-features-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -18206,7 +18216,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#update-code-security-and-analysis-features-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: false content: @@ -18290,7 +18300,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#list-enterprise-consumed-licenses parameters: - - *41 + - *42 - *17 - *19 responses: @@ -18422,7 +18432,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18455,7 +18465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-enterprise parameters: - - *41 + - *42 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -18479,7 +18489,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &154 + items: &155 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -18496,14 +18506,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *123 - required: *124 + properties: *124 + required: *125 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &328 + - &329 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -18589,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 @@ -18661,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 @@ -18687,7 +18697,7 @@ paths: - slug - parent - type - - &153 + - &154 title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -18805,7 +18815,7 @@ paths: - created_at additionalProperties: false examples: - default: &155 + default: &156 value: total_seats: 2 seats: @@ -18875,8 +18885,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18906,7 +18916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-enterprise-teams-to-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -18948,7 +18958,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -18982,7 +18992,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-enterprise-teams-from-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -19037,7 +19047,7 @@ paths: response: value: message: Status for delete command - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19072,7 +19082,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -19113,7 +19123,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19148,7 +19158,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-enterprise parameters: - - *41 + - *42 requestBody: content: application/json: @@ -19190,7 +19200,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19229,7 +19239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: OK @@ -19251,7 +19261,7 @@ paths: - "/__tests__/**" octo-org/octo-repo: - "/src/some-dir/kernel.rs" - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19284,7 +19294,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-enterprise parameters: - - *41 + - *42 requestBody: description: The content exclusion rules to set required: true @@ -19338,11 +19348,11 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '413': &348 + '413': &349 description: Payload Too Large content: application/json: @@ -19371,7 +19381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#get-custom-agents-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -19415,7 +19425,7 @@ paths: summary: Response when no source repository configured value: custom_agents: - '500': *40 + '500': *41 '401': *25 '403': *29 '404': @@ -19458,7 +19468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#get-the-source-organization-for-custom-agents-in-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -19537,7 +19547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-custom-agents#set-the-source-organization-for-custom-agents-in-an-enterprise parameters: - - *41 + - *42 requestBody: description: The source organization configuration required: true @@ -19640,7 +19650,7 @@ paths: id: 456 name: ".github-private" full_name: my-org/.github-private - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -19697,7 +19707,7 @@ paths: category: copilot subcategory: copilot-custom-agents parameters: - - *41 + - *42 responses: '204': description: No Content - The custom agents source was successfully removed. @@ -19730,8 +19740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics-for-a-specific-day parameters: - - *41 - - &125 + - *42 + - &126 name: day description: The day to request data for, in `YYYY-MM-DD` format. in: query @@ -19745,7 +19755,7 @@ paths: description: Response content: application/json: - schema: &126 + schema: &127 type: object title: Copilot Metrics 1 Day Report description: Links to download the Copilot usage metrics report for @@ -19766,13 +19776,13 @@ paths: - download_links - report_day examples: - default: &127 + default: &128 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_day: '2025-07-01' - '500': *40 + '500': *41 '403': *29 '404': *6 x-github: @@ -19798,13 +19808,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-usage-metrics parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &128 + schema: &129 type: object title: Copilot Metrics 28 Day Report description: Links to download the latest Copilot usage metrics report @@ -19832,14 +19842,14 @@ paths: - report_start_day - report_end_day examples: - default: &129 + default: &130 value: download_links: - https://example.com/copilot-usage-report-1.ndjson - https://example.com/copilot-usage-report-2.ndjson report_start_day: '2025-07-01' report_end_day: '2025-07-28' - '500': *40 + '500': *41 '403': *29 '404': *6 x-github: @@ -19865,17 +19875,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-user-teams-report-for-a-specific-day parameters: - - *41 - - *125 + - *42 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '500': *40 + default: *128 + '500': *41 '403': *29 '404': *6 x-github: @@ -19901,17 +19911,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day parameters: - - *41 - - *125 + - *42 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '500': *40 + default: *128 + '500': *41 '403': *29 '404': *6 x-github: @@ -19937,16 +19947,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -19974,7 +19984,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-the-coding-agent-policy-for-an-enterprise parameters: - - *41 + - *42 requestBody: description: The coding agent policy configuration required: true @@ -20001,7 +20011,7 @@ paths: value: policy_state: enabled_for_all_orgs responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -20028,7 +20038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#add-organizations-to-the-enterprise-coding-agent-policy parameters: - - *41 + - *42 requestBody: description: The organizations to enable Copilot cloud agent for required: true @@ -20077,7 +20087,7 @@ paths: - engineering - security responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -20103,7 +20113,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#remove-organizations-from-the-enterprise-coding-agent-policy parameters: - - *41 + - *42 requestBody: description: The organizations to disable Copilot cloud agent for required: true @@ -20153,7 +20163,7 @@ paths: - engineering - security responses: - '204': *130 + '204': *131 '400': *14 x-github: enabledForGitHubApps: false @@ -20180,7 +20190,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-usage-records-for-an-enterprise parameters: - - *41 + - *42 - name: phrase description: 'A search phrase to filter usage records. Supported qualifiers: `type` (request/response), `user_id`, `created`.' @@ -20196,9 +20206,9 @@ paths: schema: type: integer default: 25 - - *131 - *132 - *133 + - *134 responses: '200': description: Response @@ -20252,7 +20262,7 @@ paths: body: '{"choices":[{"message":{"content":"Hi there!"}}]}' "@timestamp": 1719600000500 headers: - Link: *47 + Link: *48 '400': *14 '422': *15 '403': *29 @@ -20290,7 +20300,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-all-credential-authorizations-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: false content: @@ -20386,8 +20396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-credential-authorizations-for-a-user-in-an-enterprise parameters: - - *41 - - &151 + - *42 + - &152 name: username description: The handle for the GitHub user account. in: path @@ -20497,8 +20507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *41 - - &353 + - *42 + - &354 name: classification in: query description: |- @@ -20507,7 +20517,7 @@ paths: Can be: `malware`, `general` schema: type: string - - &354 + - &355 name: state in: query description: |- @@ -20516,7 +20526,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &355 + - &356 name: severity in: query description: |- @@ -20525,7 +20535,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &356 + - &357 name: ecosystem in: query description: |- @@ -20534,14 +20544,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &357 + - &358 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &358 + - &359 name: epss_percentage in: query description: |- @@ -20553,7 +20563,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 - - &646 + - &647 name: has in: query description: |- @@ -20567,7 +20577,7 @@ paths: type: string enum: - patch - - &359 + - &360 name: assignee in: query description: |- @@ -20576,7 +20586,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &360 + - &361 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -20586,7 +20596,7 @@ paths: enum: - development - runtime - - &361 + - &362 name: sort in: query description: |- @@ -20601,9 +20611,9 @@ paths: - updated - epss_percentage default: created - - *112 - - *110 + - *113 - *111 + - *112 - *17 responses: '200': @@ -20612,11 +20622,11 @@ paths: application/json: schema: type: array - items: &362 + items: &363 type: object description: A Dependabot alert. properties: - number: *134 + number: *135 state: type: string description: The state of the Dependabot alert. @@ -20631,7 +20641,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &135 + package: &136 type: object description: Details for the vulnerable package. readOnly: true @@ -20676,7 +20686,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &647 + security_advisory: &648 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20706,13 +20716,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &138 + items: &139 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *135 + package: *136 severity: type: string description: The severity of the vulnerability. @@ -20785,8 +20795,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *136 - epss: *137 + cvss_severities: *137 + epss: *138 cwes: type: array description: Details for the advisory pertaining to Common @@ -20904,12 +20914,12 @@ paths: - updated_at - withdrawn_at version: '2026-03-10' - security_vulnerability: *138 - url: *139 - html_url: *140 - created_at: *141 - updated_at: *142 - dismissed_at: *143 + security_vulnerability: *139 + url: *140 + html_url: *141 + created_at: *142 + updated_at: *143 + dismissed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -20933,15 +20943,15 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *144 - auto_dismissed_at: &648 + fixed_at: *145 + auto_dismissed_at: &649 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: &649 + dismissal_request: &650 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20984,7 +20994,7 @@ paths: description: The users assigned to this alert. readOnly: true items: *4 - repository: *122 + repository: *123 required: - number - state @@ -21003,7 +21013,7 @@ paths: - repository additionalProperties: false examples: - default: &363 + default: &364 value: - number: 2 state: dismissed @@ -21341,7 +21351,7 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *37 + '304': *38 '403': *29 '404': *6 '422': *7 @@ -21365,7 +21375,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-enterprise parameters: - - *41 + - *42 - name: page in: query description: The page number of results to fetch. @@ -21388,7 +21398,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -21409,12 +21419,12 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *145 - required: *146 + properties: *146 + required: *147 nullable: true additionalProperties: false examples: - default: &365 + default: &366 value: default_level: public accessible_repositories: @@ -21514,7 +21524,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -21578,7 +21588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot-in-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -21631,12 +21641,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *41 - - *104 + - *42 - *105 - *106 - *107 - - &367 + - *108 + - &368 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -21662,7 +21672,7 @@ paths: application/json: schema: type: array - items: &369 + items: &370 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -21772,7 +21782,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *109 + items: *110 url: type: string format: uri @@ -21783,7 +21793,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &370 + default: &371 value: - id: 21 number: 42 @@ -21848,7 +21858,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *29 - '500': *40 + '500': *41 "/enterprises/{enterprise}/enterprise-roles": get: summary: Get all enterprise roles for an enterprise @@ -21868,7 +21878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-all-enterprise-roles-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response - list of enterprise roles @@ -21884,7 +21894,7 @@ paths: roles: type: array description: The list of enterprise roles available to the enterprise. - items: &152 + items: &153 title: Enterprise Role description: Enterprise custom roles type: object @@ -21918,8 +21928,8 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: *147 - required: *148 + properties: *148 + required: *149 nullable: true created_at: description: The date and time the role was created. @@ -22011,8 +22021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-team parameters: - - *41 - - &149 + - *42 + - &150 name: team_slug description: The slug of the enterprise team name. in: path @@ -22054,9 +22064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-a-team parameters: - - *41 - - *149 - - &150 + - *42 + - *150 + - &151 name: role_id description: The unique identifier of the role. in: path @@ -22097,9 +22107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-an-enterprise-role-from-a-team parameters: - - *41 - - *149 + - *42 - *150 + - *151 responses: '204': description: Response @@ -22132,8 +22142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-user parameters: - - *41 - - *151 + - *42 + - *152 responses: '204': description: Response @@ -22166,9 +22176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-an-enterprise-user parameters: - - *41 + - *42 + - *152 - *151 - - *150 responses: '204': description: Response @@ -22200,9 +22210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-enterprise-user-role-assignment parameters: - - *41 + - *42 + - *152 - *151 - - *150 responses: '204': description: Response @@ -22235,14 +22245,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 responses: '200': description: Response content: application/json: - schema: *152 + schema: *153 examples: default: value: @@ -22295,8 +22305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-teams-that-are-assigned-to-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 - *17 - *19 responses: @@ -22306,9 +22316,9 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: - default: &220 + default: &221 value: - id: 1 name: Justice League @@ -22346,8 +22356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-users-that-are-assigned-to-an-enterprise-role parameters: - - *41 - - *150 + - *42 + - *151 - *17 - *19 responses: @@ -22379,7 +22389,7 @@ paths: description: Enterprise Team the user has gotten the role through type: array - items: *153 + items: *154 examples: default: value: @@ -22441,7 +22451,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -22472,7 +22482,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/security-advisories#sync-innersource-vulnerabilities-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -22695,7 +22705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/security-advisories#get-innersource-vulnerability-sync-status-for-an-enterprise parameters: - - *41 + - *42 - name: job_id in: path required: true @@ -22854,7 +22864,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-an-enterprise-installation-for-the-authenticated-app parameters: - - *41 + - *42 responses: '200': description: Response @@ -22862,7 +22872,7 @@ paths: application/json: schema: *22 examples: - default: &394 + default: &395 value: id: 1 account: @@ -22930,7 +22940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#get-a-license-sync-status parameters: - - *41 + - *42 responses: '200': description: License Sync Status Response @@ -23002,8 +23012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - - *41 - - *151 + - *42 + - *152 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -23019,10 +23029,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *154 + items: *155 examples: - default: *155 - '500': *40 + default: *156 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -23046,7 +23056,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#list-hosted-compute-network-configurations-for-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -23064,7 +23074,7 @@ paths: type: integer network_configurations: type: array - items: &156 + items: &157 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -23116,7 +23126,7 @@ paths: - name - created_on examples: - default: &499 + default: &500 value: total_count: 2 network_configurations: @@ -23135,7 +23145,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23152,7 +23162,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#create-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23208,9 +23218,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: &157 + default: &158 value: id: 123456789ABCDEF name: My network configuration @@ -23236,8 +23246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 - - &158 + - *42 + - &159 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -23249,11 +23259,11 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23270,8 +23280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - - *41 - - *158 + - *42 + - *159 requestBody: required: true content: @@ -23324,9 +23334,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23343,8 +23353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - - *41 - - *158 + - *42 + - *159 responses: '204': description: Response @@ -23366,8 +23376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - - *41 - - &500 + - *42 + - &501 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -23379,7 +23389,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -23413,7 +23423,7 @@ paths: - subnet_id - region examples: - default: &502 + default: &503 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -23421,7 +23431,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -23444,7 +23454,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#get-organization-custom-properties-schema-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -23452,7 +23462,7 @@ paths: application/json: schema: type: array - items: &159 + items: &160 title: Custom Property for Organization description: Custom property defined for an organization allOf: @@ -23520,7 +23530,7 @@ paths: - property_name - value_type examples: - default: &160 + default: &161 value: - property_name: environment url: https://api.github.com/enterprises/github/org-properties/schema/environment @@ -23568,7 +23578,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-organization-custom-property-definitions-on-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23580,7 +23590,7 @@ paths: type: array description: The array of organization custom properties to create or update. - items: *159 + items: *160 minItems: 1 maxItems: 100 required: @@ -23613,9 +23623,9 @@ paths: application/json: schema: type: array - items: *159 + items: *160 examples: - default: *160 + default: *161 '403': *29 '404': *6 '422': *7 @@ -23641,8 +23651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#get-an-organization-custom-property-definition-from-an-enterprise parameters: - - *41 - - &161 + - *42 + - &162 name: custom_property_name description: The custom property name in: path @@ -23654,9 +23664,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: &162 + default: &163 value: property_name: environment url: https://api.github.com/enterprises/github/org-properties/schema/environment @@ -23692,8 +23702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-an-organization-custom-property-definition-on-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 requestBody: required: true content: @@ -23762,9 +23772,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *162 + default: *163 '403': *29 '404': *6 '422': *7 @@ -23789,10 +23799,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#remove-an-organization-custom-property-definition-from-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 '422': *7 @@ -23818,7 +23828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#list-custom-property-values-for-organizations-in-an-enterprise parameters: - - *41 + - *42 - *17 - *19 responses: @@ -23841,7 +23851,7 @@ paths: example: Hello-World properties: type: array - items: &163 + items: &164 title: Custom Property Value description: Custom property name and associated value type: object @@ -23878,7 +23888,7 @@ paths: - property_name: team value: octocat headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -23904,7 +23914,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties-for-orgs#create-or-update-custom-property-values-for-organizations-in-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -23924,7 +23934,7 @@ paths: type: array description: List of custom property names and associated values to apply to the organizations. - items: *163 + items: *164 required: - organization_logins - properties @@ -23966,7 +23976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise parameters: - - *41 + - *42 responses: '200': description: Response @@ -23974,7 +23984,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -24042,7 +24052,7 @@ paths: - property_name - value_type examples: - default: &165 + default: &166 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -24089,7 +24099,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise parameters: - - *41 + - *42 requestBody: required: true content: @@ -24100,7 +24110,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *164 + items: *165 minItems: 1 maxItems: 100 required: @@ -24130,9 +24140,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -24154,17 +24164,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - - *41 - - *89 - - *161 + - *42 + - *90 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: &166 + default: &167 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -24196,16 +24206,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -24226,13 +24236,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 requestBody: required: true content: application/json: - schema: &450 + schema: &451 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24298,9 +24308,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -24321,10 +24331,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - - *41 - - *161 + - *42 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 x-github: @@ -24343,7 +24353,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#create-an-enterprise-repository-ruleset parameters: - - *41 + - *42 requestBody: description: Request body required: true @@ -24364,7 +24374,7 @@ paths: - push - repository default: branch - enforcement: &175 + enforcement: &176 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -24377,7 +24387,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &176 + items: &177 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -24420,7 +24430,7 @@ paths: - pull_request - exempt default: always - conditions: &200 + conditions: &201 title: Enterprise ruleset conditions type: object description: |- @@ -24433,7 +24443,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &167 + - &168 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -24459,7 +24469,7 @@ paths: type: string required: - organization_name - - &170 + - &171 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -24488,7 +24498,7 @@ paths: is prevented. required: - repository_name - - &169 + - &170 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -24516,8 +24526,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *167 - - &172 + - *168 + - &173 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -24530,7 +24540,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &168 + items: &169 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -24561,16 +24571,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *168 + items: *169 required: - repository_property - - *169 + - *170 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &171 + - &172 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -24587,22 +24597,22 @@ paths: type: integer required: - organization_id + - *171 - *170 - - *169 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *171 - *172 - - *169 + - *173 + - *170 - type: object title: organization_property_and_repository_name description: Conditions to target organizations by property and all repositories allOf: - - &174 + - &175 title: Repository ruleset conditions for organization properties type: object description: Parameters for a organization property condition @@ -24615,7 +24625,7 @@ paths: description: The organization properties and values to include. All of these properties must match for the condition to pass. - items: &173 + items: &174 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a organization @@ -24639,28 +24649,28 @@ paths: description: The organization properties and values to exclude. The condition will not pass if any of these properties match. - items: *173 + items: *174 required: - organization_property + - *171 - *170 - - *169 - type: object title: organization_property_and_repository_property description: Conditions to target organizations by property and repositories by property allOf: - - *174 - - *172 - - *169 + - *175 + - *173 + - *170 rules: type: array description: An array of rules within the ruleset. - items: &201 + items: &202 title: Repository Rule type: object description: A repository rule. oneOf: - - &177 + - &178 title: creation description: Only allow users with bypass permission to create matching refs. @@ -24672,7 +24682,7 @@ paths: type: string enum: - creation - - &178 + - &179 title: update description: Only allow users with bypass permission to update matching refs. @@ -24693,7 +24703,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &179 + - &180 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -24705,7 +24715,7 @@ paths: type: string enum: - deletion - - &180 + - &181 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -24717,7 +24727,7 @@ paths: type: string enum: - required_linear_history - - &181 + - &182 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -24741,7 +24751,7 @@ paths: type: string required: - required_deployment_environments - - &182 + - &183 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -24753,7 +24763,7 @@ paths: type: string enum: - required_signatures - - &183 + - &184 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -24893,7 +24903,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &184 + - &185 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -24940,7 +24950,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &185 + - &186 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -24952,7 +24962,7 @@ paths: type: string enum: - non_fast_forward - - &186 + - &187 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -24989,118 +24999,118 @@ paths: required: - operator - pattern - - &187 - title: commit_author_email_pattern - description: Parameters to be used for the commit_author_email_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - commit_author_email_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the pattern - matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &188 - title: committer_email_pattern - description: Parameters to be used for the committer_email_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - committer_email_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the pattern - matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &189 - title: branch_name_pattern - description: Parameters to be used for the branch_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - branch_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the pattern - matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &190 + - &188 + title: commit_author_email_pattern + description: Parameters to be used for the commit_author_email_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - commit_author_email_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the pattern + matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &189 + title: committer_email_pattern + description: Parameters to be used for the committer_email_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - committer_email_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the pattern + matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &190 + title: branch_name_pattern + description: Parameters to be used for the branch_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - branch_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the pattern + matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &191 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -25137,7 +25147,7 @@ paths: required: - operator - pattern - - &194 + - &195 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -25161,7 +25171,7 @@ paths: type: string required: - restricted_file_paths - - &195 + - &196 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -25185,7 +25195,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &196 + - &197 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -25208,7 +25218,7 @@ paths: type: string required: - restricted_file_extensions - - &197 + - &198 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -25232,7 +25242,7 @@ paths: maximum: 100 required: - max_file_size - - &191 + - &192 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -25281,7 +25291,7 @@ paths: - repository_id required: - workflows - - &192 + - &193 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -25341,7 +25351,7 @@ paths: - tool required: - code_scanning_tools - - &193 + - &194 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code review @@ -25391,7 +25401,7 @@ paths: description: Response content: application/json: - schema: &198 + schema: &199 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -25426,11 +25436,11 @@ paths: source: type: string description: The name of the source - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 + items: *177 current_user_can_bypass: type: string description: |- @@ -25462,8 +25472,8 @@ paths: conditions: nullable: true anyOf: - - *169 - - &457 + - *170 + - &458 title: Organization ruleset conditions type: object description: |- @@ -25477,14 +25487,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *169 - *170 + - *171 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *169 + - *170 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -25506,20 +25516,20 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *169 - - *172 + - *170 + - *173 rules: type: array - items: &794 + items: &795 title: Repository Rule type: object description: A repository rule. oneOf: - - *177 - *178 - *179 - *180 - - &791 + - *181 + - &792 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25597,7 +25607,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *181 - *182 - *183 - *184 @@ -25610,7 +25619,8 @@ paths: - *191 - *192 - *193 - - &792 + - *194 + - &793 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -25622,10 +25632,10 @@ paths: type: string enum: - license_compliance_scanning - - *194 - *195 - *196 - *197 + - *198 created_at: type: string format: date-time @@ -25633,7 +25643,7 @@ paths: type: string format: date-time examples: - default: &199 + default: &200 value: id: 21 name: super cool ruleset @@ -25659,7 +25669,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25680,7 +25690,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25692,11 +25702,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *199 + default: *200 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25712,7 +25722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#update-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25738,16 +25748,16 @@ paths: - tag - push - repository - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *200 + items: *177 + conditions: *201 rules: description: An array of rules within the ruleset. type: array - items: *201 + items: *202 examples: default: value: @@ -25771,11 +25781,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *199 + default: *200 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25791,7 +25801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#delete-an-enterprise-repository-ruleset parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25802,7 +25812,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25819,7 +25829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-enterprise-ruleset-history parameters: - - *41 + - *42 - *17 - *19 - name: ruleset_id @@ -25835,7 +25845,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Ruleset version type: object description: The historical version of a ruleset @@ -25859,7 +25869,7 @@ paths: type: string format: date-time examples: - default: &460 + default: &461 value: - version_id: 3 actor: @@ -25877,7 +25887,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -25894,7 +25904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/rules#get-enterprise-ruleset-version parameters: - - *41 + - *42 - name: ruleset_id description: The ID of the ruleset. in: path @@ -25912,9 +25922,9 @@ paths: description: Response content: application/json: - schema: &461 + schema: &462 allOf: - - *202 + - *203 - type: object required: - state @@ -25947,7 +25957,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -25966,8 +25976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *41 - - &462 + - *42 + - &463 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -25978,7 +25988,7 @@ paths: enum: - open - resolved - - &463 + - &464 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -25988,7 +25998,7 @@ paths: required: false schema: type: string - - &464 + - &465 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -25999,7 +26009,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: exclude_providers in: query description: |- @@ -26010,7 +26020,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: providers in: query description: |- @@ -26021,7 +26031,7 @@ paths: required: false schema: type: string - - &467 + - &468 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -26030,7 +26040,7 @@ paths: required: false schema: type: string - - &468 + - &469 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -26049,7 +26059,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &469 + - &470 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. @@ -26061,11 +26071,11 @@ paths: - created - updated default: created - - *112 + - *113 - *17 - - *110 - *111 - - &470 + - *112 + - &471 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -26074,7 +26084,7 @@ paths: required: false schema: type: string - - &471 + - &472 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -26083,7 +26093,7 @@ paths: schema: type: boolean default: false - - &472 + - &473 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -26092,7 +26102,7 @@ paths: schema: type: boolean default: false - - &473 + - &474 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -26101,7 +26111,7 @@ paths: schema: type: boolean default: false - - &474 + - &475 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -26112,7 +26122,7 @@ paths: required: false schema: type: boolean - - &475 + - &476 name: included_metadata in: query description: |- @@ -26123,7 +26133,7 @@ paths: required: false schema: type: string - - &476 + - &477 name: owner_email_hash in: query description: |- @@ -26142,11 +26152,11 @@ paths: application/json: schema: type: array - items: &477 + items: &478 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -26154,21 +26164,21 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &807 + state: &808 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: &808 + resolution: &809 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -26212,7 +26222,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *122 + repository: *123 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -26285,8 +26295,8 @@ paths: pull request. ' - oneOf: &809 - - &811 + oneOf: &810 + - &812 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26344,7 +26354,7 @@ paths: - blob_url - commit_sha - commit_url - - &812 + - &813 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. @@ -26399,7 +26409,7 @@ paths: - page_url - commit_sha - commit_url - - &813 + - &814 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26419,7 +26429,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &814 + - &815 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26439,7 +26449,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &815 + - &816 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26459,7 +26469,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &816 + - &817 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26473,7 +26483,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &817 + - &818 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26487,7 +26497,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &818 + - &819 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26501,7 +26511,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &819 + - &820 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. @@ -26521,7 +26531,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &820 + - &821 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. @@ -26541,7 +26551,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &821 + - &822 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. @@ -26561,7 +26571,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &822 + - &823 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. @@ -26581,7 +26591,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &823 + - &824 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. @@ -26629,7 +26639,7 @@ paths: required: *21 nullable: true examples: - default: &478 + default: &479 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26805,9 +26815,9 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -26832,8 +26842,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 - - &479 + - *42 + - &480 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -26844,7 +26854,7 @@ paths: enum: - published - unpublished - - &480 + - &481 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -26855,7 +26865,7 @@ paths: enum: - enabled - disabled - - &481 + - &482 name: sort description: The property to sort the results by. in: query @@ -26867,7 +26877,7 @@ paths: - updated - name default: created - - *112 + - *113 - *19 - *17 responses: @@ -26877,7 +26887,7 @@ paths: application/json: schema: type: array - items: &204 + items: &205 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -26925,7 +26935,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &205 + custom_pattern_version: &206 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -26949,7 +26959,7 @@ paths: - state - push_protection_enabled examples: - default: &482 + default: &483 value: - id: 1 name: Example Custom Pattern @@ -26978,7 +26988,7 @@ paths: created_at: '2024-01-16T14:20:00Z' updated_at: '2024-01-17T09:15:00Z' headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -26999,7 +27009,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 requestBody: required: true content: @@ -27012,7 +27022,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &483 + items: &484 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -27049,7 +27059,7 @@ paths: items: type: string examples: - default: &484 + default: &485 value: patterns: - name: Example Custom Pattern @@ -27073,9 +27083,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: &485 + default: &486 value: created_patterns: - id: 1 @@ -27127,7 +27137,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &486 + items: &487 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -27170,7 +27180,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 requestBody: required: true content: @@ -27184,7 +27194,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &487 + items: &488 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -27194,7 +27204,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *205 + custom_pattern_version: *206 post_delete_action: type: string description: |- @@ -27207,7 +27217,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &488 + default: &489 value: patterns: - pattern_id: 2 @@ -27218,7 +27228,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &206 + '412': &207 description: Precondition Failed content: application/json: @@ -27242,7 +27252,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *41 + - *42 - name: pattern_id in: path required: true @@ -27253,7 +27263,7 @@ paths: required: true content: application/json: - schema: &489 + schema: &490 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`, @@ -27292,9 +27302,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *205 + custom_pattern_version: *206 examples: - default: &490 + default: &491 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -27309,9 +27319,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: &491 + default: &492 value: id: 1 name: Example Custom Pattern @@ -27331,7 +27341,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/enterprises/{enterprise}/secret-scanning/pattern-configurations": get: @@ -27352,23 +27362,23 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *41 + - *42 responses: '200': description: Response content: application/json: - schema: &492 + schema: &493 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &207 + items: &208 type: object properties: token_type: @@ -27434,9 +27444,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *207 + items: *208 examples: - default: &493 + default: &494 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -27483,7 +27493,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *41 + - *42 requestBody: required: true content: @@ -27491,7 +27501,7 @@ paths: schema: type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -27517,7 +27527,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *205 + custom_pattern_version: *206 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -27553,7 +27563,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 "/enterprises/{enterprise}/settings/billing/advanced-security": get: @@ -27571,8 +27581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - - *41 - - &496 + - *42 + - &497 name: advanced_security_product in: query description: | @@ -27592,7 +27602,7 @@ paths: description: Success content: application/json: - schema: &497 + schema: &498 type: object properties: total_advanced_security_committers: @@ -27647,7 +27657,7 @@ paths: required: - repositories examples: - default: &498 + default: &499 value: total_advanced_security_committers: 2 total_count: 2 @@ -27688,8 +27698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-ai-credit-usage-report-for-an-enterprise parameters: - - *41 - - &211 + - *42 + - &212 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -27698,7 +27708,7 @@ paths: required: false schema: type: integer - - &212 + - &213 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -27707,7 +27717,7 @@ paths: required: false schema: type: integer - - &213 + - &214 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -27716,7 +27726,7 @@ paths: required: false schema: type: integer - - &214 + - &215 name: organization description: The organization name to query usage for. The name is not case sensitive. @@ -27724,21 +27734,21 @@ paths: required: false schema: type: string - - &215 + - &216 name: user description: The user name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &216 + - &217 name: model description: The model name to query usage for. The name is not case sensitive. in: query required: false schema: type: string - - &217 + - &218 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -27876,8 +27886,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -27896,7 +27906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-all-budgets parameters: - - *41 + - *42 - name: page description: The page number of results to fetch. in: query @@ -28150,7 +28160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#create-a-budget parameters: - - *41 + - *42 requestBody: required: true content: @@ -28384,8 +28394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-a-budget-by-id parameters: - - *41 - - &208 + - *42 + - &209 name: budget_id description: The ID corresponding to the budget. in: path @@ -28489,8 +28499,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28762,8 +28772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#delete-a-budget parameters: - - *41 - - *208 + - *42 + - *209 responses: '200': description: Response when deleting a budget @@ -28789,8 +28799,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28808,8 +28818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/budgets#get-user-states-for-a-multi-user-budget parameters: - - *41 - - *208 + - *42 + - *209 - name: page description: The page number of results to fetch. in: query @@ -28903,8 +28913,8 @@ paths: total_count: 2 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -28921,7 +28931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#get-all-cost-centers-for-an-enterprise parameters: - - *41 + - *42 - name: state in: query description: Set to `active` or `deleted` to only list cost centers in a specific @@ -29033,8 +29043,8 @@ paths: ai_credit_pool_enabled: false '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29051,7 +29061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#create-a-new-cost-center parameters: - - *41 + - *42 requestBody: required: true content: @@ -29208,8 +29218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#get-a-cost-center-by-id parameters: - - *41 - - &210 + - *42 + - &211 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -29286,7 +29296,7 @@ paths: - name - resources examples: - default: &209 + default: &210 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -29303,8 +29313,8 @@ paths: current_amount: 7250.5 '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29424,14 +29434,14 @@ paths: - name - resources examples: - update-cost-center: *209 - update-cost-center-with-cap: *209 + update-cost-center: *210 + update-cost-center-with-cap: *210 '400': *14 '403': *29 '404': *6 - '409': *121 - '500': *40 - '503': *203 + '409': *122 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29448,8 +29458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#delete-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 responses: '200': description: Response when deleting a cost center @@ -29487,8 +29497,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29508,8 +29518,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#add-resources-to-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 requestBody: required: true content: @@ -29587,9 +29597,9 @@ paths: previous_cost_center: old-cost-center '400': *14 '403': *29 - '409': *121 - '500': *40 - '503': *203 + '409': *122 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29608,8 +29618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/cost-centers#remove-resources-from-a-cost-center parameters: - - *41 - - *210 + - *42 + - *211 requestBody: required: true content: @@ -29660,8 +29670,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29681,14 +29691,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-premium-request-usage-report-for-an-enterprise parameters: - - *41 - - *211 + - *42 - *212 - *213 - *214 - *215 - *216 - *217 + - *218 - name: cost_center_id description: The ID corresponding to a cost center. An ID of 'none' will target usage not associated to any cost center. @@ -29820,8 +29830,8 @@ paths: '400': *14 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29839,7 +29849,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#list-usage-report-exports parameters: - - *41 + - *42 responses: '200': description: List of usage report exports @@ -29851,7 +29861,7 @@ paths: usage_report_exports: type: array description: List of usage report exports - items: &218 + items: &219 type: object properties: id: @@ -29941,8 +29951,8 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -29960,7 +29970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#create-a-usage-report-export parameters: - - *41 + - *42 requestBody: required: true content: @@ -30006,9 +30016,9 @@ paths: description: Report export request accepted content: application/json: - schema: *218 + schema: *219 examples: - usage-report-export: &219 + usage-report-export: &220 value: id: a1b2c3d4-e5f6-7890-abcd-ef1234567890 report_type: detailed @@ -30023,8 +30033,8 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -30042,7 +30052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage-reports#get-a-usage-report-export parameters: - - *41 + - *42 - name: report_id description: The unique identifier (UUID) for the usage report export. in: path @@ -30055,14 +30065,14 @@ paths: description: Usage report export details content: application/json: - schema: *218 + schema: *219 examples: - usage-report-export: *219 + usage-report-export: *220 '401': *25 '403': *29 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -30082,8 +30092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-usage-report-for-an-enterprise parameters: - - *41 - - *211 + - *42 + - *212 - 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 @@ -30092,7 +30102,7 @@ paths: required: false schema: type: integer - - *213 + - *214 - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -30174,8 +30184,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -30195,18 +30205,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/usage#get-billing-usage-summary-for-an-enterprise parameters: - - *41 - - *211 + - *42 - *212 - *213 - *214 + - *215 - name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *217 + - *218 - name: sku description: The SKU to query for usage. in: query @@ -30338,8 +30348,8 @@ paths: netAmount: 8.0 '400': *14 '403': *29 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -30356,7 +30366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#list-enterprise-teams parameters: - - *41 + - *42 - *17 - *19 responses: @@ -30366,11 +30376,11 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: - default: *220 + default: *221 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -30388,7 +30398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#create-an-enterprise-team parameters: - - *41 + - *42 requestBody: required: true content: @@ -30455,9 +30465,9 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: &225 + default: &226 value: id: 1 name: Justice League @@ -30485,8 +30495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - - *41 - - &221 + - *42 + - &222 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -30505,7 +30515,7 @@ paths: type: array items: *4 examples: - default: &222 + default: &223 value: - login: octocat id: 1 @@ -30526,7 +30536,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30543,8 +30553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30575,7 +30585,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30592,8 +30602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30624,7 +30634,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30641,9 +30651,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '200': description: User is a member of the enterprise team. @@ -30651,7 +30661,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &223 + exampleKey1: &224 value: login: octocat id: 1 @@ -30686,9 +30696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '201': description: Successfully added team member @@ -30696,7 +30706,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *223 + exampleKey1: *224 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30713,9 +30723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - - *41 - - *221 - - *151 + - *42 + - *222 + - *152 responses: '204': description: Response @@ -30736,8 +30746,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 - *17 - *19 responses: @@ -30747,9 +30757,9 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: &224 + default: &225 value: login: github id: 1 @@ -30779,8 +30789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30808,9 +30818,9 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: &265 + default: &266 value: - login: github id: 1 @@ -30840,8 +30850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - - *41 - - *221 + - *42 + - *222 requestBody: required: true content: @@ -30881,17 +30891,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '200': description: The team is assigned to the organization content: application/json: - schema: *75 + schema: *76 examples: - default: *224 + default: *225 '404': description: The team is not assigned to the organization x-github: @@ -30909,17 +30919,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *75 + schema: *76 examples: - default: *224 + default: *225 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30935,9 +30945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - - *41 - - *221 - - *89 + - *42 + - *222 + - *90 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -30960,8 +30970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - - *41 - - &226 + - *42 + - &227 name: team_slug description: The slug of the team name. in: path @@ -30973,11 +30983,11 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *225 + default: *226 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -30994,8 +31004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - - *41 - - *226 + - *42 + - *227 requestBody: required: true content: @@ -31060,11 +31070,11 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *225 + default: *226 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -31084,8 +31094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - - *41 - - *226 + - *42 + - *227 responses: '204': description: Response @@ -31137,7 +31147,7 @@ paths: type: integer visual_studio_subscriptions: type: array - items: &227 + items: &228 title: Visual Studio Subscription Assignment description: Visual Studio Subscription Assignment type: object @@ -31223,7 +31233,7 @@ paths: description: Response content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -31266,7 +31276,7 @@ paths: description: Response content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -31300,7 +31310,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis#enable-or-disable-a-security-feature parameters: - - *41 + - *42 - name: security_product in: path description: The security feature to enable or disable. @@ -31370,7 +31380,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Event description: Event type: object @@ -31380,7 +31390,7 @@ paths: type: type: string nullable: true - actor: &228 + actor: &229 title: Actor description: Actor type: object @@ -31420,7 +31430,7 @@ paths: - id - name - url - org: *228 + org: *229 payload: oneOf: - title: CreateEvent @@ -31466,7 +31476,7 @@ paths: properties: action: type: string - discussion: &950 + discussion: &951 title: Discussion description: A Discussion in a repository. type: object @@ -31753,7 +31763,7 @@ paths: - id labels: type: array - items: &233 + items: &234 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -31828,7 +31838,7 @@ paths: properties: action: type: string - issue: &234 + issue: &235 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -31946,7 +31956,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &439 + properties: &440 url: type: string format: uri @@ -32016,7 +32026,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &440 + required: &441 - closed_issues - creator - description @@ -32095,7 +32105,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 @@ -32147,7 +32157,7 @@ paths: - node_id - name - description - repository: *80 + repository: *81 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -32158,9 +32168,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - author_association: &231 + properties: *230 + required: *231 + author_association: &232 title: author_association type: string example: OWNER @@ -32175,7 +32185,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &232 + reactions: &233 title: Reaction Rollup type: object properties: @@ -32211,7 +32221,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &866 + sub_issues_summary: &867 title: Sub-issues Summary type: object properties: @@ -32236,7 +32246,7 @@ paths: description: Comments provide a way for people to collaborate on an issue. type: object - properties: &235 + properties: &236 id: description: Unique identifier of the issue comment example: 42 @@ -32279,7 +32289,7 @@ paths: issue_url: type: string format: uri - author_association: *231 + author_association: *232 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend @@ -32290,9 +32300,9 @@ paths: class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - reactions: *232 + properties: *230 + required: *231 + reactions: *233 pin: title: Pinned Issue Comment description: Context around who pinned an issue @@ -32328,7 +32338,7 @@ paths: required: &738 - reason nullable: true - required: &236 + required: &237 - id - node_id - html_url @@ -32338,7 +32348,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &867 + issue_dependencies_summary: &868 title: Issue Dependencies Summary type: object properties: @@ -32517,10 +32527,10 @@ paths: assignees: type: array items: *4 - label: *233 + label: *234 labels: type: array - items: *233 + items: *234 required: - action - issue @@ -32529,14 +32539,14 @@ paths: properties: action: type: string - issue: *234 + issue: *235 comment: &704 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 required: - action - issue @@ -32709,8 +32719,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true allow_forking: type: boolean @@ -32799,7 +32809,7 @@ paths: type: string number: type: integer - pull_request: &239 + pull_request: &240 title: Pull Request Minimal type: object properties: @@ -32870,10 +32880,10 @@ paths: assignees: type: array items: *4 - label: *233 + label: *234 labels: type: array - items: *233 + items: *234 required: - action - number @@ -32883,7 +32893,7 @@ paths: properties: action: type: string - pull_request: *239 + pull_request: *240 comment: type: object properties: @@ -33134,7 +33144,7 @@ paths: - pull_request updated_at: type: string - pull_request: *239 + pull_request: *240 required: - action - review @@ -33183,7 +33193,7 @@ paths: updated_at: type: string format: date-time - reactions: *232 + reactions: *233 required: - action - comment @@ -33194,7 +33204,7 @@ paths: type: string release: allOf: - - &784 + - &785 title: Release description: A release. type: object @@ -33265,7 +33275,7 @@ paths: author: *4 assets: type: array - items: &785 + items: &786 title: Release Asset description: Data related to a release. type: object @@ -33340,7 +33350,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *232 + reactions: *233 required: - assets_url - upload_url @@ -33430,9 +33440,9 @@ paths: before: 883efe034920928c47fe18598c01249d1a9fdabd public: true created_at: '2022-06-07T07:50:26Z' - '304': *37 + '304': *38 '403': *29 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33513,7 +33523,7 @@ paths: _links: type: object properties: - timeline: &240 + timeline: &241 title: Link With Type description: Hypermedia Link with Type type: object @@ -33525,17 +33535,17 @@ paths: required: - href - type - user: *240 - security_advisories: *240 - current_user: *240 - current_user_public: *240 - current_user_actor: *240 - current_user_organization: *240 + user: *241 + security_advisories: *241 + current_user: *241 + current_user_public: *241 + current_user_actor: *241 + current_user_organization: *241 current_user_organizations: type: array - items: *240 - repository_discussions: *240 - repository_discussions_category: *240 + items: *241 + repository_discussions: *241 + repository_discussions_category: *241 required: - timeline - user @@ -33597,7 +33607,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *241 + - *242 - *17 - *19 responses: @@ -33607,7 +33617,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 title: Base Gist description: Base Gist type: object @@ -33735,7 +33745,7 @@ paths: path: "/properties/history" version: '2026-03-10' examples: - default: &243 + default: &244 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -33780,8 +33790,8 @@ paths: site_admin: false truncated: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -33856,7 +33866,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &245 title: Gist Simple description: Gist Simple type: object @@ -33873,7 +33883,7 @@ paths: url: type: string format: uri - user: &875 + user: &876 title: Public User description: Public User type: object @@ -34243,7 +34253,7 @@ paths: path: "/properties/history" version: '2026-03-10' examples: - default: &245 + default: &246 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -34325,7 +34335,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -34347,7 +34357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-public-gists parameters: - - *241 + - *242 - *17 - *19 responses: @@ -34357,13 +34367,13 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34381,7 +34391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-starred-gists parameters: - - *241 + - *242 - *17 - *19 responses: @@ -34391,13 +34401,13 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34420,7 +34430,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#get-a-gist parameters: - - &246 + - &247 name: gist_id description: The unique identifier of the gist. in: path @@ -34432,10 +34442,10 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 - '403': &249 + default: *246 + '403': &250 description: Forbidden Gist content: application/json: @@ -34457,7 +34467,7 @@ paths: documentation_url: type: string '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34482,7 +34492,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#update-a-gist parameters: - - *246 + - *247 requestBody: required: true content: @@ -34542,9 +34552,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - updateGist: *245 + updateGist: *246 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -34702,12 +34712,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#delete-a-gist parameters: - - *246 + - *247 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -34730,7 +34740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#list-gist-comments parameters: - - *246 + - *247 - *17 - *19 responses: @@ -34740,7 +34750,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 title: Gist Comment description: A comment made to a gist. type: object @@ -34775,7 +34785,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *231 + author_association: *232 required: - url - id @@ -34815,8 +34825,8 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 x-github: @@ -34839,7 +34849,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#create-a-gist-comment parameters: - - *246 + - *247 requestBody: required: true content: @@ -34864,9 +34874,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &248 + default: &249 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -34899,7 +34909,7 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -34923,8 +34933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#get-a-gist-comment parameters: - - *246 - - &250 + - *247 + - &251 name: comment_id description: The unique identifier of the comment. in: path @@ -34937,12 +34947,12 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 - '304': *37 + default: *249 + '304': *38 '404': *6 - '403': *249 + '403': *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34963,8 +34973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#update-a-gist-comment parameters: - - *246 - - *250 + - *247 + - *251 requestBody: required: true content: @@ -34989,9 +34999,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 '404': *6 x-github: githubCloudOnly: false @@ -35008,12 +35018,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/comments#delete-a-gist-comment parameters: - - *246 - - *250 + - *247 + - *251 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -35032,7 +35042,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gist-commits parameters: - - *246 + - *247 - *17 - *19 responses: @@ -35115,7 +35125,7 @@ paths: schema: type: string '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -35133,7 +35143,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gist-forks parameters: - - *246 + - *247 - *17 - *19 responses: @@ -35143,7 +35153,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -35189,9 +35199,9 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -35208,13 +35218,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#fork-a-gist parameters: - - *246 + - *247 responses: '201': description: Response content: application/json: - schema: *242 + schema: *243 examples: default: value: @@ -35273,7 +35283,7 @@ paths: type: string '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -35291,7 +35301,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *246 + - *247 responses: '204': description: Response if gist is starred @@ -35303,7 +35313,7 @@ paths: type: object properties: {} additionalProperties: false - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -35321,12 +35331,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#star-a-gist parameters: - - *246 + - *247 responses: '204': description: Response '404': *6 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -35343,11 +35353,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#unstar-a-gist parameters: - - *246 + - *247 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 x-github: @@ -35371,7 +35381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#get-a-gist-revision parameters: - - *246 + - *247 - name: sha in: path required: true @@ -35382,9 +35392,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '422': *15 '404': *6 '403': *29 @@ -35424,7 +35434,7 @@ paths: - Bancha - C - C++ - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35509,7 +35519,7 @@ paths: *.exe *.out *.app - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35545,7 +35555,7 @@ paths: type: array items: allOf: - - *80 + - *81 - type: object properties: custom_properties: @@ -35680,9 +35690,9 @@ paths: environment: production service: web headers: - Link: *47 + Link: *48 '403': *29 - '304': *37 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -35764,7 +35774,7 @@ paths: - closed - all default: open - - &407 + - &408 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -35782,8 +35792,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - name: collab in: query required: false @@ -35813,9 +35823,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: &408 + default: &409 value: - id: 1 node_id: MDU6SXNzdWUx @@ -36060,9 +36070,9 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -36099,8 +36109,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 examples: default: value: @@ -36139,7 +36149,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36324,7 +36334,7 @@ paths: featured: true '403': *29 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36385,7 +36395,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &251 + X-CommonMarker-Version: &252 example: 0.17.4 schema: type: string @@ -36397,7 +36407,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36440,7 +36450,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *251 + X-CommonMarker-Version: *252 content: text/html: schema: @@ -36449,7 +36459,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36469,7 +36479,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &254 + - &255 name: account_id description: account_id parameter in: path @@ -36481,7 +36491,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &254 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -36511,7 +36521,7 @@ paths: nullable: true id: type: integer - plan: &252 + plan: &253 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -36600,7 +36610,7 @@ paths: nullable: true updated_at: type: string - plan: *252 + plan: *253 required: - url - id @@ -36608,7 +36618,7 @@ paths: - login - marketplace_purchase examples: - default: &255 + default: &256 value: url: https://api.github.com/orgs/github type: Organization @@ -36693,9 +36703,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: &256 + default: &257 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -36713,7 +36723,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 + Link: *48 '404': *6 '401': *25 x-github: @@ -36735,14 +36745,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &257 + - &258 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &258 + - &259 name: sort description: The property to sort the results by. in: query @@ -36772,9 +36782,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: &259 + default: &260 value: - url: https://api.github.com/orgs/github type: Organization @@ -36825,7 +36835,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 + Link: *48 '404': *6 '422': *15 '401': *25 @@ -36848,15 +36858,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *255 + default: *256 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -36888,11 +36898,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *256 + default: *257 headers: - Link: *47 + Link: *48 '401': *25 x-github: githubCloudOnly: false @@ -36913,8 +36923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *257 - *258 + - *259 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -36934,11 +36944,11 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *259 + default: *260 headers: - Link: *47 + Link: *48 '401': *25 x-github: githubCloudOnly: false @@ -37181,7 +37191,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37200,14 +37210,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: - - &511 + - &512 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &512 + - &513 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -37224,7 +37234,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -37268,8 +37278,8 @@ paths: created_at: '2022-06-08T23:29:25Z' '404': *6 '403': *29 - '304': *37 - '301': &517 + '304': *38 + '301': &518 description: Moved permanently content: application/json: @@ -37308,7 +37318,7 @@ paths: schema: type: boolean default: false - - *241 + - *242 - &760 name: before description: 'Only show notifications updated before the given time. This @@ -37334,18 +37344,18 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Thread description: Thread type: object properties: id: type: string - repository: &295 + repository: &296 title: Minimal Repository description: Minimal Repository type: object - properties: &371 + properties: &372 id: type: integer format: int64 @@ -37601,7 +37611,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *38 + code_of_conduct: *39 license: type: object properties: @@ -37631,7 +37641,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &454 + security_and_analysis: &455 nullable: true type: object properties: @@ -37759,7 +37769,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &372 + required: &373 - archive_url - assignees_url - blobs_url @@ -37806,7 +37816,7 @@ paths: - teams_url - trees_url - url - x-github-breaking-changes: &373 + x-github-breaking-changes: &374 - changeset: remove_has_downloads patch: properties: @@ -37935,8 +37945,8 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -38000,7 +38010,7 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -38019,7 +38029,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#get-a-thread parameters: - - &262 + - &263 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -38033,7 +38043,7 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: default: value: @@ -38116,7 +38126,7 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -38136,11 +38146,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-a-thread-as-read parameters: - - *262 + - *263 responses: '205': description: Reset Content - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -38159,7 +38169,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-a-thread-as-done parameters: - - *262 + - *263 responses: '204': description: No content @@ -38182,13 +38192,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *262 + - *263 responses: '200': description: Response content: application/json: - schema: &263 + schema: &264 title: Thread Subscription description: Thread Subscription type: object @@ -38225,7 +38235,7 @@ paths: - url - subscribed examples: - default: &264 + default: &265 value: subscribed: true ignored: false @@ -38233,7 +38243,7 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -38256,7 +38266,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#set-a-thread-subscription parameters: - - *262 + - *263 requestBody: required: false content: @@ -38277,10 +38287,10 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 - '304': *37 + default: *265 + '304': *38 '403': *29 '401': *25 x-github: @@ -38302,11 +38312,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#delete-a-thread-subscription parameters: - - *262 + - *263 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -38397,15 +38407,15 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38450,7 +38460,7 @@ paths: type: integer custom_roles: type: array - items: &349 + items: &350 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -38498,7 +38508,7 @@ paths: - created_at - updated_at examples: - default: &350 + default: &351 value: id: 8030 name: Security Engineer @@ -38558,13 +38568,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &266 + schema: &267 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -38575,7 +38585,7 @@ paths: type: integer example: 14 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -38597,14 +38607,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *266 + schema: *267 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -38631,13 +38641,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &267 + schema: &268 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -38648,7 +38658,7 @@ paths: type: integer example: 10 examples: - default: *46 + default: *47 '403': *29 '404': *6 x-github: @@ -38670,14 +38680,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *267 + schema: *268 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -38708,7 +38718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties-for-orgs#get-all-custom-property-values-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -38716,7 +38726,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: &767 value: @@ -38752,7 +38762,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties-for-orgs#create-or-update-custom-property-values-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -38764,7 +38774,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the organization. - items: *163 + items: *164 required: - properties examples: @@ -38809,13 +38819,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &268 + schema: &269 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -39154,7 +39164,7 @@ paths: path: "/properties/secret_scanning_push_protection_custom_link_enabled" version: '2026-03-10' examples: - default-response: &269 + default-response: &270 value: login: github id: 1 @@ -39262,7 +39272,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#update-an-organization parameters: - - *89 + - *90 requestBody: required: false content: @@ -39485,18 +39495,18 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '422': description: Validation failed content: application/json: schema: oneOf: - - *270 - *271 - '409': *121 + - *272 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39529,9 +39539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#delete-an-organization parameters: - - *89 + - *90 responses: - '202': *39 + '202': *40 '404': *6 '403': *29 x-github: @@ -39560,17 +39570,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39591,7 +39601,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -39609,7 +39619,7 @@ paths: type: integer repository_cache_usages: type: array - items: &524 + items: &525 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -39644,7 +39654,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39664,7 +39674,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -39682,11 +39692,11 @@ paths: type: integer runners: type: array - items: *48 + items: *49 examples: - default: *274 + default: *275 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39704,7 +39714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -39781,9 +39791,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -39803,7 +39813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -39819,9 +39829,9 @@ paths: type: integer images: type: array - items: *49 + items: *50 examples: - default: *51 + default: *52 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39841,16 +39851,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *89 - - *50 + - *90 + - *51 responses: '200': description: Response content: application/json: - schema: *49 + schema: *50 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39869,8 +39879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *89 - - *50 + - *90 + - *51 responses: '204': description: Response @@ -39893,8 +39903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - - *50 - - *89 + - *51 + - *90 responses: '200': description: Response @@ -39910,9 +39920,9 @@ paths: type: integer image_versions: type: array - items: *52 + items: *53 examples: - default: *51 + default: *52 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39932,17 +39942,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *89 - - *50 - - *53 + - *90 + - *51 + - *54 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39961,9 +39971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *89 - - *50 - - *53 + - *90 + - *51 + - *54 responses: '204': description: Response @@ -39984,7 +39994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -40000,9 +40010,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40020,7 +40030,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -40036,9 +40046,9 @@ paths: type: integer images: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40055,15 +40065,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *278 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40081,7 +40091,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -40097,9 +40107,9 @@ paths: type: integer machine_specs: type: array - items: *56 + items: *57 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40117,7 +40127,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -40161,18 +40171,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 responses: '200': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40190,8 +40200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 requestBody: required: true content: @@ -40257,9 +40267,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -40275,16 +40285,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *58 + - *90 + - *59 responses: '202': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -40304,7 +40314,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: A JSON array of OIDC custom property inclusions @@ -40312,7 +40322,7 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: default: value: @@ -40337,22 +40347,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *280 + schema: *281 examples: - default: *60 + default: *61 responses: '201': description: OIDC custom property inclusion created content: application/json: - schema: *59 + schema: *60 examples: - default: *60 + default: *61 '400': description: Invalid input '403': *29 @@ -40376,7 +40386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-organization parameters: - - *89 + - *90 - name: custom_property_name in: path required: true @@ -40409,7 +40419,7 @@ 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-an-organization parameters: - - *89 + - *90 responses: '200': description: A JSON serialized template for OIDC subject claim customization @@ -40435,7 +40445,7 @@ paths: required: - include_claim_keys examples: - default: &281 + default: &282 value: include_claim_keys: - repo @@ -40457,7 +40467,7 @@ 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-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -40480,13 +40490,13 @@ paths: format. type: boolean examples: - default: *281 + default: *282 responses: '201': description: Empty response content: application/json: - schema: &306 + schema: &307 title: Empty Object description: An object without any properties. type: object @@ -40516,7 +40526,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -40525,7 +40535,7 @@ paths: schema: type: object properties: - enabled_repositories: &283 + enabled_repositories: &284 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -40538,9 +40548,9 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: *62 - selected_actions_url: *282 - sha_pinning_required: *63 + allowed_actions: *63 + selected_actions_url: *283 + sha_pinning_required: *64 required: - enabled_repositories examples: @@ -40570,7 +40580,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40581,9 +40591,9 @@ paths: schema: type: object properties: - enabled_repositories: *283 - allowed_actions: *62 - sha_pinning_required: *63 + enabled_repositories: *284 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled_repositories examples: @@ -40611,13 +40621,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: response: summary: Example response @@ -40643,12 +40653,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *285 + schema: *286 examples: application/json: value: @@ -40658,7 +40668,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -40678,15 +40688,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *286 + default: *287 '404': *6 x-github: enabledForGitHubApps: true @@ -40705,7 +40715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -40715,7 +40725,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -40737,15 +40747,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *65 + default: *66 '403': *29 '404': *6 x-github: @@ -40763,14 +40773,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *288 + schema: *289 examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -40800,7 +40810,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -40818,9 +40828,9 @@ paths: type: number repositories: type: array - items: *80 + items: *81 examples: - default: &290 + default: &291 value: total_count: 1 repositories: @@ -40960,7 +40970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -41004,8 +41014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - &289 + - *90 + - &290 name: repository_id description: The unique identifier of the repository. in: path @@ -41033,8 +41043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -41057,15 +41067,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *68 + default: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41088,7 +41098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -41096,9 +41106,9 @@ paths: required: false content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41118,7 +41128,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -41166,7 +41176,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -41193,7 +41203,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -41213,7 +41223,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -41228,9 +41238,9 @@ paths: type: integer repositories: type: array - items: *80 + items: *81 examples: - default: *290 + default: *291 '403': *29 '404': *6 x-github: @@ -41250,7 +41260,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -41298,14 +41308,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -41325,14 +41335,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No content '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: enabledForGitHubApps: true @@ -41354,15 +41364,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41383,7 +41393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Success response @@ -41394,9 +41404,9 @@ paths: required: false content: application/json: - schema: *292 + schema: *293 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41416,7 +41426,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *89 + - *90 - *17 - *19 - name: visible_to_repository @@ -41441,7 +41451,7 @@ paths: type: number runner_groups: type: array - items: &293 + items: &294 type: object properties: id: @@ -41557,7 +41567,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -41629,9 +41639,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: &294 + default: &295 value: id: 2 name: octo-runner-group @@ -41666,14 +41676,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -41709,8 +41719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -41764,9 +41774,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41785,8 +41795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *89 - - *74 + - *90 + - *75 responses: '204': description: Response @@ -41809,8 +41819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *17 - *19 responses: @@ -41828,11 +41838,11 @@ paths: type: number runners: type: array - items: *48 + items: *49 examples: - default: *274 + default: *275 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41852,8 +41862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *19 - *17 responses: @@ -41871,9 +41881,9 @@ paths: type: number repositories: type: array - items: *295 + items: *296 examples: - default: &347 + default: &348 value: total_count: 1 repositories: @@ -42125,8 +42135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -42170,9 +42180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 - - *289 + - *90 + - *75 + - *290 responses: '204': description: Response @@ -42194,9 +42204,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *74 - - *289 + - *90 + - *75 + - *290 responses: '204': description: Response @@ -42219,8 +42229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 - *17 - *19 responses: @@ -42238,11 +42248,11 @@ paths: type: number runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -42261,8 +42271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *74 + - *90 + - *75 requestBody: required: true content: @@ -42306,9 +42316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *89 - - *74 - - *77 + - *90 + - *75 + - *78 responses: '204': description: Response @@ -42330,9 +42340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *89 - - *74 - - *77 + - *90 + - *75 + - *78 responses: '204': description: Response @@ -42362,7 +42372,7 @@ paths: in: query schema: type: string - - *89 + - *90 - *17 - *19 responses: @@ -42380,11 +42390,11 @@ paths: type: integer runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42406,7 +42416,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -42414,9 +42424,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42438,7 +42448,7 @@ 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-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -42481,10 +42491,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42512,15 +42522,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42548,15 +42558,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42578,16 +42588,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42608,8 +42618,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: '204': description: Response @@ -42635,10 +42645,10 @@ 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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: - '200': *83 + '200': *84 '404': *6 x-github: githubCloudOnly: false @@ -42660,8 +42670,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 requestBody: required: true content: @@ -42685,7 +42695,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42709,8 +42719,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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 requestBody: required: true content: @@ -42735,7 +42745,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42759,10 +42769,10 @@ 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-an-organization parameters: - - *89 - - *77 + - *90 + - *78 responses: - '200': *302 + '200': *303 '404': *6 x-github: githubCloudOnly: false @@ -42789,11 +42799,11 @@ 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-an-organization parameters: - - *89 - - *77 - - *303 + - *90 + - *78 + - *304 responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -42818,7 +42828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -42836,7 +42846,7 @@ paths: type: integer secrets: type: array - items: &304 + items: &305 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -42868,7 +42878,7 @@ paths: - updated_at - visibility examples: - default: &310 + default: &311 value: total_count: 3 secrets: @@ -42886,7 +42896,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42909,13 +42919,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &311 + schema: &312 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -42944,7 +42954,7 @@ paths: - key_id - key examples: - default: &312 + default: &313 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -42969,8 +42979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-organization-secret parameters: - - *89 - - &305 + - *90 + - &306 name: secret_name description: The name of the secret. in: path @@ -42982,9 +42992,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: &313 + default: &314 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -43012,8 +43022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -43070,7 +43080,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -43096,8 +43106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -43123,8 +43133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -43142,9 +43152,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: &309 + default: &310 value: total_count: 1 repositories: @@ -43236,8 +43246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -43289,8 +43299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -43323,8 +43333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -43356,8 +43366,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-organization-variables parameters: - - *89 - - &314 + - *90 + - &315 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -43381,7 +43391,7 @@ paths: type: integer variables: type: array - items: &307 + items: &308 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -43424,7 +43434,7 @@ paths: - updated_at - visibility examples: - default: &315 + default: &316 value: total_count: 3 variables: @@ -43445,7 +43455,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43466,7 +43476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-an-organization-variable parameters: - - *89 + - *90 requestBody: required: true content: @@ -43514,7 +43524,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -43539,8 +43549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-an-organization-variable parameters: - - *89 - - &308 + - *90 + - &309 name: name description: The name of the variable. in: path @@ -43552,9 +43562,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &316 + default: &317 value: name: USERNAME value: octocat @@ -43582,8 +43592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -43645,8 +43655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '204': description: Response @@ -43672,8 +43682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - *19 - *17 responses: @@ -43691,9 +43701,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '409': description: Response when the visibility of the variable is not set to `selected` @@ -43719,8 +43729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -43769,8 +43779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -43804,8 +43814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -43839,7 +43849,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -43857,11 +43867,11 @@ paths: type: integer secrets: type: array - items: *304 + items: *305 examples: - default: *310 + default: *311 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43884,15 +43894,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43914,16 +43924,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43945,8 +43955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -44003,7 +44013,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -44029,8 +44039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -44056,8 +44066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -44075,9 +44085,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44100,8 +44110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -44153,8 +44163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -44187,8 +44197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -44221,8 +44231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-organization-variables parameters: - - *89 - - *314 + - *90 + - *315 - *19 responses: '200': @@ -44239,11 +44249,11 @@ paths: type: integer variables: type: array - items: *307 + items: *308 examples: - default: *315 + default: *316 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44264,7 +44274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#create-an-organization-variable parameters: - - *89 + - *90 requestBody: required: true content: @@ -44312,7 +44322,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -44337,16 +44347,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#get-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44367,8 +44377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#update-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -44430,8 +44440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#delete-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 responses: '204': description: Response @@ -44457,8 +44467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - *19 - *17 responses: @@ -44476,9 +44486,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '409': description: Response when the visibility of the variable is not set to `selected` @@ -44504,8 +44514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#set-selected-repositories-for-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 requestBody: required: true content: @@ -44554,8 +44564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#add-selected-repository-to-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -44589,8 +44599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#remove-selected-repository-from-an-organization-variable parameters: - - *89 - - *308 + - *90 + - *309 - name: repository_id in: path required: true @@ -44621,15 +44631,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44648,19 +44658,19 @@ paths: required: true content: application/json: - schema: *317 + schema: *318 examples: - default: *87 + default: *88 parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *88 + schema: *89 examples: - default: *87 + default: *88 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44676,7 +44686,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -44709,7 +44719,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *89 + - *90 requestBody: required: true content: @@ -44832,7 +44842,7 @@ paths: type: integer deployment_records: type: array - items: &318 + items: &319 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -44878,7 +44888,7 @@ paths: required: - total_count examples: - default: &319 + default: &320 value: total_count: 1 deployment_records: @@ -44919,7 +44929,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *89 + - *90 - name: cluster in: path description: The cluster name. @@ -45058,11 +45068,11 @@ paths: type: integer deployment_records: type: array - items: *318 + items: *319 required: - total_count examples: - default: *319 + default: *320 '403': description: Forbidden content: @@ -45109,7 +45119,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *89 + - *90 requestBody: required: true content: @@ -45276,7 +45286,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *89 + - *90 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -45301,9 +45311,9 @@ paths: type: integer deployment_records: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45323,7 +45333,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *89 + - *90 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -45406,9 +45416,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 requestBody: required: true content: @@ -45432,12 +45442,12 @@ paths: required: - subject_digests examples: - default: &908 + default: &909 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &909 + withPredicateType: &910 value: subject_digests: - sha256:abc123 @@ -45495,7 +45505,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &910 + default: &911 value: attestations_subject_digests: - sha256:abc: @@ -45619,7 +45629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *89 + - *90 requestBody: required: true content: @@ -45684,7 +45694,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *89 + - *90 - name: subject_digest description: Subject Digest in: path @@ -45717,9 +45727,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestation-repositories parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -45767,7 +45777,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#delete-attestations-by-id parameters: - - *89 + - *90 - name: attestation_id description: Attestation ID in: path @@ -45803,9 +45813,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/attestations#list-attestations parameters: - *17 - - *110 - *111 - - *89 + - *112 + - *90 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -45860,7 +45870,7 @@ paths: initiator: type: string examples: - default: &557 + default: &558 value: attestations: - bundle: @@ -45992,7 +46002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *89 + - *90 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -46000,10 +46010,10 @@ paths: required: false schema: type: string - - *320 - - *131 + - *321 - *132 - *133 + - *134 - *17 responses: '200': @@ -46012,9 +46022,9 @@ paths: application/json: schema: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46031,7 +46041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -46043,7 +46053,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46062,8 +46072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: If the user is blocked @@ -46088,8 +46098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -46109,8 +46119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -46136,17 +46146,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *89 - - &325 + - *90 + - &326 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *105 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -46156,11 +46166,11 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -46181,12 +46191,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -46196,11 +46206,11 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -46217,15 +46227,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *89 + - *90 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &329 + schema: &330 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -46251,7 +46261,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -46282,7 +46292,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *328 + items: *329 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -46300,7 +46310,7 @@ paths: type: string format: date-time nullable: true - state: *329 + state: *330 contact_link: description: The contact link of the campaign. type: string @@ -46395,9 +46405,9 @@ paths: closed_at: state: open headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46421,7 +46431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -46520,9 +46530,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -46571,7 +46581,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46593,7 +46603,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -46605,16 +46615,16 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46635,7 +46645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#update-a-campaign parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -46684,7 +46694,7 @@ paths: type: string format: uri nullable: true - state: *329 + state: *330 examples: default: value: @@ -46694,9 +46704,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '400': description: Bad Request content: @@ -46708,7 +46718,7 @@ paths: content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46729,7 +46739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *89 + - *90 - name: campaign_number description: The campaign number. in: path @@ -46740,7 +46750,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46762,20 +46772,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *89 - - *332 + - *90 - *333 - - *110 + - *334 - *111 + - *112 - *19 - *17 - - *112 + - *113 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *334 + schema: *335 - name: sort description: The property by which to sort the results. in: query @@ -46791,7 +46801,7 @@ paths: be returned. in: query required: false - schema: &583 + schema: &584 type: string description: Severity of a code scanning alert. enum: @@ -46817,13 +46827,13 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46845,7 +46855,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *89 + - *90 - name: target_type in: query description: The target type of the code security configuration @@ -46864,8 +46874,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 responses: '200': description: Response @@ -46873,7 +46883,7 @@ paths: application/json: schema: type: array - items: *116 + items: *117 examples: default: value: @@ -46951,7 +46961,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *89 + - *90 requestBody: required: true content: @@ -47038,7 +47048,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *120 + code_scanning_options: *121 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -47047,7 +47057,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *119 + code_scanning_default_setup_options: *120 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -47192,9 +47202,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *116 + schema: *117 examples: - default: *337 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47216,16 +47226,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 - '304': *37 + default: *340 + '304': *38 '403': *29 '404': *6 x-github: @@ -47250,7 +47260,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -47278,11 +47288,11 @@ paths: - 32 - 91 responses: - '204': *130 + '204': *131 '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47304,17 +47314,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *337 - '304': *37 + default: *338 + '304': *38 '403': *29 '404': *6 x-github: @@ -47337,8 +47347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -47425,8 +47435,8 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *119 - code_scanning_options: *120 + code_scanning_default_setup_options: *120 + code_scanning_options: *121 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -47558,7 +47568,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *116 + schema: *117 examples: default: value: @@ -47617,14 +47627,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 responses: - '204': *130 + '204': *131 '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47648,8 +47658,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -47688,7 +47698,7 @@ paths: - 32 - 91 responses: - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47712,8 +47722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *89 - - *118 + - *90 + - *119 requestBody: required: true content: @@ -47753,12 +47763,12 @@ paths: - none - private_and_internal - public - configuration: *116 + configuration: *117 examples: default: value: default_for_new_repos: all - configuration: *337 + configuration: *338 '403': *29 '404': *6 x-github: @@ -47782,8 +47792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *89 - - *118 + - *90 + - *119 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -47792,8 +47802,8 @@ paths: schema: type: integer default: 30 - - *110 - *111 + - *112 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -47811,13 +47821,13 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *341 + repository: *342 '403': *29 '404': *6 x-github: @@ -47841,7 +47851,7 @@ paths: parameters: - *17 - *19 - - *89 + - *90 responses: '200': description: Response @@ -47857,7 +47867,7 @@ paths: type: integer codespaces: type: array - items: &409 + items: &410 type: object title: Codespace description: A codespace. @@ -47882,12 +47892,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *295 + repository: *296 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &615 + properties: &616 name: type: string description: The name of the machine. @@ -47929,7 +47939,7 @@ paths: - ready - in_progress nullable: true - required: &616 + required: &617 - name - display_name - operating_system @@ -48134,7 +48144,7 @@ paths: - pulls_url - recent_folders examples: - default: &410 + default: &411 value: total_count: 3 codespaces: @@ -48543,8 +48553,8 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -48566,7 +48576,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -48605,12 +48615,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48633,7 +48643,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -48660,12 +48670,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48688,7 +48698,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *89 + - *90 requestBody: required: true content: @@ -48714,12 +48724,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *37 + '304': *38 '400': description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48740,7 +48750,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -48758,7 +48768,7 @@ paths: type: integer secrets: type: array - items: &342 + items: &343 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -48797,7 +48807,7 @@ paths: - updated_at - visibility examples: - default: &617 + default: &618 value: total_count: 2 secrets: @@ -48810,7 +48820,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48829,13 +48839,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &618 + schema: &619 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -48864,7 +48874,7 @@ paths: - key_id - key examples: - default: &619 + default: &620 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48887,23 +48897,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &621 + default: &622 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48923,8 +48933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -48979,7 +48989,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -49005,8 +49015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -49031,8 +49041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -49050,9 +49060,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 '404': *6 x-github: githubCloudOnly: false @@ -49074,8 +49084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -49125,8 +49135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -49159,8 +49169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -49196,7 +49206,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-organization-copilot-spaces parameters: - - *89 + - *90 - name: per_page description: The number of results per page (max 100). in: query @@ -49230,7 +49240,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: &343 + items: &344 title: Space description: A GitHub Copilot Space represents an interactive AI workspace where users can ask questions and get assistance. @@ -49278,7 +49288,7 @@ paths: owner: anyOf: - *4 - - *75 + - *76 description: The user or organization that owns this space. creator: *4 created_at: @@ -49493,7 +49503,7 @@ paths: html_url: https://github.com/copilot/spaces/octo-org/4 api_url: https://api.github.com/organizations/1/copilot-spaces/4 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -49517,7 +49527,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-an-organization-copilot-space parameters: - - *89 + - *90 requestBody: required: true content: @@ -49611,9 +49621,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 summary: Example response for an organization copilot space value: id: 84 @@ -49706,7 +49716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49718,9 +49728,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '403': *29 '404': *6 x-github: @@ -49744,7 +49754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49846,9 +49856,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '403': *29 '404': *6 '422': *15 @@ -49875,7 +49885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49911,7 +49921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -49931,7 +49941,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: &345 + items: &346 title: Copilot Space Collaborator description: A collaborator (user or team) of a Copilot Space type: object @@ -50103,7 +50113,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50154,7 +50164,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: user: value: @@ -50234,7 +50244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50284,7 +50294,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: user: value: @@ -50366,7 +50376,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50415,7 +50425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50435,7 +50445,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: &346 + items: &347 title: Copilot Space Resource description: A resource attached to a Copilot Space. type: object @@ -50524,7 +50534,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50578,7 +50588,7 @@ paths: description: Resource created content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50594,7 +50604,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50631,7 +50641,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50649,7 +50659,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50683,7 +50693,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50718,7 +50728,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50753,7 +50763,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-an-organization-copilot-space parameters: - - *89 + - *90 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -50796,7 +50806,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: OK @@ -50905,7 +50915,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50937,7 +50947,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *89 + - *90 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -50960,12 +50970,12 @@ paths: currently being billed. seats: type: array - items: *154 + items: *155 examples: - default: *155 + default: *156 headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -50998,7 +51008,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -51040,7 +51050,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51076,7 +51086,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -51118,7 +51128,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51156,7 +51166,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -51197,7 +51207,7 @@ paths: default: value: seats_created: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51233,7 +51243,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -51275,7 +51285,7 @@ paths: default: value: seats_cancelled: 5 - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51311,7 +51321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#get-copilot-cloud-agent-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -51348,7 +51358,7 @@ paths: summary: No repositories enabled value: enabled_repositories: none - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51376,7 +51386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-copilot-cloud-agent-permissions-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -51401,7 +51411,7 @@ paths: responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51431,7 +51441,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#list-repositories-enabled-for-copilot-cloud-agent-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -51446,17 +51456,17 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 required: - total_count - repositories examples: - default: *347 - '500': *40 + default: *348 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51480,7 +51490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#set-selected-repositories-for-copilot-cloud-agent-in-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -51506,11 +51516,11 @@ paths: responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: githubCloudOnly: false @@ -51536,16 +51546,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#enable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 x-github: githubCloudOnly: false @@ -51570,16 +51580,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-coding-agent-management#disable-a-repository-for-copilot-cloud-agent-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: No Content - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51610,7 +51620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#get-copilot-content-exclusion-rules-for-an-organization parameters: - - *89 + - *90 responses: '200': description: OK @@ -51630,7 +51640,7 @@ paths: value: octo-repo: - "/src/some-dir/kernel.rs" - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -51663,7 +51673,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-content-exclusion-management#set-copilot-content-exclusion-rules-for-an-organization parameters: - - *89 + - *90 requestBody: description: The content exclusion rules to set required: true @@ -51715,11 +51725,11 @@ paths: default: value: message: Content exclusion rules updated successfully. - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 - '413': *348 + '413': *349 '422': *7 x-github: githubCloudOnly: @@ -51746,18 +51756,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51785,16 +51795,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-usage-metrics parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -51822,18 +51832,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-user-teams-report-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51861,18 +51871,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day parameters: - - *89 - - *125 + - *90 + - *126 responses: '200': description: Response content: application/json: - schema: *126 + schema: *127 examples: - default: *127 - '204': *130 - '500': *40 + default: *128 + '204': *131 + '500': *41 '403': *29 '404': *6 x-github: @@ -51900,16 +51910,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 - '500': *40 + default: *130 + '500': *41 '403': *29 '404': *6 x-github: @@ -51933,7 +51943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -52113,7 +52123,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *89 + - *90 - name: credential_id in: path required: true @@ -52144,7 +52154,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response - list of custom role names @@ -52159,7 +52169,7 @@ paths: type: integer custom_roles: type: array - items: *349 + items: *350 examples: default: value: @@ -52246,12 +52256,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: &351 + schema: &352 type: object properties: name: @@ -52292,9 +52302,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -52318,16 +52328,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '404': *6 x-github: githubCloudOnly: true @@ -52349,13 +52359,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: application/json: - schema: &352 + schema: &353 type: object properties: name: @@ -52393,9 +52403,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -52419,8 +52429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -52448,12 +52458,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *351 + schema: *352 examples: default: value: @@ -52467,9 +52477,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -52499,16 +52509,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '404': *6 x-github: githubCloudOnly: true @@ -52536,13 +52546,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -52557,9 +52567,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '422': *15 '404': *6 x-github: @@ -52589,8 +52599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -52618,13 +52628,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *89 - - *353 + - *90 - *354 - *355 - *356 - *357 - *358 + - *359 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -52654,7 +52664,7 @@ paths: enum: - patch - deployment - - *359 + - *360 - name: runtime_risk in: query description: |- @@ -52663,11 +52673,11 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *360 - *361 - - *112 - - *110 + - *362 + - *113 - *111 + - *112 - *17 responses: '200': @@ -52676,10 +52686,10 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *363 - '304': *37 + default: *364 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -52704,7 +52714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *89 + - *90 - name: page in: query description: The page number of results to fetch. @@ -52727,9 +52737,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 '403': *29 '404': *6 x-github: @@ -52760,7 +52770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -52826,7 +52836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *89 + - *90 requestBody: required: true content: @@ -52874,7 +52884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -52892,7 +52902,7 @@ paths: type: integer secrets: type: array - items: &366 + items: &367 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -52942,7 +52952,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52963,13 +52973,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &652 + schema: &653 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -52986,7 +52996,7 @@ paths: - key_id - key examples: - default: &653 + default: &654 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -53009,14 +53019,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -53044,8 +53054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -53102,7 +53112,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -53134,8 +53144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -53159,8 +53169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - *19 - *17 responses: @@ -53178,9 +53188,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53201,8 +53211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -53252,8 +53262,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -53284,8 +53294,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *305 + - *90 + - *306 - name: repository_id in: path required: true @@ -53321,8 +53331,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *89 - - &662 + - *90 + - &663 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -53330,7 +53340,7 @@ paths: required: false schema: type: string - - &663 + - &664 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -53338,7 +53348,7 @@ paths: required: false schema: type: string - - &664 + - &665 name: time_period description: |- The time period to filter by. @@ -53354,7 +53364,7 @@ paths: - week - month default: month - - &665 + - &666 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -53369,7 +53379,7 @@ paths: - denied - all default: all - - *325 + - *326 - *17 - *19 responses: @@ -53379,7 +53389,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -53485,7 +53495,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &368 + items: &369 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -53535,7 +53545,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &667 + default: &668 value: - id: 21 number: 42 @@ -53600,7 +53610,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/orgs/{org}/dismissal-requests/dependabot": get: summary: List dismissal requests for Dependabot alerts for an organization @@ -53622,12 +53632,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -53637,7 +53647,7 @@ paths: application/json: schema: type: array - items: &668 + items: &669 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -53743,7 +53753,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *368 + items: *369 url: type: string format: uri @@ -53754,7 +53764,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &669 + default: &670 value: - id: 21 number: 42 @@ -53820,7 +53830,7 @@ paths: html_url: https://github.com/octo-org/smile/security/dependabot/2 '404': *6 '403': *29 - '500': *40 + '500': *41 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -53841,12 +53851,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *89 - - *325 - - *105 + - *90 + - *326 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -53856,12 +53866,12 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 '404': *6 '403': *29 - '500': *40 + '500': *41 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -53876,7 +53886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -53884,7 +53894,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Package description: A software package type: object @@ -53934,9 +53944,9 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *371 - required: *372 - x-github-breaking-changes: *373 + properties: *372 + required: *373 + x-github-breaking-changes: *374 nullable: true created_at: type: string @@ -53955,7 +53965,7 @@ paths: - created_at - updated_at examples: - default: &421 + default: &422 value: - id: 197 name: hello_docker @@ -54033,7 +54043,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-organization-events parameters: - - *89 + - *90 - *17 - *19 responses: @@ -54043,7 +54053,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: 200-response: value: @@ -54116,7 +54126,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#get-an-external-group parameters: - - *89 + - *90 - name: group_id description: The unique identifier of the group. in: path @@ -54142,7 +54152,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &509 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -54223,7 +54233,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &509 + default: &510 value: group_id: '123' group_name: Octocat admins @@ -54261,7 +54271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#list-external-groups-available-to-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -54278,7 +54288,7 @@ paths: description: Response content: application/json: - schema: &505 + schema: &506 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -54315,7 +54325,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &506 + default: &507 value: groups: - group_id: '123' @@ -54350,7 +54360,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-failed-organization-invitations parameters: - - *89 + - *90 - *17 - *19 responses: @@ -54360,7 +54370,7 @@ paths: application/json: schema: type: array - items: &398 + items: &399 title: Organization Invitation description: Organization Invitation type: object @@ -54407,7 +54417,7 @@ paths: - invitation_teams_url - node_id examples: - default: &399 + default: &400 value: - id: 1 login: monalisa @@ -54440,7 +54450,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -54466,7 +54476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -54474,7 +54484,7 @@ paths: application/json: schema: type: array - items: &455 + items: &456 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -54488,7 +54498,7 @@ paths: - name - description examples: - default: &456 + default: &457 value: - name: add_assignee description: Assign or remove a user @@ -54519,7 +54529,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#list-organization-webhooks parameters: - - *89 + - *90 - *17 - *19 responses: @@ -54529,7 +54539,7 @@ paths: application/json: schema: type: array - items: &374 + items: &375 title: Org Hook description: Org Hook type: object @@ -54617,7 +54627,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -54638,7 +54648,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *89 + - *90 requestBody: required: true content: @@ -54698,9 +54708,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 @@ -54744,8 +54754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *89 - - &376 + - *90 + - &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. @@ -54758,9 +54768,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '404': *6 x-github: githubCloudOnly: false @@ -54781,8 +54791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *89 - - *376 + - *90 + - *377 requestBody: required: false content: @@ -54827,7 +54837,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: default: value: @@ -54866,8 +54876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *89 - - *376 + - *90 + - *377 responses: '204': description: Response @@ -54892,8 +54902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *89 - - *376 + - *90 + - *377 responses: '200': description: Response @@ -54921,8 +54931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *89 - - *376 + - *90 + - *377 requestBody: required: false content: @@ -54970,11 +54980,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *89 - - *376 - - *17 + - *90 - *377 + - *17 - *378 + - *379 responses: '200': description: Response @@ -54982,9 +54992,9 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 '400': *14 '422': *15 x-github: @@ -55007,17 +55017,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *89 - - *376 + - *90 + - *377 - *16 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '400': *14 '422': *15 x-github: @@ -55040,11 +55050,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *89 - - *376 + - *90 + - *377 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -55067,8 +55077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *89 - - *376 + - *90 + - *377 responses: '204': description: Response @@ -55090,8 +55100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *89 - - &387 + - *90 + - &388 name: actor_type in: path description: The type of the actor @@ -55104,14 +55114,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`.' @@ -55119,7 +55129,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) @@ -55130,7 +55140,7 @@ paths: type: string - *19 - *17 - - *112 + - *113 - name: sort description: The property to sort the results by. in: query @@ -55212,13 +55222,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-subject-stats parameters: - - *89 - - *383 + - *90 - *384 + - *385 - *19 - *17 - - *112 - - &393 + - *113 + - &394 name: sort description: The property to sort the results by. in: query @@ -55295,15 +55305,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats parameters: - - *89 - - *383 + - *90 - *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 @@ -55319,7 +55329,7 @@ paths: type: integer format: int64 examples: - default: &386 + default: &387 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -55339,24 +55349,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *89 - - &389 + - *90 + - &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 @@ -55374,19 +55384,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *89 - - *383 + - *90 - *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 @@ -55403,10 +55413,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats parameters: - - *89 - - *383 + - *90 - *384 - - &390 + - *385 + - &391 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -55419,7 +55429,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 @@ -55435,7 +55445,7 @@ paths: type: integer format: int64 examples: - default: &392 + default: &393 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -55471,19 +55481,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *89 - - *389 - - *383 - - *384 + - *90 - *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 @@ -55500,20 +55510,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *89 - - *387 + - *90 - *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 @@ -55530,14 +55540,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-user-stats parameters: - - *89 - - *389 - - *383 + - *90 + - *390 - *384 + - *385 - *19 - *17 - - *112 - - *393 + - *113 + - *394 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -55610,7 +55620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *89 + - *90 responses: '200': description: Response @@ -55618,7 +55628,7 @@ paths: application/json: schema: *22 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55641,7 +55651,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -55711,7 +55721,7 @@ paths: suspended_at: suspended_by: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55730,7 +55740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -55738,12 +55748,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 @@ -55768,7 +55778,7 @@ paths: properties: {} additionalProperties: false examples: - default: &397 + default: &398 value: limit: collaborators_only origin: organization @@ -55792,18 +55802,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: &698 + schema: &699 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: @@ -55827,9 +55837,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 '422': *15 x-github: githubCloudOnly: false @@ -55847,7 +55857,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -55873,7 +55883,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-pending-organization-invitations parameters: - - *89 + - *90 - *17 - *19 - name: role @@ -55907,11 +55917,11 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -55933,7 +55943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#create-an-organization-invitation parameters: - - *89 + - *90 requestBody: required: false content: @@ -55987,7 +55997,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -56043,8 +56053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#cancel-an-organization-invitation parameters: - - *89 - - &400 + - *90 + - &401 name: invitation_id description: The unique identifier of the invitation. in: path @@ -56077,8 +56087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-organization-invitation-teams parameters: - - *89 - - *400 + - *90 + - *401 - *17 - *19 responses: @@ -56088,9 +56098,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: &419 + default: &420 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -56106,7 +56116,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -56125,7 +56135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#list-issue-fields-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -56133,7 +56143,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. @@ -56295,7 +56305,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#create-issue-field-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -56386,9 +56396,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &402 + default: &403 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -56443,8 +56453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - - *89 - - &403 + - *90 + - &404 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -56552,9 +56562,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 '404': *6 '422': *7 x-github: @@ -56578,10 +56588,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - - *89 - - *403 + - *90 + - *404 responses: - '204': *130 + '204': *131 '404': *6 '422': *7 x-github: @@ -56601,7 +56611,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -56609,9 +56619,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: &702 + default: &703 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -56647,7 +56657,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -56694,9 +56704,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &405 + default: &406 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -56728,8 +56738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *89 - - &406 + - *90 + - &407 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -56782,9 +56792,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 '404': *6 '422': *7 x-github: @@ -56808,8 +56818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *89 - - *406 + - *90 + - *407 responses: '204': description: Response @@ -56842,7 +56852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *89 + - *90 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -56872,7 +56882,7 @@ paths: - closed - all default: open - - *407 + - *408 - name: type description: Can be the name of an issue type. in: query @@ -56890,8 +56900,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -56901,11 +56911,11 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *408 + default: *409 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -56925,7 +56935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-organization-members parameters: - - *89 + - *90 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -56963,9 +56973,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -56983,8 +56993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response if requester is an organization member and user is @@ -57018,8 +57028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-an-organization-member parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -57051,8 +57061,8 @@ paths: parameters: - *17 - *19 - - *89 - - *151 + - *90 + - *152 responses: '200': description: Response @@ -57068,11 +57078,11 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: - default: *410 - '304': *37 - '500': *40 + default: *411 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -57095,9 +57105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *89 - - *151 - - &411 + - *90 + - *152 + - &412 name: codespace_name in: path required: true @@ -57105,9 +57115,9 @@ paths: schema: type: string responses: - '202': *39 - '304': *37 - '500': *40 + '202': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -57130,17 +57140,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *89 - - *151 - - *411 + - *90 + - *152 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: &614 + default: &615 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -57281,8 +57291,8 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -57313,14 +57323,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *154 + schema: *155 examples: default: value: @@ -57364,7 +57374,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -57389,14 +57399,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '200': description: Response content: application/json: - schema: &412 + schema: &413 title: Org Membership description: Org Membership type: object @@ -57440,7 +57450,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *75 + organization: *76 user: title: Simple User description: A GitHub user. @@ -57463,7 +57473,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 @@ -57535,8 +57545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 requestBody: required: false content: @@ -57564,9 +57574,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: @@ -57596,8 +57606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -57622,7 +57632,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#list-organization-migrations parameters: - - *89 + - *90 - *17 - *19 - name: exclude @@ -57643,7 +57653,7 @@ paths: application/json: schema: type: array - items: &414 + items: &415 title: Migration description: A migration. type: object @@ -57684,7 +57694,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *80 + items: *81 url: type: string format: uri @@ -57737,7 +57747,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *122 + items: *123 version: '2026-03-10' examples: default: @@ -57891,7 +57901,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57907,7 +57917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#start-an-organization-migration parameters: - - *89 + - *90 requestBody: required: true content: @@ -57983,7 +57993,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -58161,8 +58171,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *89 - - &415 + - *90 + - &416 name: migration_id description: The unique identifier of the migration. in: path @@ -58189,7 +58199,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -58358,8 +58368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *89 - - *415 + - *90 + - *416 responses: '302': description: Response @@ -58380,8 +58390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *89 - - *415 + - *90 + - *416 responses: '204': description: Response @@ -58404,9 +58414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *89 - - *415 - - &891 + - *90 + - *416 + - &892 name: repo_name description: repo_name parameter in: path @@ -58433,8 +58443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *89 - - *415 + - *90 + - *416 - *17 - *19 responses: @@ -58444,9 +58454,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: &426 + default: &427 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -58559,7 +58569,7 @@ paths: secret_scanning_delegated_alert_dismissal: status: disabled headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -58574,7 +58584,7 @@ paths: content: application/json: schema: - items: *122 + items: *123 version: '2026-03-10' - changeset: restrict_repo_fields_in_migration_resource patch: @@ -58605,7 +58615,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -58659,7 +58669,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response - list of organization roles @@ -58675,7 +58685,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 @@ -58835,7 +58845,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *89 + - *90 requestBody: required: true content: @@ -58882,7 +58892,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -58911,7 +58921,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -58933,8 +58943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -58959,9 +58969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *89 - - *226 - - *150 + - *90 + - *227 + - *151 responses: '204': description: Response @@ -58990,9 +59000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *89 - - *226 - - *150 + - *90 + - *227 + - *151 responses: '204': description: Response @@ -59017,8 +59027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -59043,9 +59053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *89 + - *90 + - *152 - *151 - - *150 responses: '204': description: Response @@ -59075,9 +59085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *89 + - *90 + - *152 - *151 - - *150 responses: '204': description: Response @@ -59105,14 +59115,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -59169,8 +59179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *89 - - *150 + - *90 + - *151 requestBody: required: true content: @@ -59209,7 +59219,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -59237,7 +59247,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *121 + '409': *122 '404': *6 x-github: githubCloudOnly: true @@ -59262,8 +59272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *89 - - *150 + - *90 + - *151 responses: '204': description: Response @@ -59288,8 +59298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 - *17 - *19 responses: @@ -59367,8 +59377,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 @@ -59400,9 +59410,9 @@ paths: - type - parent examples: - default: *419 + default: *420 headers: - Link: *47 + Link: *48 '404': description: Response if the organization or role does not exist. '422': @@ -59429,8 +59439,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *89 - - *150 + - *90 + - *151 - *17 - *19 responses: @@ -59458,13 +59468,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &495 + items: &496 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 @@ -59559,9 +59569,9 @@ paths: - type - url examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '404': description: Response if the organization or role does not exist. '422': @@ -59583,7 +59593,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *89 + - *90 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -59610,9 +59620,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59635,8 +59645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *89 - - *151 + - *90 + - *152 requestBody: required: false content: @@ -59693,8 +59703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -59751,8 +59761,8 @@ paths: - docker - nuget - container - - *89 - - &892 + - *90 + - &893 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -59788,12 +59798,12 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *421 + default: *422 '403': *29 '401': *25 - '400': &894 + '400': &895 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -59815,7 +59825,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 @@ -59833,20 +59843,20 @@ paths: - docker - nuget - container - - &423 + - &424 name: package_name description: The name of the package. in: path required: true schema: type: string - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -59898,9 +59908,9 @@ 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 - - *89 + - *424 + - *90 responses: '204': description: Response @@ -59932,9 +59942,9 @@ 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 - - *89 + - *424 + - *90 - name: token description: package token schema: @@ -59966,9 +59976,9 @@ 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 - - *89 + - *424 + - *90 - *19 - *17 - name: state @@ -59988,7 +59998,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Package Version description: A version of a software package type: object @@ -60113,10 +60123,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 - - *89 - - &425 + - *424 + - *90 + - &426 name: package_version_id description: Unique identifier of the package version. in: path @@ -60128,7 +60138,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -60164,10 +60174,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 - - *89 - - *425 + - *424 + - *90 + - *426 responses: '204': description: Response @@ -60199,10 +60209,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 - - *89 - - *425 + - *424 + - *90 + - *426 responses: '204': description: Response @@ -60229,10 +60239,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 - *17 - *19 - - &427 + - &428 name: sort description: The property by which to sort the results. in: query @@ -60242,8 +60252,8 @@ paths: enum: - created_at default: created_at - - *112 - - &428 + - *113 + - &429 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -60254,7 +60264,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 @@ -60262,7 +60272,7 @@ paths: schema: type: string example: Hello-World - - &430 + - &431 name: permission description: The permission to use to filter the results. in: query @@ -60270,7 +60280,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) @@ -60280,7 +60290,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) @@ -60290,7 +60300,7 @@ paths: schema: type: string format: date-time - - &433 + - &434 name: token_id description: The ID of the token in: query @@ -60302,7 +60312,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 @@ -60434,7 +60444,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60454,7 +60464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -60495,11 +60505,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 - '202': *39 + '202': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60520,7 +60530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -60556,11 +60566,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 - '204': *130 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60581,7 +60591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -60592,7 +60602,7 @@ paths: - *17 - *19 responses: - '500': *40 + '500': *41 '404': *6 '403': *29 '200': @@ -60601,11 +60611,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60626,19 +60636,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *89 + - *90 - *17 - *19 - - *427 - - *112 - *428 + - *113 - *429 - *430 - *431 - *432 - *433 + - *434 responses: - '500': *40 + '500': *41 '422': *15 '404': *6 '403': *29 @@ -60765,7 +60775,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60785,7 +60795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -60820,9 +60830,9 @@ paths: - 1296269 - 1296280 responses: - '500': *40 + '500': *41 '404': *6 - '202': *39 + '202': *40 '403': *29 '422': *15 x-github: @@ -60845,7 +60855,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *89 + - *90 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -60873,9 +60883,9 @@ paths: value: action: revoke responses: - '500': *40 + '500': *41 '404': *6 - '204': *130 + '204': *131 '403': *29 '422': *15 x-github: @@ -60897,7 +60907,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *89 + - *90 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -60907,7 +60917,7 @@ paths: - *17 - *19 responses: - '500': *40 + '500': *41 '404': *6 '403': *29 '200': @@ -60916,11 +60926,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60942,7 +60952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -60960,7 +60970,7 @@ paths: type: integer configurations: type: array - items: &434 + items: &435 title: Organization private registry description: Private registry configuration for an organization type: object @@ -61099,7 +61109,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *47 + Link: *48 '400': *14 '404': *6 x-github: @@ -61122,7 +61132,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -61471,7 +61481,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 @@ -61512,7 +61522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -61538,7 +61548,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -61560,16 +61570,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 responses: '200': 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 @@ -61591,8 +61601,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 requestBody: required: true content: @@ -61779,8 +61789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *89 - - *305 + - *90 + - *306 responses: '204': description: Response @@ -61803,15 +61813,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-organization parameters: - - *89 + - *90 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -61820,7 +61830,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: Projects v2 Project description: A projects v2 project type: object @@ -61890,7 +61900,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &987 + properties: &988 id: type: number description: The unique identifier of the status update. @@ -61938,7 +61948,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &988 + required: &989 - id - node_id - created_at @@ -61963,7 +61973,7 @@ paths: - deleted_at - deleted_by examples: - default: &437 + default: &438 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -62046,8 +62056,8 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -62066,25 +62076,25 @@ 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 required: true schema: type: integer - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -62103,8 +62113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *89 - - *438 + - *90 + - *439 requestBody: required: true description: Details of the draft item to create in the project. @@ -62138,7 +62148,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Projects v2 Item description: An item belonging to a project type: object @@ -62151,8 +62161,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *234 - - &631 + - *235 + - &632 title: Pull Request Simple description: Pull Request Simple type: object @@ -62258,8 +62268,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 @@ -62302,7 +62312,7 @@ paths: items: *4 requested_teams: type: array - items: *328 + items: *329 head: type: object properties: @@ -62310,7 +62320,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: @@ -62333,7 +62343,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: @@ -62352,7 +62362,7 @@ paths: _links: type: object properties: - comments: &441 + comments: &442 title: Link description: Hypermedia Link type: object @@ -62361,13 +62371,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 @@ -62377,7 +62387,7 @@ paths: - review_comments - review_comment - self - author_association: *231 + author_association: *232 auto_merge: &770 title: Auto merge description: The status of auto merging a pull request. @@ -62403,6 +62413,45 @@ paths: - commit_title - commit_message nullable: true + stack: &771 + title: Pull Request Stack + description: The stack information associated with a pull + request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull + request belongs to. + sha: + type: string + description: The base SHA of the stack this pull + request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the + stack. + position: + type: integer + description: The one-based position of this pull request + within the stack, where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request + belongs to. + number: + type: integer + description: The number of the stack that this pull + request belongs to. + required: + - base + nullable: true draft: description: Indicates whether or not the pull request is a draft. @@ -62552,7 +62601,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 @@ -62592,7 +62641,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &445 + draft_issue: &446 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -62647,7 +62696,7 @@ paths: archived_at: project_url: https://api.github.com/users/octocat/projectsV2/1 item_url: https://api.github.com/users/octocat/projectsV2/items/17 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -62666,11 +62715,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-organization parameters: - - *438 - - *89 + - *439 + - *90 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -62678,7 +62727,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 @@ -62828,7 +62877,7 @@ paths: - updated_at - project_url examples: - default: &914 + default: &915 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62939,8 +62988,8 @@ paths: created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -62958,8 +63007,8 @@ 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 - - *89 + - *439 + - *90 requestBody: required: true content: @@ -63005,7 +63054,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &915 + items: &916 type: object properties: name: @@ -63042,7 +63091,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &916 + iteration_configuration: &917 type: object description: The configuration for iteration fields. properties: @@ -63092,7 +63141,7 @@ paths: value: name: Due date data_type: date - single_select_field: &917 + single_select_field: &918 summary: Create a single select field value: name: Priority @@ -63119,7 +63168,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &918 + iteration_field: &919 summary: Create an iteration field value: name: Sprint @@ -63143,9 +63192,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *442 + schema: *443 examples: - text_field: &919 + text_field: &920 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -63154,7 +63203,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: &920 + number_field: &921 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -63163,7 +63212,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: &921 + date_field: &922 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -63172,7 +63221,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: &922 + single_select_field: &923 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63206,7 +63255,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &923 + iteration_field: &924 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -63231,7 +63280,7 @@ paths: duration: 14 created_at: '2022-06-20T16:45:00Z' updated_at: '2022-06-20T16:45:00Z' - '304': *37 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -63251,23 +63300,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - - *438 - - &924 + - *439 + - &925 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &925 + default: &926 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63302,8 +63351,8 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -63323,8 +63372,8 @@ 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 - - *89 + - *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) for more information. @@ -63346,8 +63395,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -63356,7 +63405,7 @@ paths: application/json: schema: type: array - items: &446 + items: &447 title: Projects v2 Item description: An item belonging to a project type: object @@ -63372,7 +63421,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 @@ -63415,7 +63464,7 @@ paths: - updated_at - archived_at examples: - default: &447 + default: &448 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -64092,8 +64141,8 @@ paths: data_type: sub_issues_progress value: headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -64112,8 +64161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-organization-owned-project parameters: - - *89 - - *438 + - *90 + - *439 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -64183,23 +64232,23 @@ 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 - '304': *37 + value: *446 + '304': *38 '403': *29 '401': *25 x-github: @@ -64218,9 +64267,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 - - *89 - - &448 + - *439 + - *90 + - &449 name: item_id description: The unique identifier of the project item. in: path @@ -64246,12 +64295,12 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -64269,9 +64318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-organization parameters: - - *438 - - *89 - - *448 + - *439 + - *90 + - *449 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -64341,13 +64390,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 @@ -64367,9 +64416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-organization parameters: - - *438 - - *89 - - *448 + - *439 + - *90 + - *449 responses: '204': description: Response @@ -64392,8 +64441,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *89 - - *438 + - *90 + - *439 requestBody: required: true content: @@ -64464,7 +64513,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &905 + schema: &906 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -64562,7 +64611,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &449 + value: &450 value: id: 1 number: 1 @@ -64608,11 +64657,11 @@ 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 - '304': *37 + value: *450 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -64639,9 +64688,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 - - *89 - - &926 + - *439 + - *90 + - &927 name: view_number description: The number that identifies the project view. in: path @@ -64663,8 +64712,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -64673,12 +64722,12 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -64700,7 +64749,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -64708,9 +64757,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -64737,7 +64786,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -64748,7 +64797,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *164 + items: *165 minItems: 1 maxItems: 100 required: @@ -64778,9 +64827,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '403': *29 '404': *6 x-github: @@ -64801,16 +64850,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -64833,13 +64882,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 requestBody: required: true content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -64855,9 +64904,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *166 + default: *167 '403': *29 '404': *6 x-github: @@ -64880,10 +64929,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *89 - - *161 + - *90 + - *162 responses: - '204': *130 + '204': *131 '403': *29 '404': *6 x-github: @@ -64904,7 +64953,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 - *17 - *19 - name: repository_query @@ -64942,7 +64991,7 @@ paths: example: octocat/Hello-World properties: type: array - items: *163 + items: *164 description: List of custom property names and associated values required: - repository_id @@ -64963,7 +65012,7 @@ paths: - property_name: team value: octocat headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -64991,7 +65040,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -65011,7 +65060,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *163 + items: *164 required: - repository_names - properties @@ -65052,7 +65101,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-public-organization-members parameters: - - *89 + - *90 - *17 - *19 responses: @@ -65064,9 +65113,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65083,8 +65132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response if user is a public member @@ -65108,8 +65157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -65130,8 +65179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *151 + - *90 + - *152 responses: '204': description: Response @@ -65155,7 +65204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-organization-repositories parameters: - - *89 + - *90 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -65202,11 +65251,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65225,7 +65274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#create-an-organization-repository parameters: - - *89 + - *90 requestBody: required: true content: @@ -65407,7 +65456,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 title: Full Repository description: Full Repository type: object @@ -65695,9 +65744,9 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *451 - required: *452 - x-github-breaking-changes: *453 + properties: *452 + required: *453 + x-github-breaking-changes: *454 nullable: true temp_clone_token: type: string @@ -65784,8 +65833,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true organization: title: Simple User @@ -65794,8 +65843,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *80 - source: *80 + parent: *81 + source: *81 forks: type: integer master_branch: @@ -65812,7 +65861,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &636 + properties: &637 url: type: string format: uri @@ -65828,12 +65877,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &637 + required: &638 - url - key - name - html_url - security_and_analysis: *454 + security_and_analysis: *455 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -65928,7 +65977,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &518 + default: &519 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -66458,7 +66507,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -66466,9 +66515,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -66490,10 +66539,10 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - *17 - *19 - - &793 + - &794 name: targets description: | A comma-separated list of rule targets to filter by. @@ -66511,7 +66560,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -66542,7 +66591,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -66558,7 +66607,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 requestBody: description: Request body required: true @@ -66579,21 +66628,20 @@ paths: - push - repository default: branch - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *457 + items: *177 + conditions: *458 rules: type: array description: An array of rules within the ruleset. - items: &459 + items: &460 title: Repository Rule type: object description: A repository rule. oneOf: - - *177 - *178 - *179 - *180 @@ -66607,13 +66655,14 @@ paths: - *188 - *189 - *190 - - *194 + - *191 - *195 - *196 - *197 - - *191 + - *198 - *192 - *193 + - *194 required: - name - enforcement @@ -66651,9 +66700,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: &458 + default: &459 value: id: 21 name: super cool ruleset @@ -66694,7 +66743,7 @@ paths: updated_at: '2023-09-23T16:29:47Z' '404': *6 '422': *15 - '500': *40 + '500': *41 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -66708,8 +66757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *89 - - &795 + - *90 + - &796 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 @@ -66719,16 +66768,16 @@ paths: schema: type: string x-multi-segment: true - - *325 - - *107 - - &796 + - *326 + - *108 + - &797 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 - - &797 + - &798 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -66741,7 +66790,7 @@ paths: - bypass - all default: all - - &798 + - &799 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. @@ -66764,7 +66813,7 @@ paths: description: Response content: application/json: - schema: &799 + schema: &800 title: Rule Suites description: Response type: array @@ -66819,7 +66868,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &800 + default: &801 value: - id: 21 actor_id: 12 @@ -66843,7 +66892,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66862,8 +66911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *89 - - &801 + - *90 + - &802 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -66879,7 +66928,7 @@ paths: description: Response content: application/json: - schema: &802 + schema: &803 title: Rule Suite description: Response type: object @@ -66978,7 +67027,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &803 + default: &804 value: id: 21 actor_id: 12 @@ -67013,7 +67062,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67039,7 +67088,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -67051,11 +67100,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *458 + default: *459 '404': *6 - '500': *40 + '500': *41 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -67071,7 +67120,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -67097,16 +67146,16 @@ paths: - tag - push - repository - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *457 + items: *177 + conditions: *458 rules: description: An array of rules within the ruleset. type: array - items: *459 + items: *460 examples: default: value: @@ -67141,12 +67190,12 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *458 + default: *459 '404': *6 '422': *15 - '500': *40 + '500': *41 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -67162,7 +67211,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -67173,7 +67222,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -67185,7 +67234,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rules#get-organization-ruleset-history parameters: - - *89 + - *90 - *17 - *19 - name: ruleset_id @@ -67201,11 +67250,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *460 + default: *461 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67222,7 +67271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rules#get-organization-ruleset-version parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -67240,7 +67289,7 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: default: value: @@ -67280,7 +67329,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67302,8 +67351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *89 - - *462 + - *90 - *463 - *464 - *465 @@ -67311,10 +67359,11 @@ paths: - *467 - *468 - *469 - - *112 + - *470 + - *113 - *19 - *17 - - &805 + - &806 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 @@ -67324,7 +67373,7 @@ paths: required: false schema: type: string - - &806 + - &807 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 @@ -67334,13 +67383,13 @@ paths: required: false schema: type: string - - *470 - *471 - *472 - *473 - *474 - *475 - *476 + - *477 responses: '200': description: Response @@ -67348,13 +67397,13 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 + default: *479 headers: - Link: *47 + Link: *48 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67379,11 +67428,11 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 - - *479 + - *90 - *480 - *481 - - *112 + - *482 + - *113 - *19 - *17 responses: @@ -67393,11 +67442,11 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *482 + default: *483 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -67418,7 +67467,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 requestBody: required: true content: @@ -67431,9 +67480,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *483 + items: *484 examples: - default: *484 + default: *485 responses: '201': description: All patterns created successfully. @@ -67445,9 +67494,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: *485 + default: *486 '400': *14 '403': *29 '404': *6 @@ -67471,7 +67520,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *486 + items: *487 delete: summary: Bulk delete organization custom patterns description: |- @@ -67490,7 +67539,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 requestBody: required: true content: @@ -67504,7 +67553,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *487 + items: *488 post_delete_action: type: string description: |- @@ -67517,14 +67566,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *488 + default: *489 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 "/orgs/{org}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update an organization custom pattern @@ -67544,7 +67593,7 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *89 + - *90 - name: pattern_id in: path required: true @@ -67555,21 +67604,21 @@ paths: required: true content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: *491 + default: *492 '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -67590,15 +67639,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 '403': *29 '404': *6 patch: @@ -67619,7 +67668,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *89 + - *90 requestBody: required: true content: @@ -67627,7 +67676,7 @@ paths: schema: type: object properties: - pattern_config_version: *205 + pattern_config_version: *206 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -67653,7 +67702,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *205 + custom_pattern_version: *206 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -67689,7 +67738,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *15 "/orgs/{org}/security-advisories": get: @@ -67707,8 +67756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *89 - - *112 + - *90 + - *113 - name: sort description: The property to sort the results by. in: query @@ -67720,8 +67769,8 @@ paths: - updated - published default: created - - *110 - *111 + - *112 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -67751,7 +67800,7 @@ paths: application/json: schema: type: array - items: &827 + items: &828 description: A repository security advisory. type: object properties: @@ -67938,7 +67987,7 @@ paths: required: - vector_string - score - cvss_severities: *136 + cvss_severities: *137 cwes: type: array nullable: true @@ -67971,7 +68020,7 @@ paths: login: type: string description: The username of the user credited. - type: *494 + type: *495 credits_detailed: type: array nullable: true @@ -67981,7 +68030,7 @@ paths: type: object properties: user: *4 - type: *494 + type: *495 state: type: string description: The state of the user's acceptance of the @@ -68005,14 +68054,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *328 + items: *329 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *122 + - *123 required: - ghsa_id - cve_id @@ -68074,7 +68123,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &828 + default: &829 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -68453,7 +68502,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#list-security-manager-teams parameters: - - *89 + - *90 responses: '200': description: Response @@ -68461,7 +68510,7 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: value: @@ -68501,8 +68550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -68527,8 +68576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response @@ -68559,8 +68608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *89 - - *496 + - *90 + - *497 - *17 - *19 responses: @@ -68568,9 +68617,9 @@ paths: description: Success content: application/json: - schema: *497 + schema: *498 examples: - default: *498 + default: *499 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -68590,7 +68639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Immutable releases settings response @@ -68639,7 +68688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -68696,7 +68745,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *89 + - *90 - *19 - *17 responses: @@ -68714,9 +68763,9 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68735,7 +68784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *89 + - *90 requestBody: required: true content: @@ -68784,8 +68833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -68807,8 +68856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *89 - - *289 + - *90 + - *290 responses: '204': description: Response @@ -68831,7 +68880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -68849,11 +68898,11 @@ paths: type: integer network_configurations: type: array - items: *156 + items: *157 examples: - default: *499 + default: *500 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68872,7 +68921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -68928,9 +68977,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68950,18 +68999,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - *158 + - *90 + - *159 responses: '200': description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68980,8 +69029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - *158 + - *90 + - *159 requestBody: required: true content: @@ -69034,9 +69083,9 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: - default: *157 + default: *158 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69055,8 +69104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *89 - - *158 + - *90 + - *159 responses: '204': description: Response @@ -69079,18 +69128,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *89 - - *500 + - *90 + - *501 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69107,7 +69156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *89 + - *90 - *17 - name: page description: Page token @@ -69126,7 +69175,7 @@ paths: description: Response content: application/json: - schema: &513 + schema: &514 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -69172,7 +69221,7 @@ paths: type: string nullable: true examples: - default: &514 + default: &515 value: groups: - group_id: '123' @@ -69205,7 +69254,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-teams parameters: - - *89 + - *90 - *17 - *19 - name: team_type @@ -69227,11 +69276,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *419 + default: *420 headers: - Link: *47 + Link: *48 '403': *29 x-github: githubCloudOnly: false @@ -69251,7 +69300,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#create-a-team parameters: - - *89 + - *90 requestBody: required: true content: @@ -69323,7 +69372,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &504 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -69386,8 +69435,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 @@ -69650,7 +69699,7 @@ paths: - repos_count - organization examples: - default: &504 + default: &505 value: id: 1 node_id: MDQ6VGVhbTE= @@ -69731,16 +69780,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-by-name parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -69761,8 +69810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: false content: @@ -69824,16 +69873,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '201': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '404': *6 '422': *15 '403': *29 @@ -69858,12 +69907,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response - '422': &507 + '422': &508 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -69885,17 +69934,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 - '422': *507 + default: *507 + '422': *508 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -69914,8 +69963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: true content: @@ -69938,10 +69987,10 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *509 - '422': *507 + default: *510 + '422': *508 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -69960,12 +70009,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '204': description: Response - '422': *507 + '422': *508 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -69986,8 +70035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -69997,12 +70046,12 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: - Link: *47 - '422': *507 + Link: *48 + '422': *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70024,8 +70073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members parameters: - - *89 - - *226 + - *90 + - *227 - name: role description: Filters members returned by their role in the team. in: query @@ -70046,7 +70095,7 @@ paths: application/json: schema: type: array - items: &869 + items: &870 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 @@ -70165,7 +70214,7 @@ paths: - type - url examples: - default: &870 + default: &871 value: - login: octocat id: 1 @@ -70188,7 +70237,7 @@ paths: role: member inherited: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70216,15 +70265,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 responses: '200': description: Response content: application/json: - schema: &510 + schema: &511 title: Team Membership description: Team Membership type: object @@ -70251,7 +70300,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &871 + response-if-user-is-a-team-maintainer: &872 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -70287,9 +70336,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 requestBody: required: false content: @@ -70314,9 +70363,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - response-if-users-membership-with-team-is-now-pending: &872 + response-if-users-membership-with-team-is-now-pending: &873 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -70351,9 +70400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user parameters: - - *89 - - *226 - - *151 + - *90 + - *227 + - *152 responses: '204': description: Response @@ -70379,8 +70428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -70390,11 +70439,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70421,16 +70470,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *89 - - *226 - - *511 + - *90 + - *227 - *512 + - *513 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &873 + schema: &874 title: Team Repository description: A team's access to a repository. type: object @@ -70453,8 +70502,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true forks: type: integer @@ -71084,10 +71133,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *89 - - *226 - - *511 + - *90 + - *227 - *512 + - *513 requestBody: required: false content: @@ -71132,10 +71181,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *89 - - *226 - - *511 + - *90 + - *227 - *512 + - *513 responses: '204': description: Response @@ -71161,17 +71210,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *89 - - *226 + - *90 + - *227 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 - '422': *507 + default: *515 + '422': *508 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -71193,8 +71242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *89 - - *226 + - *90 + - *227 requestBody: required: true content: @@ -71237,7 +71286,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -71249,7 +71298,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *507 + '422': *508 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -71270,8 +71319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams parameters: - - *89 - - *226 + - *90 + - *227 - *17 - *19 responses: @@ -71281,9 +71330,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - response-if-child-teams-exist: &874 + response-if-child-teams-exist: &875 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -71311,7 +71360,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71336,7 +71385,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *89 + - *90 - name: security_product in: path description: The security feature to enable or disable. @@ -71436,7 +71485,7 @@ paths: resources: type: object properties: - core: &515 + core: &516 title: Rate Limit type: object properties: @@ -71453,21 +71502,21 @@ paths: - remaining - reset - used - 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 + graphql: *516 + search: *516 + code_search: *516 + source_import: *516 + integration_manifest: *516 + actions_runner_registration: *516 + scim: *516 + dependency_snapshots: *516 + dependency_sbom: *516 + code_scanning_autofix: *516 + copilot_usage_records: *516 required: - core - search - rate: *515 + rate: *516 required: - rate - resources @@ -71558,7 +71607,7 @@ paths: schema: type: integer format: timestamp - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -71581,14 +71630,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository parameters: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: default-response: summary: Default response @@ -72103,7 +72152,7 @@ paths: version: '2026-03-10' '403': *29 '404': *6 - '301': *517 + '301': *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72121,8 +72170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#update-a-repository parameters: - - *511 - *512 + - *513 requestBody: required: false content: @@ -72442,10 +72491,10 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 - '307': &519 + default: *519 + '307': &520 description: Temporary Redirect content: application/json: @@ -72474,8 +72523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository parameters: - - *511 - *512 + - *513 responses: '204': description: Response @@ -72497,9 +72546,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository - '307': *519 + '307': *520 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72521,11 +72570,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *511 - *512 + - *513 - *17 - *19 - - &535 + - &536 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -72548,7 +72597,7 @@ paths: type: integer artifacts: type: array - items: &520 + items: &521 title: Artifact description: An artifact type: object @@ -72626,7 +72675,7 @@ paths: - expires_at - updated_at examples: - default: &536 + default: &537 value: total_count: 2 artifacts: @@ -72665,7 +72714,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72687,9 +72736,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#get-an-artifact parameters: - - *511 - *512 - - &521 + - *513 + - &522 name: artifact_id description: The unique identifier of the artifact. in: path @@ -72701,7 +72750,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -72739,9 +72788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#delete-an-artifact parameters: - - *511 - *512 - - *521 + - *513 + - *522 responses: '204': description: Response @@ -72765,9 +72814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#download-an-artifact parameters: - - *511 - *512 - - *521 + - *513 + - *522 - name: archive_format in: path required: true @@ -72777,15 +72826,11 @@ paths: '302': description: Response headers: - Location: &655 + Location: &656 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &703 - description: Gone - content: - application/json: - schema: *3 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72806,14 +72851,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: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: &522 + schema: &523 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -72824,7 +72869,7 @@ paths: type: integer example: 14 examples: - default: *44 + default: *45 '403': *29 '404': *6 x-github: @@ -72846,15 +72891,15 @@ 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: - - *511 - *512 + - *513 requestBody: required: true content: application/json: - schema: *522 + schema: *523 examples: - selected_actions: *44 + selected_actions: *45 responses: '204': description: Response @@ -72881,14 +72926,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: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: &523 + schema: &524 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -72899,7 +72944,7 @@ paths: type: integer example: 10 examples: - default: *46 + default: *47 '403': *29 '404': *6 x-github: @@ -72921,15 +72966,15 @@ 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: - - *511 - *512 + - *513 requestBody: required: true content: application/json: - schema: *523 + schema: *524 examples: - selected_actions: *46 + selected_actions: *47 responses: '204': description: Response @@ -72958,14 +73003,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: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -72991,11 +73036,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: - - *511 - *512 + - *513 - *17 - *19 - - &525 + - &526 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 @@ -73023,13 +73068,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *112 + - *113 responses: '200': description: Response content: application/json: - schema: &526 + schema: &527 title: Repository actions caches description: Repository actions caches type: object @@ -73071,7 +73116,7 @@ paths: - total_count - actions_caches examples: - default: &527 + default: &528 value: total_count: 1 actions_caches: @@ -73083,7 +73128,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73103,23 +73148,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: - - *511 - *512 + - *513 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *525 + - *526 responses: '200': description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73139,8 +73184,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: - - *511 - *512 + - *513 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -73169,10 +73214,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *511 - *512 + - *513 - *17 - - *111 + - *112 responses: '200': description: Response @@ -73220,7 +73265,7 @@ paths: group_url: https://api.github.com/repos/octocat/Hello-World/actions/concurrency_groups/ci-build last_acquired_at: '2026-01-15T16:13:55Z' headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -73252,8 +73297,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: - - *511 - *512 + - *513 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -73405,9 +73450,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: - - *511 - *512 - - &528 + - *513 + - &529 name: job_id description: The unique identifier of the job. in: path @@ -73419,7 +73464,7 @@ paths: description: Response content: application/json: - schema: &539 + schema: &540 title: Job description: Information of a job execution in a workflow run type: object @@ -73726,9 +73771,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: - - *511 - *512 - - *528 + - *513 + - *529 responses: '302': description: Response @@ -73756,9 +73801,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: - - *511 - *512 - - *528 + - *513 + - *529 requestBody: required: false content: @@ -73784,7 +73829,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -73808,8 +73853,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: - - *511 - *512 + - *513 responses: '200': description: Status response @@ -73868,8 +73913,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -73908,7 +73953,7 @@ paths: description: Empty response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -73937,8 +73982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-organization-secrets parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -73956,7 +74001,7 @@ paths: type: integer secrets: type: array - items: &541 + items: &542 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -73976,7 +74021,7 @@ paths: - created_at - updated_at examples: - default: &542 + default: &543 value: total_count: 2 secrets: @@ -73987,7 +74032,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74009,9 +74054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-organization-variables parameters: - - *511 - *512 - - *314 + - *513 + - *315 - *19 responses: '200': @@ -74028,7 +74073,7 @@ paths: type: integer variables: type: array - items: &543 + items: &544 title: Actions Variable type: object properties: @@ -74058,7 +74103,7 @@ paths: - created_at - updated_at examples: - default: &544 + default: &545 value: total_count: 2 variables: @@ -74071,7 +74116,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74091,8 +74136,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -74101,12 +74146,12 @@ paths: schema: type: object properties: - enabled: &529 + enabled: &530 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *62 - selected_actions_url: *282 - sha_pinning_required: *63 + allowed_actions: *63 + selected_actions_url: *283 + sha_pinning_required: *64 required: - enabled examples: @@ -74136,8 +74181,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: - - *511 - *512 + - *513 responses: '204': description: Response @@ -74148,9 +74193,9 @@ paths: schema: type: object properties: - enabled: *529 - allowed_actions: *62 - sha_pinning_required: *63 + enabled: *530 + allowed_actions: *63 + sha_pinning_required: *64 required: - enabled examples: @@ -74181,14 +74226,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: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: &530 + schema: &531 type: object properties: access_level: @@ -74206,7 +74251,7 @@ paths: required: - access_level examples: - default: &531 + default: &532 value: access_level: organization x-github: @@ -74231,15 +74276,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: - - *511 - *512 + - *513 requestBody: required: true content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 responses: '204': description: Response @@ -74263,14 +74308,14 @@ 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: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -74294,8 +74339,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: - - *511 - *512 + - *513 responses: '204': description: Empty response for successful settings update @@ -74305,7 +74350,7 @@ paths: required: true content: application/json: - schema: *285 + schema: *286 examples: default: summary: Set retention days @@ -74329,16 +74374,16 @@ 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: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *286 + default: *287 '404': *6 x-github: enabledForGitHubApps: true @@ -74357,8 +74402,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: - - *511 - *512 + - *513 responses: '204': description: Response @@ -74368,7 +74413,7 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: default: summary: Set approval policy to first time contributors @@ -74392,16 +74437,16 @@ 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: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *65 + default: *66 '403': *29 '404': *6 x-github: @@ -74421,15 +74466,15 @@ 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: - - *511 - *512 + - *513 requestBody: required: true content: application/json: - schema: *288 + schema: *289 examples: - default: *65 + default: *66 responses: '204': description: Empty response for successful settings update @@ -74453,16 +74498,16 @@ 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: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *68 + default: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -74485,8 +74530,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: - - *511 - *512 + - *513 responses: '204': description: Response @@ -74494,9 +74539,9 @@ paths: required: false content: application/json: - schema: *67 + schema: *68 examples: - selected_actions: *68 + selected_actions: *69 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -74518,16 +74563,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74548,8 +74593,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: - - *511 - *512 + - *513 responses: '204': description: Success response @@ -74560,9 +74605,9 @@ paths: required: true content: application/json: - schema: *292 + schema: *293 examples: - default: *71 + default: *72 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74589,8 +74634,8 @@ paths: in: query schema: type: string - - *511 - *512 + - *513 - *17 - *19 responses: @@ -74608,11 +74653,11 @@ paths: type: integer runners: type: array - items: *78 + items: *79 examples: - default: *79 + default: *80 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74634,8 +74679,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -74643,9 +74688,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74667,8 +74712,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -74711,10 +74756,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74742,16 +74787,16 @@ 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: - - *511 - *512 + - *513 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74779,16 +74824,16 @@ 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: - - *511 - *512 + - *513 responses: '201': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74810,17 +74855,17 @@ 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: - - *511 - *512 - - *77 + - *513 + - *78 responses: '200': description: Response content: application/json: - schema: *78 + schema: *79 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74841,9 +74886,9 @@ 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: - - *511 - *512 - - *77 + - *513 + - *78 responses: '204': description: Response @@ -74869,11 +74914,11 @@ 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: - - *511 - *512 - - *77 + - *513 + - *78 responses: - '200': *83 + '200': *84 '404': *6 x-github: githubCloudOnly: false @@ -74895,9 +74940,9 @@ 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: - - *511 - *512 - - *77 + - *513 + - *78 requestBody: required: true content: @@ -74921,7 +74966,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -74945,9 +74990,9 @@ 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: - - *511 - *512 - - *77 + - *513 + - *78 requestBody: required: true content: @@ -74972,7 +75017,7 @@ paths: - gpu - accelerated responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -74996,11 +75041,11 @@ 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: - - *511 - *512 - - *77 + - *513 + - *78 responses: - '200': *302 + '200': *303 '404': *6 x-github: githubCloudOnly: false @@ -75027,12 +75072,12 @@ 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: - - *511 - *512 - - *77 - - *303 + - *513 + - *78 + - *304 responses: - '200': *83 + '200': *84 '404': *6 '422': *7 x-github: @@ -75058,9 +75103,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: - - *511 - *512 - - &547 + - *513 + - &548 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. @@ -75068,7 +75113,7 @@ paths: required: false schema: type: string - - &548 + - &549 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -75076,7 +75121,7 @@ paths: required: false schema: type: string - - &549 + - &550 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -75085,7 +75130,7 @@ paths: required: false schema: type: string - - &550 + - &551 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 @@ -75112,7 +75157,7 @@ paths: - pending - *17 - *19 - - &551 + - &552 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)." @@ -75121,7 +75166,7 @@ paths: schema: type: string format: date-time - - &532 + - &533 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -75130,13 +75175,13 @@ paths: schema: type: boolean default: false - - &552 + - &553 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &553 + - &554 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -75159,7 +75204,7 @@ paths: type: integer workflow_runs: type: array - items: &533 + items: &534 title: Workflow Run description: An invocation of a workflow type: object @@ -75254,7 +75299,7 @@ paths: that triggered the run. type: array nullable: true - items: *239 + items: *240 created_at: type: string format: date-time @@ -75307,7 +75352,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &577 + properties: &578 id: type: string description: SHA for the commit @@ -75358,7 +75403,7 @@ paths: - name - email nullable: true - required: &578 + required: &579 - id - tree_id - message @@ -75366,8 +75411,8 @@ paths: - author - committer nullable: true - repository: *295 - head_repository: *295 + repository: *296 + head_repository: *296 head_repository_id: type: integer example: 5 @@ -75405,7 +75450,7 @@ paths: - workflow_url - pull_requests examples: - default: &554 + default: &555 value: total_count: 1 workflow_runs: @@ -75619,7 +75664,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75641,24 +75686,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *511 - *512 - - &534 + - *513 + - &535 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *532 + - *533 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &537 + default: &538 value: id: 30433642 name: Build @@ -75899,9 +75944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *511 - *512 - - *534 + - *513 + - *535 responses: '204': description: Response @@ -75924,9 +75969,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: - - *511 - *512 - - *534 + - *513 + - *535 responses: '200': description: Response @@ -76045,15 +76090,15 @@ 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: - - *511 - *512 - - *534 + - *513 + - *535 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -76080,13 +76125,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *511 - *512 - - *534 + - *513 + - *535 - *17 - *19 - - *535 - - *112 + - *536 + - *113 responses: '200': description: Response @@ -76102,11 +76147,11 @@ paths: type: integer artifacts: type: array - items: *520 + items: *521 examples: - default: *536 + default: *537 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76128,25 +76173,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *511 - *512 - - *534 - - &538 + - *513 + - *535 + - &539 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *532 + - *533 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76169,10 +76214,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: - - *511 - *512 - - *534 - - *538 + - *513 + - *535 + - *539 - *17 - *19 responses: @@ -76190,9 +76235,9 @@ paths: type: integer jobs: type: array - items: *539 + items: *540 examples: - default: &540 + default: &541 value: total_count: 1 jobs: @@ -76281,7 +76326,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -76305,10 +76350,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *511 - *512 - - *534 - - *538 + - *513 + - *535 + - *539 responses: '302': description: Response @@ -76336,19 +76381,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *511 - *512 - - *534 + - *513 + - *535 responses: '202': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76384,12 +76429,12 @@ 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: - - *511 - *512 - - *534 + - *513 + - *535 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -76532,7 +76577,7 @@ paths: job_url: https://api.github.com/repos/octocat/Hello-World/actions/jobs/798245260 job_html_url: https://github.com/octocat/Hello-World/actions/runs/30433642/job/798245260 headers: - Link: *47 + Link: *48 '404': *6 '422': *15 x-github: @@ -76557,9 +76602,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: - - *511 - *512 - - *534 + - *513 + - *535 requestBody: required: true content: @@ -76626,19 +76671,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *511 - *512 - - *534 + - *513 + - *535 responses: '202': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76661,9 +76706,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: - - *511 - *512 - - *534 + - *513 + - *535 - 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 @@ -76693,11 +76738,11 @@ paths: type: integer jobs: type: array - items: *539 + items: *540 examples: - default: *540 + default: *541 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76720,9 +76765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *511 - *512 - - *534 + - *513 + - *535 responses: '302': description: Response @@ -76749,14 +76794,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *511 - *512 - - *534 + - *513 + - *535 responses: '204': description: Response '403': *29 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76778,9 +76823,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: - - *511 - *512 - - *534 + - *513 + - *535 responses: '200': description: Response @@ -76840,7 +76885,7 @@ paths: items: type: object properties: - type: &670 + type: &671 type: string description: The type of reviewer. enum: @@ -76850,7 +76895,7 @@ paths: reviewer: anyOf: - *4 - - *328 + - *329 required: - environment - wait_timer @@ -76925,9 +76970,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: - - *511 - *512 - - *534 + - *513 + - *535 requestBody: required: true content: @@ -76974,12 +77019,12 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &944 + properties: &945 url: type: string format: uri @@ -77062,9 +77107,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - required: &945 + properties: *230 + required: *231 + required: &946 - id - node_id - sha @@ -77080,7 +77125,7 @@ paths: - created_at - updated_at examples: - default: &658 + default: &659 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -77136,9 +77181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *511 - *512 - - *534 + - *513 + - *535 requestBody: required: false content: @@ -77159,7 +77204,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -77182,9 +77227,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: - - *511 - *512 - - *534 + - *513 + - *535 requestBody: required: false content: @@ -77205,7 +77250,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -77238,9 +77283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *511 - *512 - - *534 + - *513 + - *535 responses: '200': description: Response @@ -77377,8 +77422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-secrets parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -77396,11 +77441,11 @@ paths: type: integer secrets: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77423,16 +77468,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-public-key parameters: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77454,17 +77499,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: &555 + default: &556 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -77490,9 +77535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 requestBody: required: true content: @@ -77523,7 +77568,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -77549,9 +77594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 responses: '204': description: Response @@ -77576,9 +77621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-variables parameters: - - *511 - *512 - - *314 + - *513 + - *315 - *19 responses: '200': @@ -77595,11 +77640,11 @@ paths: type: integer variables: type: array - items: *543 + items: *544 examples: - default: *544 + default: *545 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77620,8 +77665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-a-repository-variable parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -77648,7 +77693,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -77673,17 +77718,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-a-repository-variable parameters: - - *511 - *512 - - *308 + - *513 + - *309 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: &556 + default: &557 value: name: USERNAME value: octocat @@ -77709,9 +77754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-a-repository-variable parameters: - - *511 - *512 - - *308 + - *513 + - *309 requestBody: required: true content: @@ -77753,9 +77798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-a-repository-variable parameters: - - *511 - *512 - - *308 + - *513 + - *309 responses: '204': description: Response @@ -77780,8 +77825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#list-repository-workflows parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -77799,7 +77844,7 @@ paths: type: integer workflows: type: array - items: &545 + items: &546 title: Workflow description: A GitHub Actions workflow type: object @@ -77883,7 +77928,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77906,9 +77951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-a-workflow parameters: - - *511 - *512 - - &546 + - *513 + - &547 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -77923,7 +77968,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -77956,9 +78001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#disable-a-workflow parameters: - - *511 - *512 - - *546 + - *513 + - *547 responses: '204': description: Response @@ -77983,9 +78028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *511 - *512 - - *546 + - *513 + - *547 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -78083,9 +78128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#enable-a-workflow parameters: - - *511 - *512 - - *546 + - *513 + - *547 responses: '204': description: Response @@ -78112,19 +78157,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: - - *511 - *512 - - *546 + - *513 - *547 - *548 - *549 - *550 + - *551 - *17 - *19 - - *551 - - *532 - *552 + - *533 - *553 + - *554 responses: '200': description: Response @@ -78140,11 +78185,11 @@ paths: type: integer workflow_runs: type: array - items: *533 + items: *534 examples: - default: *554 + default: *555 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78175,9 +78220,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-workflow-usage parameters: - - *511 - *512 - - *546 + - *513 + - *547 responses: '200': description: Response @@ -78238,12 +78283,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-activities parameters: - - *511 - *512 - - *112 + - *513 + - *113 - *17 - - *110 - *111 + - *112 - name: ref description: |- The Git reference for the activities you want to list. @@ -78384,7 +78429,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '422': *7 x-github: githubCloudOnly: false @@ -78408,8 +78453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-organization-secrets parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -78427,11 +78472,11 @@ paths: type: integer secrets: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78453,9 +78498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-organization-variables parameters: - - *511 - *512 - - *314 + - *513 + - *315 - *19 responses: '200': @@ -78472,11 +78517,11 @@ paths: type: integer variables: type: array - items: *543 + items: *544 examples: - default: *544 + default: *545 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78499,8 +78544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-secrets parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -78518,11 +78563,11 @@ paths: type: integer secrets: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78545,16 +78590,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-public-key parameters: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78576,17 +78621,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78608,9 +78653,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 requestBody: required: true content: @@ -78641,7 +78686,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -78667,9 +78712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#delete-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 responses: '204': description: Response @@ -78694,9 +78739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-variables parameters: - - *511 - *512 - - *314 + - *513 + - *315 - *19 responses: '200': @@ -78713,11 +78758,11 @@ paths: type: integer variables: type: array - items: *543 + items: *544 examples: - default: *544 + default: *545 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78738,8 +78783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#create-a-repository-variable parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -78766,7 +78811,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -78791,17 +78836,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#get-a-repository-variable parameters: - - *511 - *512 - - *308 + - *513 + - *309 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78822,9 +78867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#update-a-repository-variable parameters: - - *511 - *512 - - *308 + - *513 + - *309 requestBody: required: true content: @@ -78866,9 +78911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#delete-a-repository-variable parameters: - - *511 - *512 - - *308 + - *513 + - *309 responses: '204': description: Response @@ -78889,8 +78934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#list-assignees parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -78902,9 +78947,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -78927,8 +78972,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: - - *511 - *512 + - *513 - name: assignee in: path required: true @@ -78964,8 +79009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#create-an-attestation parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -79075,11 +79120,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#list-attestations parameters: - - *511 - *512 + - *513 - *17 - - *110 - *111 + - *112 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -79133,7 +79178,7 @@ paths: initiator: type: string examples: - default: *557 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79167,8 +79212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -79176,7 +79221,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 title: Autolink reference description: An autolink reference. type: object @@ -79230,8 +79275,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -79270,9 +79315,9 @@ paths: description: response content: application/json: - schema: *558 + schema: *559 examples: - default: &559 + default: &560 value: id: 1 key_prefix: TICKET- @@ -79303,9 +79348,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: - - *511 - *512 - - &560 + - *513 + - &561 name: autolink_id description: The unique identifier of the autolink. in: path @@ -79317,9 +79362,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '404': *6 x-github: githubCloudOnly: false @@ -79339,9 +79384,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: - - *511 - *512 - - *560 + - *513 + - *561 responses: '204': description: Response @@ -79365,8 +79410,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: - - *511 - *512 + - *513 responses: '200': description: Response if Dependabot is enabled @@ -79414,8 +79459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-dependabot-security-updates parameters: - - *511 - *512 + - *513 responses: '204': description: Response @@ -79436,8 +79481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-dependabot-security-updates parameters: - - *511 - *512 + - *513 responses: '204': description: Response @@ -79457,8 +79502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#list-branches parameters: - - *511 - *512 + - *513 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -79496,7 +79541,7 @@ paths: - url protected: type: boolean - protection: &562 + protection: &563 title: Branch Protection description: Branch Protection type: object @@ -79538,7 +79583,7 @@ paths: required: - contexts - checks - enforce_admins: &565 + enforce_admins: &566 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -79553,7 +79598,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &567 + required_pull_request_reviews: &568 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -79574,7 +79619,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *328 + items: *329 apps: description: The list of apps with review dismissal access. @@ -79603,7 +79648,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *328 + items: *329 apps: description: The list of apps allowed to bypass pull request requirements. @@ -79629,7 +79674,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &564 + restrictions: &565 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -79692,7 +79737,7 @@ paths: type: string teams: type: array - items: *328 + items: *329 apps: type: array items: @@ -79888,7 +79933,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -79906,9 +79951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#get-a-branch parameters: - - *511 - *512 - - &563 + - *513 + - &564 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). @@ -79922,14 +79967,14 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &627 + commit: &628 title: Commit description: Commit type: object @@ -79963,7 +80008,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &561 + properties: &562 name: type: string example: '"Chris Wanstrath"' @@ -79979,7 +80024,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *561 + properties: *562 nullable: true message: type: string @@ -80000,7 +80045,7 @@ paths: required: - sha - url - verification: &688 + verification: &689 title: Verification type: object properties: @@ -80034,12 +80079,12 @@ paths: nullable: true oneOf: - *4 - - *306 + - *307 committer: nullable: true oneOf: - *4 - - *306 + - *307 parents: type: array items: @@ -80070,7 +80115,7 @@ paths: type: integer files: type: array - items: &640 + items: &641 title: Diff Entry description: Diff Entry type: object @@ -80154,7 +80199,7 @@ paths: - self protected: type: boolean - protection: *562 + protection: *563 protection_url: type: string format: uri @@ -80261,7 +80306,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *517 + '301': *518 '404': *6 x-github: githubCloudOnly: false @@ -80283,15 +80328,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-branch-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -80485,9 +80530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-branch-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: true content: @@ -80742,7 +80787,7 @@ paths: url: type: string format: uri - required_status_checks: &570 + required_status_checks: &571 title: Status Check Policy description: Status Check Policy type: object @@ -80818,7 +80863,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 apps: type: array items: *5 @@ -80836,7 +80881,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 apps: type: array items: *5 @@ -80894,7 +80939,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *564 + restrictions: *565 required_conversation_resolution: type: object properties: @@ -81006,9 +81051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-branch-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '204': description: Response @@ -81033,17 +81078,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -81065,17 +81110,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81094,9 +81139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '204': description: Response @@ -81121,17 +81166,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: &568 + default: &569 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -81227,9 +81272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: false content: @@ -81327,9 +81372,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '422': *15 x-github: githubCloudOnly: false @@ -81350,9 +81395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '204': description: Response @@ -81379,17 +81424,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &569 + default: &570 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -81412,17 +81457,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *569 + default: *570 '404': *6 x-github: githubCloudOnly: false @@ -81442,9 +81487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '204': description: Response @@ -81469,17 +81514,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-status-checks-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -81505,9 +81550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-status-check-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: false content: @@ -81559,9 +81604,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 '422': *15 x-github: @@ -81583,9 +81628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-protection parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '204': description: Response @@ -81609,9 +81654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response @@ -81645,9 +81690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-status-check-contexts parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: false content: @@ -81714,9 +81759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-status-check-contexts parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: false content: @@ -81780,9 +81825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: content: application/json: @@ -81848,15 +81893,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -81947,9 +81992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 responses: '204': description: Response @@ -81972,9 +82017,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: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response @@ -81984,7 +82029,7 @@ paths: type: array items: *5 examples: - default: &572 + default: &573 value: - id: 1 slug: octoapp @@ -82041,9 +82086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: true content: @@ -82077,7 +82122,7 @@ paths: type: array items: *5 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -82098,9 +82143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: true content: @@ -82134,7 +82179,7 @@ paths: type: array items: *5 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -82155,9 +82200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: true content: @@ -82191,7 +82236,7 @@ paths: type: array items: *5 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -82213,9 +82258,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: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response @@ -82223,9 +82268,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -82245,9 +82290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: false content: @@ -82283,9 +82328,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82306,9 +82351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: false content: @@ -82344,9 +82389,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82367,9 +82412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: content: application/json: @@ -82404,9 +82449,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82428,9 +82473,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: - - *511 - *512 - - *563 + - *513 + - *564 responses: '200': description: Response @@ -82440,7 +82485,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '404': *6 x-github: githubCloudOnly: false @@ -82464,9 +82509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: true content: @@ -82499,7 +82544,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -82524,9 +82569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: true content: @@ -82559,7 +82604,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -82584,9 +82629,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: true content: @@ -82619,7 +82664,7 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -82646,9 +82691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#rename-a-branch parameters: - - *511 - *512 - - *563 + - *513 + - *564 requestBody: required: true content: @@ -82670,7 +82715,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -82784,12 +82829,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *511 - *512 - - *105 + - *513 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -82799,11 +82844,11 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -82821,8 +82866,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *511 - *512 + - *513 - name: bypass_request_number in: path required: true @@ -82836,7 +82881,7 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -82874,7 +82919,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -82895,12 +82940,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *511 - *512 - - *105 + - *513 - *106 - *107 - *108 + - *109 - *17 - *19 responses: @@ -82910,12 +82955,12 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -82936,8 +82981,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *511 - *512 + - *513 - name: bypass_request_number in: path required: true @@ -82949,7 +82994,7 @@ paths: description: A single bypass request. content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -82987,7 +83032,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review a bypass request for secret scanning description: |- @@ -83007,8 +83052,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *511 - *512 + - *513 - name: bypass_request_number in: path required: true @@ -83058,7 +83103,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -83079,8 +83124,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *511 - *512 + - *513 - name: bypass_response_id in: path required: true @@ -83093,7 +83138,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -83113,8 +83158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#create-a-check-run parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -83393,7 +83438,7 @@ paths: description: Response content: application/json: - schema: &574 + schema: &575 title: CheckRun description: A check performed on the code of a given code change type: object @@ -83504,16 +83549,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *239 - deployment: &937 + items: *240 + deployment: &938 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -83580,8 +83625,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -83793,9 +83838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#get-a-check-run parameters: - - *511 - *512 - - &575 + - *513 + - &576 name: check_run_id description: The unique identifier of the check run. in: path @@ -83807,9 +83852,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: &576 + default: &577 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -83909,9 +83954,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#update-a-check-run parameters: - - *511 - *512 - - *575 + - *513 + - *576 requestBody: required: true content: @@ -84151,9 +84196,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84173,9 +84218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-run-annotations parameters: - - *511 - *512 - - *575 + - *513 + - *576 - *17 - *19 responses: @@ -84250,7 +84295,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84270,15 +84315,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#rerequest-a-check-run parameters: - - *511 - *512 - - *575 + - *513 + - *576 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -84316,8 +84361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#create-a-check-suite parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -84339,7 +84384,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &579 + schema: &580 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -84403,7 +84448,7 @@ paths: nullable: true pull_requests: type: array - items: *239 + items: *240 nullable: true app: title: GitHub app @@ -84414,9 +84459,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - repository: *295 + properties: *230 + required: *231 + repository: *296 created_at: type: string format: date-time @@ -84425,12 +84470,12 @@ paths: type: string format: date-time nullable: true - head_commit: &970 + head_commit: &971 title: Simple Commit description: A commit. type: object - properties: *577 - required: *578 + properties: *578 + required: *579 latest_check_runs_count: type: integer check_runs_url: @@ -84458,7 +84503,7 @@ paths: - check_runs_url - pull_requests examples: - default: &580 + default: &581 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -84749,9 +84794,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84770,8 +84815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -84832,7 +84877,7 @@ paths: required: - app_id - setting - repository: *295 + repository: *296 examples: default: value: @@ -85080,9 +85125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#get-a-check-suite parameters: - - *511 - *512 - - &581 + - *513 + - &582 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -85094,9 +85139,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85119,17 +85164,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: - - *511 - *512 - - *581 - - &633 + - *513 + - *582 + - &634 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &634 + - &635 name: status description: Returns check runs with the specified `status`. in: query @@ -85168,9 +85213,9 @@ paths: type: integer check_runs: type: array - items: *574 + items: *575 examples: - default: &635 + default: &636 value: total_count: 1 check_runs: @@ -85252,7 +85297,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85272,15 +85317,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#rerequest-a-check-suite parameters: - - *511 - *512 - - *581 + - *513 + - *582 responses: '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -85307,30 +85352,30 @@ 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: - - *511 - *512 - - *332 + - *513 - *333 + - *334 - *19 - *17 - - &597 + - &598 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: *582 - - &598 + schema: *583 + - &599 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *112 - - *110 + - *113 - *111 + - *112 - name: sort description: The property by which to sort the results. in: query @@ -85346,13 +85391,13 @@ paths: be returned. in: query required: false - schema: *334 + schema: *335 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *583 + schema: *584 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -85371,14 +85416,14 @@ paths: items: type: object properties: - number: *134 - created_at: *141 - updated_at: *142 - url: *139 - html_url: *140 - instances_url: *584 - state: *115 - fixed_at: *144 + number: *135 + created_at: *142 + updated_at: *143 + url: *140 + html_url: *141 + instances_url: *585 + state: *116 + fixed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -85386,12 +85431,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *143 - dismissed_reason: *585 - dismissed_comment: *586 - rule: *587 - tool: *588 - most_recent_instance: *589 + dismissed_at: *144 + dismissed_reason: *586 + dismissed_comment: *587 + rule: *588 + tool: *589 + most_recent_instance: *590 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -85516,15 +85561,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *37 - '403': &590 + '304': *38 + '403': &591 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85544,9 +85589,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: - - *511 - *512 - - &591 + - *513 + - &592 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -85554,23 +85599,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *134 + schema: *135 responses: '200': description: Response content: application/json: - schema: &592 + schema: &593 type: object properties: - number: *134 - created_at: *141 - updated_at: *142 - url: *139 - html_url: *140 - instances_url: *584 - state: *115 - fixed_at: *144 + number: *135 + created_at: *142 + updated_at: *143 + url: *140 + html_url: *141 + instances_url: *585 + state: *116 + fixed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -85578,9 +85623,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *143 - dismissed_reason: *585 - dismissed_comment: *586 + dismissed_at: *144 + dismissed_reason: *586 + dismissed_comment: *587 rule: type: object properties: @@ -85634,8 +85679,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *588 - most_recent_instance: *589 + tool: *589 + most_recent_instance: *590 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -85733,10 +85778,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *37 - '403': *590 + '304': *38 + '403': *591 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85754,9 +85799,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: - - *511 - *512 - - *591 + - *513 + - *592 requestBody: required: true content: @@ -85771,8 +85816,8 @@ paths: enum: - open - dismissed - dismissed_reason: *585 - dismissed_comment: *586 + dismissed_reason: *586 + dismissed_comment: *587 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -85800,7 +85845,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -85876,14 +85921,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &596 + '403': &597 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -85903,15 +85948,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: - - *511 - *512 - - *591 + - *513 + - *592 responses: '200': description: Response content: application/json: - schema: &593 + schema: &594 type: object properties: status: @@ -85937,13 +85982,13 @@ paths: - description - started_at examples: - default: &594 + default: &595 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &595 + '400': &596 description: Bad Request content: application/json: @@ -85954,9 +85999,9 @@ 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': *590 + '403': *591 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85979,29 +86024,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: - - *511 - *512 - - *591 + - *513 + - *592 responses: '200': description: OK content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '202': description: Accepted content: application/json: - schema: *593 + schema: *594 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *595 + '400': *596 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -86011,7 +86056,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86033,9 +86078,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: - - *511 - *512 - - *591 + - *513 + - *592 requestBody: required: false content: @@ -86080,12 +86125,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *595 - '403': *596 + '400': *596 + '403': *597 '404': *6 '422': description: Unprocessable Entity - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86105,13 +86150,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: - - *511 - *512 - - *591 + - *513 + - *592 - *19 - *17 - - *597 - *598 + - *599 responses: '200': description: Response @@ -86122,10 +86167,10 @@ paths: items: type: object properties: - ref: *582 - analysis_key: *599 - environment: *600 - category: *601 + ref: *583 + analysis_key: *600 + environment: *601 + category: *602 state: type: string description: State of a code scanning alert instance. @@ -86140,7 +86185,7 @@ paths: properties: text: type: string - location: *602 + location: *603 html_url: type: string classifications: @@ -86148,7 +86193,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: *603 + items: *604 examples: default: value: @@ -86185,9 +86230,9 @@ paths: end_column: 50 classifications: - source - '403': *590 + '403': *591 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86219,29 +86264,29 @@ 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: - - *511 - *512 - - *332 + - *513 - *333 + - *334 - *19 - *17 - - *598 + - *599 - 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: *582 + schema: *583 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &604 + schema: &605 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *112 + - *113 - name: sort description: The property by which to sort the results. in: query @@ -86258,23 +86303,23 @@ paths: application/json: schema: type: array - items: &605 + items: &606 type: object properties: - ref: *582 - commit_sha: &613 + ref: *583 + commit_sha: &614 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: *599 + analysis_key: *600 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *601 + category: *602 error: type: string example: error reading field xyz @@ -86298,8 +86343,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *604 - tool: *588 + sarif_id: *605 + tool: *589 deletable: type: boolean warning: @@ -86360,9 +86405,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *590 + '403': *591 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -86396,8 +86441,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: - - *511 - *512 + - *513 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -86410,7 +86455,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: response: summary: application/json response @@ -86464,14 +86509,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *590 + '403': *591 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -86551,8 +86596,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: - - *511 - *512 + - *513 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -86605,9 +86650,9 @@ 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': *596 + '403': *597 '404': *6 - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -86627,8 +86672,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -86636,7 +86681,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: CodeQL Database description: A CodeQL database. type: object @@ -86747,9 +86792,9 @@ 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': *590 + '403': *591 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86776,8 +86821,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: - - *511 - *512 + - *513 - name: language in: path description: The language of the CodeQL database. @@ -86789,7 +86834,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -86821,11 +86866,11 @@ 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': &644 + '302': &645 description: Found - '403': *590 + '403': *591 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86845,8 +86890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *511 - *512 + - *513 - name: language in: path description: The language of the CodeQL database. @@ -86856,9 +86901,9 @@ paths: responses: '204': description: Response - '403': *596 + '403': *597 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86884,8 +86929,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -86894,7 +86939,7 @@ paths: type: object additionalProperties: false properties: - language: &607 + language: &608 type: string description: The language targeted by the CodeQL query enum: @@ -86974,7 +87019,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &611 + schema: &612 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -86982,9 +87027,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *122 + controller_repo: *123 actor: *4 - query_language: *607 + query_language: *608 query_pack_url: type: string description: The download url for the query pack. @@ -87031,7 +87076,7 @@ paths: items: type: object properties: - repository: &608 + repository: &609 title: Repository Identifier description: Repository Identifier type: object @@ -87067,7 +87112,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &612 + analysis_status: &613 type: string description: The new status of the CodeQL variant analysis repository task. @@ -87099,7 +87144,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &609 + access_mismatch_repos: &610 type: object properties: repository_count: @@ -87113,7 +87158,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: *608 + items: *609 required: - repository_count - repositories @@ -87135,8 +87180,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *609 - over_limit_repos: *609 + no_codeql_db_repos: *610 + over_limit_repos: *610 required: - access_mismatch_repos - not_found_repos @@ -87152,7 +87197,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &610 + value: &611 summary: Default response value: id: 1 @@ -87298,17 +87343,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *610 + value: *611 repository_lists: summary: Response for a successful variant analysis submission - value: *610 + value: *611 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87329,8 +87374,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: - - *511 - *512 + - *513 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -87342,11 +87387,11 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *610 + default: *611 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87367,7 +87412,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: - - *511 + - *512 - name: repo in: path description: The name of the controller repository. @@ -87401,8 +87446,8 @@ paths: schema: type: object properties: - repository: *122 - analysis_status: *612 + repository: *123 + analysis_status: *613 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -87506,7 +87551,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87527,8 +87572,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -87630,9 +87675,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *590 + '403': *591 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87651,8 +87696,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -87719,7 +87764,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -87744,7 +87789,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *596 + '403': *597 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -87758,7 +87803,7 @@ paths: content: application/json: schema: *3 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87815,8 +87860,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -87824,7 +87869,7 @@ paths: schema: type: object properties: - commit_sha: *613 + commit_sha: *614 ref: type: string description: |- @@ -87882,7 +87927,7 @@ paths: schema: type: object properties: - id: *604 + id: *605 url: type: string description: The REST API URL for checking the status of the upload. @@ -87896,11 +87941,11 @@ 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': *596 + '403': *597 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -87919,8 +87964,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: - - *511 - *512 + - *513 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -87966,10 +88011,10 @@ 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': *590 + '403': *591 '404': description: Not Found if the sarif id does not match any upload - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -87991,8 +88036,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -88016,7 +88061,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *116 + configuration: *117 examples: default: value: @@ -88048,8 +88093,8 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *130 - '304': *37 + '204': *131 + '304': *38 '403': *29 '404': *6 x-github: @@ -88073,8 +88118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-codeowners-errors parameters: - - *511 - *512 + - *513 - 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 @@ -88194,8 +88239,8 @@ paths: parameters: - *17 - *19 - - *511 - *512 + - *513 responses: '200': description: Response @@ -88211,7 +88256,7 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: default: value: @@ -88487,7 +88532,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -88509,8 +88554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -88573,22 +88618,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *614 + default: *615 '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: *614 + default: *615 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88612,8 +88657,8 @@ paths: parameters: - *17 - *19 - - *511 - *512 + - *513 responses: '200': description: Response @@ -88653,7 +88698,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *40 + '500': *41 '400': *14 '401': *25 '403': *29 @@ -88677,8 +88722,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: - - *511 - *512 + - *513 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -88713,14 +88758,14 @@ paths: type: integer machines: type: array - items: &880 + items: &881 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *615 - required: *616 + properties: *616 + required: *617 examples: - default: &881 + default: &882 value: total_count: 2 machines: @@ -88736,8 +88781,8 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *37 - '500': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -88760,8 +88805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *511 - *512 + - *513 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -88845,8 +88890,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: - - *511 - *512 + - *513 - 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 @@ -88891,7 +88936,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88912,8 +88957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -88931,7 +88976,7 @@ paths: type: integer secrets: type: array - items: &620 + items: &621 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -88951,9 +88996,9 @@ paths: - created_at - updated_at examples: - default: *617 + default: *618 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88974,16 +89019,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89003,17 +89048,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 responses: '200': description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89033,9 +89078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 requestBody: required: true content: @@ -89063,7 +89108,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -89087,9 +89132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 responses: '204': description: Response @@ -89117,8 +89162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *511 - *512 + - *513 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -89160,7 +89205,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &622 + properties: &623 login: type: string example: octocat @@ -89253,7 +89298,7 @@ paths: user_view_type: type: string example: public - required: &623 + required: &624 - avatar_url - events_url - followers_url @@ -89302,7 +89347,7 @@ paths: admin: false role_name: write headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -89327,9 +89372,9 @@ 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: - - *511 - *512 - - *151 + - *513 + - *152 responses: '204': description: Response if user is a collaborator @@ -89375,9 +89420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *511 - *512 - - *151 + - *513 + - *152 requestBody: required: false content: @@ -89403,7 +89448,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &701 + schema: &702 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -89414,7 +89459,7 @@ paths: example: 42 type: integer format: int64 - repository: *295 + repository: *296 invitee: title: Simple User description: A GitHub user. @@ -89592,7 +89637,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *270 + schema: *271 '403': *29 x-github: triggersNotification: true @@ -89632,9 +89677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *511 - *512 - - *151 + - *513 + - *152 responses: '204': description: No Content when collaborator was removed from the repository. @@ -89665,9 +89710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *511 - *512 - - *151 + - *513 + - *152 responses: '200': description: if user has admin permissions @@ -89687,8 +89732,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *622 - required: *623 + properties: *623 + required: *624 nullable: true required: - permission @@ -89743,8 +89788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -89754,7 +89799,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: Commit Comment description: Commit Comment type: object @@ -89795,8 +89840,8 @@ paths: updated_at: type: string format: date-time - author_association: *231 - reactions: *232 + author_association: *232 + reactions: *233 required: - url - html_url @@ -89812,7 +89857,7 @@ paths: - created_at - updated_at examples: - default: &629 + default: &630 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -89846,7 +89891,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89871,17 +89916,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#get-a-commit-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 responses: '200': description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &630 + default: &631 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -89938,9 +89983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#update-a-commit-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 requestBody: required: true content: @@ -89962,7 +90007,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: default: value: @@ -90013,9 +90058,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#delete-a-commit-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 responses: '204': description: Response @@ -90036,9 +90081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 - 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 commit comment. @@ -90064,7 +90109,7 @@ paths: application/json: schema: type: array - items: &625 + items: &626 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -90133,7 +90178,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -90152,9 +90197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 requestBody: required: true content: @@ -90186,9 +90231,9 @@ paths: description: Reaction exists content: application/json: - schema: *625 + schema: *626 examples: - default: &626 + default: &627 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -90217,9 +90262,9 @@ paths: description: Reaction created content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '422': *15 x-github: githubCloudOnly: false @@ -90241,9 +90286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *511 - *512 - - *250 + - *513 + - *251 - &707 name: reaction_id description: The unique identifier of the reaction. @@ -90299,8 +90344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-commits parameters: - - *511 - *512 + - *513 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -90356,9 +90401,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: &777 + default: &778 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -90428,11 +90473,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *47 - '500': *40 + Link: *48 + '500': *41 '400': *14 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90452,9 +90497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-branches-for-head-commit parameters: - - *511 - *512 - - &628 + - *513 + - &629 name: commit_sha description: The SHA of the commit. in: path @@ -90501,7 +90546,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90526,9 +90571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments parameters: - - *511 - *512 - - *628 + - *513 + - *629 - *17 - *19 responses: @@ -90538,11 +90583,11 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *629 + default: *630 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90568,9 +90613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#create-a-commit-comment parameters: - - *511 - *512 - - *628 + - *513 + - *629 requestBody: required: true content: @@ -90605,9 +90650,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *630 + default: *631 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -90635,9 +90680,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: - - *511 - *512 - - *628 + - *513 + - *629 - *17 - *19 responses: @@ -90647,7 +90692,7 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: default: &769 value: @@ -91128,8 +91173,8 @@ paths: auto_merge: draft: false headers: - Link: *47 - '409': *121 + Link: *48 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91186,11 +91231,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#get-a-commit parameters: - - *511 - *512 + - *513 - *19 - *17 - - &632 + - &633 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)" @@ -91205,7 +91250,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: default: &754 value: @@ -91295,7 +91340,7 @@ paths: schema: type: string examples: - default: &641 + default: &642 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -91308,7 +91353,7 @@ paths: schema: type: string examples: - default: &642 + default: &643 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -91334,9 +91379,9 @@ paths: value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 - '500': *40 - '503': *203 - '409': *121 + '500': *41 + '503': *204 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91361,11 +91406,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: - - *511 - *512 - - *632 + - *513 - *633 - *634 + - *635 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -91399,11 +91444,11 @@ paths: type: integer check_runs: type: array - items: *574 + items: *575 examples: - default: *635 + default: *636 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91426,9 +91471,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: - - *511 - *512 - - *632 + - *513 + - *633 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -91436,7 +91481,7 @@ paths: schema: type: integer example: 1 - - *633 + - *634 - *17 - *19 responses: @@ -91454,7 +91499,7 @@ paths: type: integer check_suites: type: array - items: *579 + items: *580 examples: default: value: @@ -91629,7 +91674,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91654,9 +91699,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: - - *511 - *512 - - *632 + - *513 + - *633 - *17 - *19 responses: @@ -91723,7 +91768,7 @@ paths: type: string total_count: type: integer - repository: *295 + repository: *296 commit_url: type: string format: uri @@ -91854,9 +91899,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *511 - *512 - - *632 + - *513 + - *633 - *17 - *19 responses: @@ -91866,7 +91911,7 @@ paths: application/json: schema: type: array - items: &832 + items: &833 title: Status description: The status of a commit. type: object @@ -91946,8 +91991,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '301': *517 + Link: *48 + '301': *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91975,8 +92020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/community#get-community-profile-metrics parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -92005,20 +92050,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *636 - required: *637 + properties: *637 + required: *638 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &638 + properties: &639 url: type: string format: uri html_url: type: string format: uri - required: &639 + required: &640 - url - html_url nullable: true @@ -92026,32 +92071,32 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true contributing: title: Community Health File type: object - properties: *638 - required: *639 + properties: *639 + required: *640 nullable: true readme: title: Community Health File type: object - properties: *638 - required: *639 + properties: *639 + required: *640 nullable: true issue_template: title: Community Health File type: object - properties: *638 - required: *639 + properties: *639 + required: *640 nullable: true pull_request_template: title: Community Health File type: object - properties: *638 - required: *639 + properties: *639 + required: *640 nullable: true required: - code_of_conduct @@ -92178,8 +92223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#compare-two-commits parameters: - - *511 - *512 + - *513 - *19 - *17 - name: basehead @@ -92222,8 +92267,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *627 - merge_base_commit: *627 + base_commit: *628 + merge_base_commit: *628 status: type: string enum: @@ -92243,10 +92288,10 @@ paths: example: 6 commits: type: array - items: *627 + items: *628 files: type: array - items: *640 + items: *641 required: - url - html_url @@ -92492,15 +92537,15 @@ paths: schema: type: string examples: - default: *641 + default: *642 application/vnd.github.patch: schema: type: string examples: - default: *642 + default: *643 '404': *6 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92542,8 +92587,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-repository-content parameters: - - *511 - *512 + - *513 - name: path description: path parameter in: path @@ -92703,7 +92748,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &643 + response-if-content-is-a-file-github-object: &644 summary: Response if content is a file value: type: file @@ -92835,7 +92880,7 @@ paths: - size - type - url - - &782 + - &783 title: Content File description: Content File type: object @@ -93036,7 +93081,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *643 + response-if-content-is-a-file: *644 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -93105,8 +93150,8 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *644 - '304': *37 + '302': *645 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93158,8 +93203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#create-or-update-file-contents parameters: - - *511 - *512 + - *513 - name: path description: path parameter in: path @@ -93252,7 +93297,7 @@ paths: description: Response content: application/json: - schema: &645 + schema: &646 title: File Commit description: File Commit type: object @@ -93404,7 +93449,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: example-for-creating-a-file: value: @@ -93458,7 +93503,7 @@ paths: schema: oneOf: - *3 - - &683 + - &684 description: Repository rule violation was detected type: object properties: @@ -93479,7 +93524,7 @@ paths: items: type: object properties: - placeholder_id: &824 + placeholder_id: &825 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -93511,8 +93556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#delete-a-file parameters: - - *511 - *512 + - *513 - name: path description: path parameter in: path @@ -93573,7 +93618,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -93607,8 +93652,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *121 - '503': *203 + '409': *122 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93628,8 +93673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-contributors parameters: - - *511 - *512 + - *513 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -93729,7 +93774,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *47 + Link: *48 '204': description: Response if repository is empty '403': *29 @@ -93758,8 +93803,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -93869,7 +93914,7 @@ paths: custom_allowlist: - sentry.io - https://api.example.com - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -93891,27 +93936,27 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *511 - *512 - - *353 + - *513 - *354 - *355 - *356 - *357 + - *358 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *358 - - *646 - *359 + - *647 - *360 - *361 - - *112 - - *110 + - *362 + - *113 - *111 + - *112 - *17 responses: '200': @@ -93920,11 +93965,11 @@ paths: application/json: schema: type: array - items: &650 + items: &651 type: object description: A Dependabot alert. properties: - number: *134 + number: *135 state: type: string description: The state of the Dependabot alert. @@ -93939,7 +93984,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *135 + package: *136 manifest_path: type: string description: The full path to the dependency manifest file, @@ -93967,13 +94012,13 @@ paths: - direct - transitive - inconclusive - security_advisory: *647 - security_vulnerability: *138 - url: *139 - html_url: *140 - created_at: *141 - updated_at: *142 - dismissed_at: *143 + security_advisory: *648 + security_vulnerability: *139 + url: *140 + html_url: *141 + created_at: *142 + updated_at: *143 + dismissed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -93997,9 +94042,9 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *144 - auto_dismissed_at: *648 - dismissal_request: *649 + fixed_at: *145 + auto_dismissed_at: *649 + dismissal_request: *650 assignees: type: array description: The users assigned to this alert. @@ -94230,7 +94275,7 @@ paths: dismissed_comment: fixed_at: assignees: [] - '304': *37 + '304': *38 '400': *14 '403': *29 '404': *6 @@ -94254,9 +94299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *511 - *512 - - &651 + - *513 + - &652 name: alert_number in: path description: |- @@ -94265,13 +94310,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *134 + schema: *135 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -94381,7 +94426,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '304': *37 + '304': *38 '403': *29 '404': *6 x-github: @@ -94403,9 +94448,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *511 - *512 - - *651 + - *513 + - *652 requestBody: required: true content: @@ -94478,7 +94523,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -94585,7 +94630,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *121 + '409': *122 '422': *7 x-github: githubCloudOnly: false @@ -94608,8 +94653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-repository-secrets parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -94627,7 +94672,7 @@ paths: type: integer secrets: type: array - items: &654 + items: &655 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -94658,7 +94703,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94680,16 +94725,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94709,15 +94754,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 responses: '200': description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -94743,9 +94788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 requestBody: required: true content: @@ -94773,7 +94818,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -94797,9 +94842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *511 - *512 - - *305 + - *513 + - *306 responses: '204': description: Response @@ -94821,8 +94866,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: - - *511 - *512 + - *513 - 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 @@ -94958,7 +95003,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *47 + Link: *48 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -94967,8 +95012,8 @@ paths: application/json: schema: *3 '400': *14 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false category: dependency-graph @@ -94985,8 +95030,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -95202,7 +95247,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *47 + Link: *48 '404': *6 '403': *29 x-github: @@ -95224,8 +95269,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: - - *511 - *512 + - *513 - name: sbom_uuid in: path required: true @@ -95236,7 +95281,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *655 + Location: *656 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -95257,8 +95302,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: - - *511 - *512 + - *513 responses: '201': description: Response @@ -95296,8 +95341,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -95372,7 +95417,7 @@ paths: - version - url additionalProperties: false - metadata: &656 + metadata: &657 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95405,7 +95450,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *656 + metadata: *657 resolved: type: object description: A collection of resolved package dependencies. @@ -95418,7 +95463,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *656 + metadata: *657 relationship: type: string description: A notation of whether a dependency is requested @@ -95547,8 +95592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#list-deployments parameters: - - *511 - *512 + - *513 - name: sha description: The SHA recorded at creation time. in: query @@ -95588,11 +95633,11 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *658 + default: *659 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95656,8 +95701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#create-a-deployment parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -95738,7 +95783,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: simple-example: summary: Simple example @@ -95811,9 +95856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#get-a-deployment parameters: - - *511 - *512 - - &659 + - *513 + - &660 name: deployment_id description: deployment_id parameter in: path @@ -95825,7 +95870,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -95890,9 +95935,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#delete-a-deployment parameters: - - *511 - *512 - - *659 + - *513 + - *660 responses: '204': description: Response @@ -95914,9 +95959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#list-deployment-statuses parameters: - - *511 - *512 - - *659 + - *513 + - *660 - *17 - *19 responses: @@ -95926,7 +95971,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Deployment Status description: The status of a deployment. type: object @@ -96017,8 +96062,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -96067,7 +96112,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -96087,9 +96132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#create-a-deployment-status parameters: - - *511 - *512 - - *659 + - *513 + - *660 requestBody: required: true content: @@ -96164,9 +96209,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: &661 + default: &662 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -96222,9 +96267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#get-a-deployment-status parameters: - - *511 - *512 - - *659 + - *513 + - *660 - name: status_id in: path required: true @@ -96235,9 +96280,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *661 + default: *662 '404': *6 x-github: githubCloudOnly: false @@ -96264,12 +96309,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *511 - *512 - - *662 + - *513 - *663 - *664 - *665 + - *666 - *17 - *19 responses: @@ -96279,12 +96324,12 @@ paths: application/json: schema: type: array - items: *666 + items: *667 examples: - default: *667 + default: *668 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -96305,8 +96350,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *511 - *512 + - *513 - name: alert_number in: path required: true @@ -96318,7 +96363,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -96354,7 +96399,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -96374,8 +96419,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *511 - *512 + - *513 - name: alert_number in: path required: true @@ -96413,7 +96458,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/dependabot": get: summary: List dismissal requests for Dependabot alerts for a repository @@ -96434,12 +96479,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *511 - *512 - - *662 + - *513 - *663 - *664 - *665 + - *666 - *17 - *19 responses: @@ -96449,12 +96494,12 @@ paths: application/json: schema: type: array - items: *668 + items: *669 examples: - default: *669 + default: *670 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/dependabot/{alert_number}": get: summary: Get a dismissal request for a Dependabot alert for a repository @@ -96475,8 +96520,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *511 - *512 + - *513 - name: alert_number in: path required: true @@ -96488,7 +96533,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *668 + schema: *669 examples: default: value: @@ -96519,7 +96564,7 @@ paths: html_url: https://github.com/octo-org/smile/security/dependabot/1 '404': *6 '403': *29 - '500': *40 + '500': *41 post: summary: Create a dismissal request for a Dependabot alert for a repository description: |- @@ -96539,8 +96584,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *511 - *512 + - *513 - name: alert_number in: path required: true @@ -96578,7 +96623,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *668 + schema: *669 examples: default: value: @@ -96609,7 +96654,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 patch: summary: Review a dismissal request for a Dependabot alert for a repository description: |- @@ -96629,8 +96674,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *511 - *512 + - *513 - name: alert_number in: path required: true @@ -96680,7 +96725,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 delete: summary: Cancel a dismissal request for a Dependabot alert for a repository description: |- @@ -96701,8 +96746,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *511 - *512 + - *513 - name: alert_number in: path required: true @@ -96714,7 +96759,7 @@ paths: description: Dismissal request cancelled successfully. '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -96735,12 +96780,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *511 - *512 - - *105 + - *513 - *106 - *107 - - *367 + - *108 + - *368 - *17 - *19 responses: @@ -96750,12 +96795,12 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 '404': *6 '403': *29 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -96777,8 +96822,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *511 - *512 + - *513 - name: alert_number in: path required: true @@ -96790,7 +96835,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *369 + schema: *370 examples: default: value: @@ -96827,7 +96872,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *29 - '500': *40 + '500': *41 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -96848,8 +96893,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *511 - *512 + - *513 - name: alert_number in: path required: true @@ -96899,7 +96944,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -96918,8 +96963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -96976,8 +97021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#list-environments parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -96994,7 +97039,7 @@ paths: type: integer environments: type: array - items: &671 + items: &672 title: Environment description: Details of a deployment environment type: object @@ -97046,7 +97091,7 @@ paths: type: type: string example: wait_timer - wait_timer: &673 + wait_timer: &674 type: integer example: 30 description: The amount of time to delay a job after @@ -97083,11 +97128,11 @@ paths: items: type: object properties: - type: *670 + type: *671 reviewer: anyOf: - *4 - - *328 + - *329 required: - id - node_id @@ -97107,7 +97152,7 @@ paths: - id - node_id - type - deployment_branch_policy: &674 + deployment_branch_policy: &675 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -97223,9 +97268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#get-an-environment parameters: - - *511 - *512 - - &672 + - *513 + - &673 name: environment_name in: path required: true @@ -97238,9 +97283,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: &675 + default: &676 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -97324,9 +97369,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#create-or-update-an-environment parameters: - - *511 - *512 - - *672 + - *513 + - *673 requestBody: required: false content: @@ -97335,7 +97380,7 @@ paths: type: object nullable: true properties: - wait_timer: *673 + wait_timer: *674 prevent_self_review: type: boolean example: false @@ -97352,13 +97397,13 @@ paths: items: type: object properties: - type: *670 + type: *671 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *674 + deployment_branch_policy: *675 additionalProperties: false examples: default: @@ -97378,9 +97423,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *675 + default: *676 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -97404,9 +97449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#delete-an-environment parameters: - - *511 - *512 - - *672 + - *513 + - *673 responses: '204': description: Default response @@ -97431,9 +97476,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *511 - *512 - - *672 + - *513 + - *673 - *17 - *19 responses: @@ -97451,7 +97496,7 @@ paths: example: 2 branch_policies: type: array - items: &676 + items: &677 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -97508,9 +97553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *511 - *512 - - *672 + - *513 + - *673 requestBody: required: true content: @@ -97556,9 +97601,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: - example-wildcard: &677 + example-wildcard: &678 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -97600,10 +97645,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *511 - *512 - - *672 - - &678 + - *513 + - *673 + - &679 name: branch_policy_id in: path required: true @@ -97615,9 +97660,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: - default: *677 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97636,10 +97681,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *511 - *512 - - *672 - - *678 + - *513 + - *673 + - *679 requestBody: required: true content: @@ -97667,9 +97712,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: - default: *677 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97688,10 +97733,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *511 - *512 - - *672 - - *678 + - *513 + - *673 + - *679 responses: '204': description: Response @@ -97716,9 +97761,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: - - *672 + - *673 + - *513 - *512 - - *511 responses: '200': description: List of deployment protection rules @@ -97734,7 +97779,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &679 + items: &680 title: Deployment protection rule description: Deployment protection rule type: object @@ -97753,7 +97798,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &680 + app: &681 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -97852,9 +97897,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: - - *672 + - *673 + - *513 - *512 - - *511 requestBody: content: application/json: @@ -97875,9 +97920,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *679 + schema: *680 examples: - default: &681 + default: &682 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -97912,9 +97957,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: - - *672 + - *673 + - *513 - *512 - - *511 - *19 - *17 responses: @@ -97933,7 +97978,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *680 + items: *681 examples: default: value: @@ -97968,10 +98013,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: - - *511 - *512 - - *672 - - &682 + - *513 + - *673 + - &683 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -97983,9 +98028,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *681 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98006,10 +98051,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: - - *672 + - *673 + - *513 - *512 - - *511 - - *682 + - *683 responses: '204': description: Response @@ -98035,9 +98080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-environment-secrets parameters: - - *511 - *512 - - *672 + - *513 + - *673 - *17 - *19 responses: @@ -98055,11 +98100,11 @@ paths: type: integer secrets: type: array - items: *541 + items: *542 examples: - default: *542 + default: *543 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98082,17 +98127,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-public-key parameters: - - *511 - *512 - - *672 + - *513 + - *673 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98114,18 +98159,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-secret parameters: - - *511 - *512 - - *672 - - *305 + - *513 + - *673 + - *306 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98147,10 +98192,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *511 - *512 - - *672 - - *305 + - *513 + - *673 + - *306 requestBody: required: true content: @@ -98181,7 +98226,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -98207,10 +98252,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-an-environment-secret parameters: - - *511 - *512 - - *672 - - *305 + - *513 + - *673 + - *306 responses: '204': description: Default response @@ -98235,10 +98280,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-environment-variables parameters: - - *511 - *512 - - *672 - - *314 + - *513 + - *673 + - *315 - *19 responses: '200': @@ -98255,11 +98300,11 @@ paths: type: integer variables: type: array - items: *543 + items: *544 examples: - default: *544 + default: *545 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98280,9 +98325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-an-environment-variable parameters: - - *511 - *512 - - *672 + - *513 + - *673 requestBody: required: true content: @@ -98309,7 +98354,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -98334,18 +98379,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-an-environment-variable parameters: - - *511 - *512 - - *672 - - *308 + - *513 + - *673 + - *309 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98366,10 +98411,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-an-environment-variable parameters: - - *511 - *512 - - *308 - - *672 + - *513 + - *309 + - *673 requestBody: required: true content: @@ -98411,10 +98456,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-an-environment-variable parameters: - - *511 - *512 - - *308 - - *672 + - *513 + - *309 + - *673 responses: '204': description: Response @@ -98436,8 +98481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-repository-events parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -98447,7 +98492,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: 200-response: value: @@ -98505,8 +98550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#list-forks parameters: - - *511 - *512 + - *513 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -98528,7 +98573,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -98641,7 +98686,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *47 + Link: *48 '400': *14 x-github: githubCloudOnly: false @@ -98665,8 +98710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#create-a-fork parameters: - - *511 - *512 + - *513 requestBody: required: false content: @@ -98698,9 +98743,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 '400': *14 '422': *15 '403': *29 @@ -98721,8 +98766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#create-a-blob parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -98773,7 +98818,7 @@ paths: schema: type: string '404': *6 - '409': *121 + '409': *122 '403': *29 '422': description: Validation failed @@ -98781,8 +98826,8 @@ paths: application/json: schema: oneOf: - - *270 - - *683 + - *271 + - *684 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98807,8 +98852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#get-a-blob parameters: - - *511 - *512 + - *513 - name: file_sha in: path required: true @@ -98859,7 +98904,7 @@ paths: '404': *6 '422': *15 '403': *29 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98907,8 +98952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#create-a-commit parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -99017,7 +99062,7 @@ paths: description: Response content: application/json: - schema: &684 + schema: &685 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -99181,7 +99226,7 @@ paths: type: string '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99231,15 +99276,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#get-a-commit-object parameters: - - *511 - *512 - - *628 + - *513 + - *629 responses: '200': description: Response content: application/json: - schema: *684 + schema: *685 examples: default: value: @@ -99270,7 +99315,7 @@ paths: payload: verified_at: '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99295,9 +99340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#list-matching-references parameters: - - *511 - *512 - - &685 + - *513 + - &686 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. @@ -99314,7 +99359,7 @@ paths: application/json: schema: type: array - items: &686 + items: &687 title: Git Reference description: Git references within a repository type: object @@ -99367,8 +99412,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *47 - '409': *121 + Link: *48 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99389,17 +99434,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference parameters: - - *511 - *512 - - *685 + - *513 + - *686 responses: '200': description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: &687 + default: &688 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -99409,7 +99454,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99428,8 +99473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#create-a-reference parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -99458,16 +99503,16 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99486,9 +99531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#update-a-reference parameters: - - *511 - *512 - - *685 + - *513 + - *686 requestBody: required: true content: @@ -99517,11 +99562,11 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99537,16 +99582,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#delete-a-reference parameters: - - *511 - *512 - - *685 + - *513 + - *686 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99594,8 +99639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#create-a-tag-object parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -99662,7 +99707,7 @@ paths: description: Response content: application/json: - schema: &689 + schema: &690 title: Git Tag description: Metadata for a Git tag type: object @@ -99713,7 +99758,7 @@ paths: - sha - type - url - verification: *688 + verification: *689 required: - sha - url @@ -99723,7 +99768,7 @@ paths: - tag - message examples: - default: &690 + default: &691 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -99750,7 +99795,7 @@ paths: schema: type: string '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99796,8 +99841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#get-a-tag parameters: - - *511 - *512 + - *513 - name: tag_sha in: path required: true @@ -99808,11 +99853,11 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99834,8 +99879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#create-a-tree parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -99908,7 +99953,7 @@ paths: description: Response content: application/json: - schema: &691 + schema: &692 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -99981,7 +100026,7 @@ paths: '422': *15 '404': *6 '403': *29 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100004,8 +100049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#get-a-tree parameters: - - *511 - *512 + - *513 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -100028,7 +100073,7 @@ paths: description: Response content: application/json: - schema: *691 + schema: *692 examples: default-response: summary: Default response @@ -100069,7 +100114,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100086,8 +100131,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -100130,8 +100175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-repository-webhooks parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -100141,7 +100186,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: Webhook description: Webhooks for repositories. type: object @@ -100195,7 +100240,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &979 + last_response: &980 title: Hook Response type: object properties: @@ -100250,7 +100295,7 @@ paths: status: unused message: headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -100269,8 +100314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#create-a-repository-webhook parameters: - - *511 - *512 + - *513 requestBody: required: false content: @@ -100322,9 +100367,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: &693 + default: &694 value: type: Repository id: 12345678 @@ -100372,17 +100417,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-repository-webhook parameters: - - *511 - *512 - - *376 + - *513 + - *377 responses: '200': description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *693 + default: *694 '404': *6 x-github: githubCloudOnly: false @@ -100402,9 +100447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#update-a-repository-webhook parameters: - - *511 - *512 - - *376 + - *513 + - *377 requestBody: required: true content: @@ -100449,9 +100494,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *693 + default: *694 '422': *15 '404': *6 x-github: @@ -100472,9 +100517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *511 - *512 - - *376 + - *513 + - *377 responses: '204': description: Response @@ -100498,9 +100543,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: - - *511 - *512 - - *376 + - *513 + - *377 responses: '200': description: Response @@ -100527,9 +100572,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: - - *511 - *512 - - *376 + - *513 + - *377 requestBody: required: false content: @@ -100573,12 +100618,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *511 - *512 - - *376 - - *17 + - *513 - *377 + - *17 - *378 + - *379 responses: '200': description: Response @@ -100586,9 +100631,9 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 '400': *14 '422': *15 x-github: @@ -100607,18 +100652,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: - - *511 - *512 - - *376 + - *513 + - *377 - *16 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '400': *14 '422': *15 x-github: @@ -100637,12 +100682,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *511 - *512 - - *376 + - *513 + - *377 - *16 responses: - '202': *39 + '202': *40 '400': *14 '422': *15 x-github: @@ -100662,9 +100707,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *511 - *512 - - *376 + - *513 + - *377 responses: '204': description: Response @@ -100689,9 +100734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *511 - *512 - - *376 + - *513 + - *377 responses: '204': description: Response @@ -100714,8 +100759,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: - - *511 - *512 + - *513 responses: '200': description: Response if immutable releases are enabled @@ -100761,11 +100806,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-immutable-releases parameters: - - *511 - *512 + - *513 responses: - '204': *130 - '409': *121 + '204': *131 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100782,11 +100827,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-immutable-releases parameters: - - *511 - *512 + - *513 responses: - '204': *130 - '409': *121 + '204': *131 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100840,14 +100885,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-an-import-status parameters: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: &694 + schema: &695 title: Import description: A repository import from an external source. type: object @@ -100946,7 +100991,7 @@ paths: - html_url - authors_url examples: - default: &697 + default: &698 value: vcs: subversion use_lfs: true @@ -100962,7 +101007,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': &695 + '503': &696 description: Unavailable due to service under maintenance. content: application/json: @@ -100991,8 +101036,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#start-an-import parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -101040,7 +101085,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -101065,7 +101110,7 @@ paths: type: string '422': *15 '404': *6 - '503': *695 + '503': *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101093,8 +101138,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-an-import parameters: - - *511 - *512 + - *513 requestBody: required: false content: @@ -101143,7 +101188,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: example-1: summary: Example 1 @@ -101191,7 +101236,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': *695 + '503': *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101214,12 +101259,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#cancel-an-import parameters: - - *511 - *512 + - *513 responses: '204': description: Response - '503': *695 + '503': *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101245,9 +101290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-commit-authors parameters: - - *511 - *512 - - &903 + - *513 + - &904 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -101261,7 +101306,7 @@ paths: application/json: schema: type: array - items: &696 + items: &697 title: Porter Author description: Porter Author type: object @@ -101315,7 +101360,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': *695 + '503': *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101340,8 +101385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#map-a-commit-author parameters: - - *511 - *512 + - *513 - name: author_id in: path required: true @@ -101371,7 +101416,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -101384,7 +101429,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *695 + '503': *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101408,8 +101453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-large-files parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -101450,7 +101495,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *695 + '503': *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101478,8 +101523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -101506,11 +101551,11 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *697 + default: *698 '422': *15 - '503': *695 + '503': *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101533,8 +101578,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -101542,8 +101587,8 @@ paths: application/json: schema: *22 examples: - default: *394 - '301': *517 + default: *395 + '301': *518 '404': *6 x-github: githubCloudOnly: false @@ -101563,8 +101608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -101572,12 +101617,12 @@ paths: application/json: schema: anyOf: - - *396 + - *397 - type: object properties: {} additionalProperties: false examples: - default: &699 + default: &700 value: limit: collaborators_only origin: repository @@ -101602,13 +101647,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *511 - *512 + - *513 requestBody: required: true content: application/json: - schema: *698 + schema: *699 examples: default: summary: Example request body @@ -101620,9 +101665,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *699 + default: *700 '409': description: Response x-github: @@ -101644,8 +101689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *511 - *512 + - *513 responses: '204': description: Response @@ -101672,8 +101717,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -101727,13 +101772,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: - - *511 - *512 + - *513 requestBody: required: true content: application/json: - schema: &700 + schema: &701 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. @@ -101783,13 +101828,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: - - *511 - *512 + - *513 requestBody: required: true content: application/json: - schema: *700 + schema: *701 examples: default: summary: Example request body @@ -101822,8 +101867,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -101876,8 +101921,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -101953,8 +101998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#list-repository-invitations parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -101964,9 +102009,9 @@ paths: application/json: schema: type: array - items: *701 + items: *702 examples: - default: &896 + default: &897 value: - id: 1 repository: @@ -102080,7 +102125,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102097,9 +102142,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *511 - *512 - - *400 + - *513 + - *401 requestBody: required: false content: @@ -102128,7 +102173,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -102259,9 +102304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *511 - *512 - - *400 + - *513 + - *401 responses: '204': description: Response @@ -102284,8 +102329,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -102293,9 +102338,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: *702 + default: *703 '404': *6 x-github: githubCloudOnly: false @@ -102324,8 +102369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-repository-issues parameters: - - *511 - *512 + - *513 - 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 @@ -102387,7 +102432,7 @@ paths: required: false schema: type: string - - *407 + - *408 - name: sort description: What to sort results by. in: query @@ -102399,8 +102444,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -102410,7 +102455,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: &718 value: @@ -102560,8 +102605,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *47 - '301': *517 + Link: *48 + '301': *518 '422': *15 '404': *6 x-github: @@ -102590,8 +102635,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#create-an-issue parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -102698,7 +102743,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: &715 value: @@ -102861,9 +102906,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *203 + '503': *204 '404': *6 - '410': *703 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -102901,9 +102946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *511 - *512 - - *258 + - *513 + - *259 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -102913,7 +102958,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -102957,7 +103002,7 @@ paths: author_association: COLLABORATOR minimized: headers: - Link: *47 + Link: *48 '422': *15 '404': *6 x-github: @@ -102984,9 +103029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 responses: '200': description: Response @@ -103050,9 +103095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#update-an-issue-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 requestBody: required: true content: @@ -103094,9 +103139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#delete-an-issue-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 responses: '204': description: Response @@ -103124,9 +103169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#pin-an-issue-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 responses: '200': description: Response @@ -103188,7 +103233,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *703 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -103205,17 +103250,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#unpin-an-issue-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 responses: '204': description: Response '401': *25 '403': *29 '404': *6 - '410': *703 - '503': *203 + '410': *33 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103232,9 +103277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 - 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 comment. @@ -103260,11 +103305,11 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: default: *706 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -103283,9 +103328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *511 - *512 - - *250 + - *513 + - *251 requestBody: required: true content: @@ -103317,16 +103362,16 @@ paths: description: Reaction exists content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '201': description: Reaction created content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '422': *15 x-github: githubCloudOnly: false @@ -103348,9 +103393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *511 - *512 - - *250 + - *513 + - *251 - *707 responses: '204': @@ -103371,8 +103416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events-for-a-repository parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -103471,7 +103516,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *328 + requested_team: *329 dismissed_review: title: Issue Event Dismissed Review type: object @@ -103585,7 +103630,7 @@ paths: type: string description: The reason for the referenced issue's state. nullable: true - repository: *122 + repository: *123 issue_type: title: Issue Type description: The type of the referenced issue. @@ -103639,7 +103684,7 @@ paths: nullable: true properties: *712 required: *713 - author_association: *231 + author_association: *232 lock_reason: type: string nullable: true @@ -103652,8 +103697,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 required: - id - node_id @@ -103820,7 +103865,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -103838,8 +103883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#get-an-issue-event parameters: - - *511 - *512 + - *513 - name: event_id in: path required: true @@ -104043,7 +104088,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *703 + '410': *33 '403': *29 x-github: githubCloudOnly: false @@ -104077,8 +104122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue parameters: - - *511 - *512 + - *513 - &716 name: issue_number description: The number that identifies the issue. @@ -104091,7 +104136,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: summary: Issue @@ -104300,10 +104345,10 @@ paths: - op: remove path: "/value/assignee" version: '2026-03-10' - '301': *517 + '301': *518 '404': *6 - '410': *703 - '304': *37 + '410': *33 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104327,8 +104372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#update-an-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: false @@ -104470,17 +104515,17 @@ paths: application/json: schema: allOf: - - *234 + - *235 - type: object properties: {} examples: default: *715 '422': *15 - '503': *203 + '503': *204 '403': *29 - '301': *517 + '301': *518 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104508,8 +104553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: false @@ -104536,7 +104581,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *715 x-github: @@ -104554,8 +104599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: content: @@ -104581,7 +104626,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *715 x-github: @@ -104605,8 +104650,8 @@ 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: - - *511 - *512 + - *513 - *716 - name: assignee in: path @@ -104647,10 +104692,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments parameters: - - *511 - *512 + - *513 - *716 - - *241 + - *242 - *17 - *19 responses: @@ -104664,9 +104709,9 @@ paths: examples: default: *717 headers: - Link: *47 + Link: *48 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104695,8 +104740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#create-an-issue-comment parameters: - - *511 - *512 + - *513 - *716 requestBody: required: true @@ -104728,7 +104773,7 @@ paths: schema: type: string '403': *29 - '410': *703 + '410': *33 '422': *15 '404': *6 x-github: @@ -104756,8 +104801,8 @@ 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: - - *511 - *512 + - *513 - *716 - *17 - *19 @@ -104768,14 +104813,14 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *718 headers: - Link: *47 - '301': *517 + Link: *48 + '301': *518 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104803,8 +104848,8 @@ 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: - - *511 - *512 + - *513 - *716 requestBody: required: true @@ -104827,7 +104872,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *715 headers: @@ -104835,9 +104880,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *517 + '301': *518 '403': *29 - '410': *703 + '410': *33 '422': *15 '404': *6 x-github: @@ -104868,8 +104913,8 @@ 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: - - *511 - *512 + - *513 - *716 - name: issue_id in: path @@ -104882,15 +104927,15 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *715 - '301': *517 + '301': *518 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *703 + '410': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -104916,8 +104961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *511 - *512 + - *513 - *716 - *17 - *19 @@ -104928,14 +104973,14 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *718 headers: - Link: *47 - '301': *517 + Link: *48 + '301': *518 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104952,8 +104997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events parameters: - - *511 - *512 + - *513 - *716 - *17 - *19 @@ -104999,8 +105044,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 label: type: object properties: @@ -105053,8 +105098,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 label: type: object properties: @@ -105142,8 +105187,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 assigner: *4 required: @@ -105189,8 +105234,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 milestone: type: object properties: @@ -105240,8 +105285,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 milestone: type: object properties: @@ -105291,8 +105336,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 rename: type: object properties: @@ -105345,10 +105390,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 review_requester: *4 - requested_team: *328 + requested_team: *329 requested_reviewer: *4 required: - review_requester @@ -105392,10 +105437,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 review_requester: *4 - requested_team: *328 + requested_team: *329 requested_reviewer: *4 required: - review_requester @@ -105439,8 +105484,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 dismissed_review: type: object properties: @@ -105499,8 +105544,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 lock_reason: type: string example: '"off-topic"' @@ -105547,8 +105592,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -105613,8 +105658,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -105679,8 +105724,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 project_card: type: object properties: @@ -105801,8 +105846,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 issue_type: *711 required: - issue_type @@ -105846,8 +105891,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 prev_issue_type: *711 required: - prev_issue_type @@ -105891,8 +105936,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 issue_type: *711 prev_issue_type: *711 required: @@ -105938,8 +105983,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -105991,8 +106036,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -106044,8 +106089,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -106097,8 +106142,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 parent_issue: title: Issue Reference description: A minimal reference to an issue linked from a @@ -106150,8 +106195,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -106203,8 +106248,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a @@ -106256,8 +106301,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -106309,8 +106354,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 blocking: title: Issue Reference description: A minimal reference to an issue linked from a @@ -106365,8 +106410,8 @@ paths: name: label color: red headers: - Link: *47 - '410': *703 + Link: *48 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106383,8 +106428,8 @@ 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: - - *511 - *512 + - *513 - *716 - *17 - *19 @@ -106436,10 +106481,10 @@ paths: name: Backend color: green headers: - Link: *47 - '301': *517 + Link: *48 + '301': *518 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106468,8 +106513,8 @@ 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: - - *511 - *512 + - *513 - *716 requestBody: required: true @@ -106547,7 +106592,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -106578,8 +106623,8 @@ 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: - - *511 - *512 + - *513 - *716 requestBody: required: true @@ -106652,7 +106697,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -106678,17 +106723,17 @@ 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: - - *511 - *512 + - *513 - *716 - - *403 + - *404 responses: '204': description: Issue field value deleted successfully '403': *29 '404': *6 '422': *15 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -106706,8 +106751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-an-issue parameters: - - *511 - *512 + - *513 - *716 - *17 - *19 @@ -106718,7 +106763,7 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: &721 value: @@ -106737,10 +106782,10 @@ paths: color: a2eeef default: false headers: - Link: *47 - '301': *517 + Link: *48 + '301': *518 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106756,8 +106801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#add-labels-to-an-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: false @@ -106801,12 +106846,12 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *721 - '301': *517 + '301': *518 '404': *6 - '410': *703 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -106823,8 +106868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#set-labels-for-an-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: false @@ -106885,12 +106930,12 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *721 - '301': *517 + '301': *518 '404': *6 - '410': *703 + '410': *33 '422': *15 x-github: githubCloudOnly: false @@ -106907,15 +106952,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *511 - *512 + - *513 - *716 responses: '204': description: Response - '301': *517 + '301': *518 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106934,8 +106979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *511 - *512 + - *513 - *716 - name: name in: path @@ -106949,7 +106994,7 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: value: @@ -106960,9 +107005,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *517 + '301': *518 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106982,8 +107027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#lock-an-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: false @@ -107012,7 +107057,7 @@ paths: '204': description: Response '403': *29 - '410': *703 + '410': *33 '404': *6 '422': *15 x-github: @@ -107030,8 +107075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#unlock-an-issue parameters: - - *511 - *512 + - *513 - *716 responses: '204': @@ -107062,20 +107107,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#get-parent-issue parameters: - - *511 - *512 + - *513 - *716 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *715 - '301': *517 + '301': *518 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107092,8 +107137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *511 - *512 + - *513 - *716 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -107120,13 +107165,13 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: default: *706 headers: - Link: *47 + Link: *48 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107144,8 +107189,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: true @@ -107178,16 +107223,16 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '201': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '422': *15 x-github: githubCloudOnly: false @@ -107209,8 +107254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *511 - *512 + - *513 - *716 - *707 responses: @@ -107241,8 +107286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#remove-sub-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: true @@ -107265,7 +107310,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *715 headers: @@ -107300,8 +107345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#list-sub-issues parameters: - - *511 - *512 + - *513 - *716 - *17 - *19 @@ -107312,13 +107357,13 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: *718 headers: - Link: *47 + Link: *48 '404': *6 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107346,8 +107391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#add-sub-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: true @@ -107375,7 +107420,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *715 headers: @@ -107384,7 +107429,7 @@ paths: schema: type: string '403': *29 - '410': *703 + '410': *33 '422': *15 '404': *6 x-github: @@ -107404,8 +107449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *511 - *512 + - *513 - *716 requestBody: required: true @@ -107437,13 +107482,13 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: *715 '403': *29 '404': *6 '422': *7 - '503': *203 + '503': *204 x-github: triggersNotification: true githubCloudOnly: false @@ -107461,8 +107506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *511 - *512 + - *513 - *716 - *17 - *19 @@ -107533,7 +107578,7 @@ paths: issue_url: type: string format: uri - author_association: *231 + author_association: *232 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -107543,9 +107588,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 - reactions: *232 + properties: *230 + required: *231 + reactions: *233 pin: title: Pinned Issue Comment description: Context around who pinned an issue comment and @@ -107591,7 +107636,7 @@ paths: properties: type: type: string - issue: *234 + issue: *235 required: - event - created_at @@ -107791,7 +107836,7 @@ paths: type: string body_text: type: string - author_association: *231 + author_association: *232 required: - event - id @@ -107814,7 +107859,7 @@ paths: type: string comments: type: array - items: &771 + items: &772 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -107909,7 +107954,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *231 + author_association: *232 _links: type: object properties: @@ -107993,7 +108038,7 @@ paths: enum: - line - file - reactions: *232 + reactions: *233 body_html: type: string example: '"

comment body

"' @@ -108029,7 +108074,7 @@ paths: type: string comments: type: array - items: *624 + items: *625 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -108060,8 +108105,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 required: - id @@ -108104,8 +108149,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 assignee: *4 required: - id @@ -108148,8 +108193,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 state_reason: type: string nullable: true @@ -108327,10 +108372,10 @@ paths: type: User site_admin: true headers: - Link: *47 + Link: *48 '404': *6 '400': *14 - '410': *703 + '410': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108347,8 +108392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -108408,7 +108453,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108424,8 +108469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -108497,8 +108542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *511 - *512 + - *513 - &752 name: key_id description: The unique identifier of the key. @@ -108531,8 +108576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *511 - *512 + - *513 - *752 responses: '204': @@ -108553,8 +108598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-a-repository parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -108564,11 +108609,11 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *721 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -108587,8 +108632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#create-a-label parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -108624,7 +108669,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: &753 value: @@ -108658,8 +108703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#get-a-label parameters: - - *511 - *512 + - *513 - name: name in: path required: true @@ -108670,7 +108715,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: *753 '404': *6 @@ -108689,8 +108734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#update-a-label parameters: - - *511 - *512 + - *513 - name: name in: path required: true @@ -108729,7 +108774,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: value: @@ -108755,8 +108800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#delete-a-label parameters: - - *511 - *512 + - *513 - name: name in: path required: true @@ -108782,8 +108827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-languages parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -108819,10 +108864,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *511 - *512 + - *513 responses: - '202': *39 + '202': *40 '403': description: |- We will return a 403 with one of the following messages: @@ -108848,8 +108893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *511 - *512 + - *513 responses: '204': description: Response @@ -108875,9 +108920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *511 - *512 - - *597 + - *513 + - *598 responses: '200': description: Response @@ -108939,8 +108984,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true required: - _links @@ -109022,8 +109067,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -109088,8 +109133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#merge-a-branch parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -109123,7 +109168,7 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *627 + schema: *628 examples: default: *754 '204': @@ -109150,8 +109195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#list-milestones parameters: - - *511 - *512 + - *513 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -109196,8 +109241,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 examples: default: value: @@ -109236,7 +109281,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -109253,8 +109298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#create-a-milestone parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -109355,8 +109400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#get-a-milestone parameters: - - *511 - *512 + - *513 - &757 name: milestone_number description: The number that identifies the milestone. @@ -109388,8 +109433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#update-a-milestone parameters: - - *511 - *512 + - *513 - *757 requestBody: required: false @@ -109446,8 +109491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#delete-a-milestone parameters: - - *511 - *512 + - *513 - *757 responses: '204': @@ -109469,8 +109514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *511 - *512 + - *513 - *757 - *17 - *19 @@ -109481,11 +109526,11 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: *721 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109502,11 +109547,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *511 - *512 + - *513 - *758 - *759 - - *241 + - *242 - *760 - *17 - *19 @@ -109517,11 +109562,11 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: default: *761 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109543,8 +109588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *511 - *512 + - *513 requestBody: required: false content: @@ -109602,8 +109647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-a-apiname-pages-site parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -109775,8 +109820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-apiname-pages-site parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -109834,7 +109879,7 @@ paths: examples: default: *763 '422': *15 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109855,8 +109900,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -109942,7 +109987,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109963,14 +110008,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *511 - *512 + - *513 responses: '204': description: Response '422': *15 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109990,8 +110035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#list-apiname-pages-builds parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -110076,7 +110121,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110095,8 +110140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#request-a-apiname-pages-build parameters: - - *511 - *512 + - *513 responses: '201': description: Response @@ -110141,8 +110186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-latest-pages-build parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -110198,8 +110243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-apiname-pages-build parameters: - - *511 - *512 + - *513 - name: build_id in: path required: true @@ -110232,8 +110277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-github-pages-deployment parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -110338,8 +110383,8 @@ 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: - - *511 - *512 + - *513 - &766 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit @@ -110398,11 +110443,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *511 - *512 + - *513 - *766 responses: - '204': *130 + '204': *131 '404': *6 x-github: githubCloudOnly: false @@ -110427,8 +110472,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -110659,7 +110704,7 @@ paths: description: Empty response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -110686,8 +110731,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: - - *511 - *512 + - *513 responses: '200': description: Private vulnerability reporting status @@ -110724,10 +110769,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *511 - *512 + - *513 responses: - '204': *130 + '204': *131 '422': *14 x-github: githubCloudOnly: false @@ -110746,10 +110791,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *511 - *512 + - *513 responses: - '204': *130 + '204': *131 '422': *14 x-github: githubCloudOnly: false @@ -110769,8 +110814,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -110778,7 +110823,7 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: default: *767 '403': *29 @@ -110802,8 +110847,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -110815,7 +110860,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *163 + items: *164 required: - properties examples: @@ -110857,8 +110902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests parameters: - - *511 - *512 + - *513 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -110918,12 +110963,12 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: default: *769 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '422': *15 x-github: githubCloudOnly: false @@ -110952,8 +110997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#create-a-pull-request parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -111018,7 +111063,7 @@ paths: description: Response content: application/json: - schema: &773 + schema: &774 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -111129,8 +111174,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 @@ -111173,7 +111218,7 @@ paths: items: *4 requested_teams: type: array - items: *495 + items: *496 head: type: object properties: @@ -111181,7 +111226,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: *4 @@ -111198,7 +111243,7 @@ paths: type: string ref: type: string - repo: *80 + repo: *81 sha: type: string user: *4 @@ -111211,14 +111256,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 @@ -111228,8 +111273,9 @@ paths: - review_comments - review_comment - self - author_association: *231 + author_association: *232 auto_merge: *770 + stack: *771 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -111415,7 +111461,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &774 + default: &775 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -111953,8 +111999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *511 - *512 + - *513 - name: sort in: query required: false @@ -111973,7 +112019,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -111983,9 +112029,9 @@ paths: application/json: schema: type: array - items: *771 + items: *772 examples: - default: &776 + default: &777 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -112037,7 +112083,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112062,17 +112108,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: - - *511 - *512 - - *250 + - *513 + - *251 responses: '200': description: Response content: application/json: - schema: *771 + schema: *772 examples: - default: &772 + default: &773 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -112147,9 +112193,9 @@ 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: - - *511 - *512 - - *250 + - *513 + - *251 requestBody: required: true content: @@ -112171,9 +112217,9 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: - default: *772 + default: *773 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112189,9 +112235,9 @@ 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: - - *511 - *512 - - *250 + - *513 + - *251 responses: '204': description: Response @@ -112212,9 +112258,9 @@ 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: - - *511 - *512 - - *250 + - *513 + - *251 - 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 pull request review comment. @@ -112240,11 +112286,11 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: default: *706 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -112263,9 +112309,9 @@ 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: - - *511 - *512 - - *250 + - *513 + - *251 requestBody: required: true content: @@ -112297,16 +112343,16 @@ paths: description: Reaction exists content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '201': description: Reaction created content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '422': *15 x-github: githubCloudOnly: false @@ -112328,9 +112374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *511 - *512 - - *250 + - *513 + - *251 - *707 responses: '204': @@ -112374,9 +112420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#get-a-pull-request parameters: - - *511 - *512 - - &775 + - *513 + - &776 name: pull_number description: The number that identifies the pull request. in: path @@ -112389,18 +112435,18 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *773 + schema: *774 examples: - default: *774 - '304': *37 + default: *775 + '304': *38 '404': *6 '406': description: Unacceptable content: application/json: schema: *3 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112426,9 +112472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request parameters: - - *511 - *512 - - *775 + - *513 + - *776 requestBody: required: false content: @@ -112470,9 +112516,9 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: - default: *774 + default: *775 '422': *15 '403': *29 x-github: @@ -112494,9 +112540,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: - - *511 - *512 - - *775 + - *513 + - *776 requestBody: required: true content: @@ -112556,21 +112602,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *614 + default: *615 '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: *614 + default: *615 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112596,10 +112642,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *511 - *512 - - *775 - - *258 + - *513 + - *776 + - *259 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -112609,7 +112655,7 @@ paths: enum: - asc - desc - - *241 + - *242 - *17 - *19 responses: @@ -112619,11 +112665,11 @@ paths: application/json: schema: type: array - items: *771 + items: *772 examples: - default: *776 + default: *777 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112654,9 +112700,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: - - *511 - *512 - - *775 + - *513 + - *776 requestBody: required: true content: @@ -112761,7 +112807,7 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: example-for-a-multi-line-comment: value: @@ -112849,10 +112895,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *511 - *512 - - *775 - - *250 + - *513 + - *776 + - *251 requestBody: required: true content: @@ -112874,7 +112920,7 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: default: value: @@ -112960,9 +113006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *511 - *512 - - *775 + - *513 + - *776 - *17 - *19 responses: @@ -112972,11 +113018,11 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *777 + default: *778 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113004,9 +113050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests-files parameters: - - *511 - *512 - - *775 + - *513 + - *776 - *17 - *19 responses: @@ -113016,7 +113062,7 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: default: value: @@ -113032,10 +113078,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *47 + Link: *48 '422': *15 - '500': *40 - '503': *203 + '500': *41 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113054,9 +113100,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: - - *511 - *512 - - *775 + - *513 + - *776 responses: '204': description: Response if pull request has been merged @@ -113079,9 +113125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#merge-a-pull-request parameters: - - *511 - *512 - - *775 + - *513 + - *776 requestBody: required: false content: @@ -113192,9 +113238,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: - - *511 - *512 - - *775 + - *513 + - *776 responses: '200': description: Response @@ -113210,7 +113256,7 @@ paths: items: *4 teams: type: array - items: *328 + items: *329 required: - users - teams @@ -113251,7 +113297,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113269,9 +113315,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: - - *511 - *512 - - *775 + - *513 + - *776 requestBody: required: false content: @@ -113308,7 +113354,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -113844,9 +113890,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: - - *511 - *512 - - *775 + - *513 + - *776 requestBody: required: true content: @@ -113880,7 +113926,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -114396,9 +114442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *511 - *512 - - *775 + - *513 + - *776 - *17 - *19 responses: @@ -114408,7 +114454,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -114477,7 +114523,7 @@ paths: type: string body_text: type: string - author_association: *231 + author_association: *232 required: - id - node_id @@ -114526,7 +114572,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114559,9 +114605,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: - - *511 - *512 - - *775 + - *513 + - *776 requestBody: required: false content: @@ -114647,9 +114693,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &780 + default: &781 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -114712,10 +114758,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: - - *511 - *512 - - *775 - - &779 + - *513 + - *776 + - &780 name: review_id description: The unique identifier of the review. in: path @@ -114727,9 +114773,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &781 + default: &782 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -114788,10 +114834,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: - - *511 - *512 - - *775 - - *779 + - *513 + - *776 + - *780 requestBody: required: true content: @@ -114814,7 +114860,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: default: value: @@ -114876,18 +114922,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: - - *511 - *512 - - *775 - - *779 + - *513 + - *776 + - *780 responses: '200': description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *780 + default: *781 '422': *7 '404': *6 x-github: @@ -114914,10 +114960,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: - - *511 - *512 - - *775 - - *779 + - *513 + - *776 + - *780 - *17 - *19 responses: @@ -114996,13 +115042,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *231 + author_association: *232 _links: type: object properties: - self: *441 - html: *441 - pull_request: *441 + self: *442 + html: *442 + pull_request: *442 required: - self - html @@ -115011,7 +115057,7 @@ paths: type: string body_html: type: string - reactions: *232 + reactions: *233 side: description: The side of the first line of the range for a multi-line comment. @@ -115123,7 +115169,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -115152,10 +115198,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: - - *511 - *512 - - *775 - - *779 + - *513 + - *776 + - *780 requestBody: required: true content: @@ -115183,7 +115229,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: default: value: @@ -115246,10 +115292,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: - - *511 - *512 - - *775 - - *779 + - *513 + - *776 + - *780 requestBody: required: true content: @@ -115284,9 +115330,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *781 + default: *782 '404': *6 '422': *7 '403': *29 @@ -115308,9 +115354,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *511 - *512 - - *775 + - *513 + - *776 requestBody: required: false content: @@ -115373,8 +115419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-a-repository-readme parameters: - - *511 - *512 + - *513 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -115387,9 +115433,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &783 + default: &784 value: type: file encoding: base64 @@ -115406,7 +115452,7 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '304': *37 + '304': *38 '404': *6 '422': *15 x-github: @@ -115431,8 +115477,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: - - *511 - *512 + - *513 - name: dir description: The alternate path to look for a README file in: path @@ -115452,9 +115498,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *783 + default: *784 '404': *6 '422': *15 x-github: @@ -115476,8 +115522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#list-releases parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -115487,7 +115533,7 @@ paths: application/json: schema: type: array - items: *784 + items: *785 examples: default: value: @@ -115561,7 +115607,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -115581,8 +115627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#create-a-release parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -115658,9 +115704,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: &788 + default: &789 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -115765,9 +115811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#get-a-release-asset parameters: - - *511 - *512 - - &786 + - *513 + - &787 name: asset_id description: The unique identifier of the asset. in: path @@ -115779,9 +115825,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: &787 + default: &788 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 @@ -115816,7 +115862,7 @@ paths: type: User site_admin: false '404': *6 - '302': *644 + '302': *645 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115832,9 +115878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#update-a-release-asset parameters: - - *511 - *512 - - *786 + - *513 + - *787 requestBody: required: false content: @@ -115862,9 +115908,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: *787 + default: *788 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115880,9 +115926,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#delete-a-release-asset parameters: - - *511 - *512 - - *786 + - *513 + - *787 responses: '204': description: Response @@ -115907,8 +115953,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -115993,16 +116039,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-the-latest-release parameters: - - *511 - *512 + - *513 responses: '200': description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': *6 x-github: githubCloudOnly: false @@ -116020,8 +116066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release-by-tag-name parameters: - - *511 - *512 + - *513 - name: tag description: tag parameter in: path @@ -116034,9 +116080,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': *6 x-github: githubCloudOnly: false @@ -116058,9 +116104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release parameters: - - *511 - *512 - - &789 + - *513 + - &790 name: release_id description: The unique identifier of the release. in: path @@ -116074,9 +116120,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: *784 + schema: *785 examples: - default: *788 + default: *789 '401': description: Unauthorized x-github: @@ -116094,9 +116140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#update-a-release parameters: - - *511 - *512 - - *789 + - *513 + - *790 requestBody: required: false content: @@ -116160,9 +116206,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': description: Not Found if the discussion category name is invalid content: @@ -116183,9 +116229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#delete-a-release parameters: - - *511 - *512 - - *789 + - *513 + - *790 responses: '204': description: Response @@ -116206,9 +116252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#list-release-assets parameters: - - *511 - *512 - - *789 + - *513 + - *790 - *17 - *19 responses: @@ -116218,7 +116264,7 @@ paths: application/json: schema: type: array - items: *785 + items: *786 examples: default: value: @@ -116255,7 +116301,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116300,9 +116346,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: - - *511 - *512 - - *789 + - *513 + - *790 - name: name in: query required: true @@ -116328,7 +116374,7 @@ paths: description: Response for successful upload content: application/json: - schema: *785 + schema: *786 examples: response-for-successful-upload: value: @@ -116383,9 +116429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *511 - *512 - - *789 + - *513 + - *790 - 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. @@ -116409,11 +116455,11 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: default: *706 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -116432,9 +116478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *511 - *512 - - *789 + - *513 + - *790 requestBody: required: true content: @@ -116464,16 +116510,16 @@ paths: description: Reaction exists content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '201': description: Reaction created content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '422': *15 x-github: githubCloudOnly: false @@ -116495,9 +116541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-release-reaction parameters: - - *511 - *512 - - *789 + - *513 + - *790 - *707 responses: '204': @@ -116522,9 +116568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-rules-for-a-branch parameters: - - *511 - *512 - - *563 + - *513 + - *564 - *17 - *19 responses: @@ -116540,8 +116586,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *177 - - &790 + - *178 + - &791 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -116560,72 +116606,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *178 - - *790 - allOf: - *179 - - *790 + - *791 - allOf: - *180 - - *790 - - allOf: - *791 - - *790 - allOf: - *181 - - *790 + - *791 + - allOf: + - *792 + - *791 - allOf: - *182 - - *790 + - *791 - allOf: - *183 - - *790 + - *791 - allOf: - *184 - - *790 + - *791 - allOf: - *185 - - *790 + - *791 - allOf: - *186 - - *790 + - *791 - allOf: - *187 - - *790 + - *791 - allOf: - *188 - - *790 + - *791 - allOf: - *189 - - *790 + - *791 - allOf: - *190 - - *790 + - *791 - allOf: - *191 - - *790 + - *791 - allOf: - *192 - - *790 + - *791 - allOf: - *193 - - *790 - - allOf: - - *792 - - *790 + - *791 - allOf: - *194 - - *790 + - *791 + - allOf: + - *793 + - *791 - allOf: - *195 - - *790 + - *791 - allOf: - *196 - - *790 + - *791 - allOf: - *197 - - *790 + - *791 + - allOf: + - *198 + - *791 examples: default: value: @@ -116664,8 +116710,8 @@ paths: category: repos subcategory: rules parameters: - - *511 - *512 + - *513 - *17 - *19 - name: includes_parents @@ -116676,7 +116722,7 @@ paths: schema: type: boolean default: true - - *793 + - *794 responses: '200': description: Response @@ -116684,7 +116730,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -116715,7 +116761,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *40 + '500': *41 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -116731,8 +116777,8 @@ paths: category: repos subcategory: rules parameters: - - *511 - *512 + - *513 requestBody: description: Request body required: true @@ -116752,16 +116798,16 @@ paths: - tag - push default: branch - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *169 + items: *177 + conditions: *170 rules: type: array description: An array of rules within the ruleset. - items: *794 + items: *795 required: - name - enforcement @@ -116792,9 +116838,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: &804 + default: &805 value: id: 42 name: super cool ruleset @@ -116828,7 +116874,7 @@ paths: updated_at: '2023-08-23T16:29:47Z' '404': *6 '422': *15 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -116842,13 +116888,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *511 - *512 - - *795 - - *107 + - *513 - *796 + - *108 - *797 - *798 + - *799 - *17 - *19 responses: @@ -116856,11 +116902,11 @@ paths: description: Response content: application/json: - schema: *799 + schema: *800 examples: - default: *800 + default: *801 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116879,19 +116925,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *511 - *512 - - *801 + - *513 + - *802 responses: '200': description: Response content: application/json: - schema: *802 + schema: *803 examples: - default: *803 + default: *804 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116917,8 +116963,8 @@ paths: category: repos subcategory: rules parameters: - - *511 - *512 + - *513 - name: ruleset_id description: The ID of the ruleset. in: path @@ -116938,11 +116984,11 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *804 + default: *805 '404': *6 - '500': *40 + '500': *41 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -116958,8 +117004,8 @@ paths: category: repos subcategory: rules parameters: - - *511 - *512 + - *513 - name: ruleset_id description: The ID of the ruleset. in: path @@ -116984,16 +117030,16 @@ paths: - branch - tag - push - enforcement: *175 + enforcement: *176 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *176 - conditions: *169 + items: *177 + conditions: *170 rules: description: An array of rules within the ruleset. type: array - items: *794 + items: *795 examples: default: value: @@ -117021,12 +117067,12 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *804 + default: *805 '404': *6 '422': *15 - '500': *40 + '500': *41 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -117042,8 +117088,8 @@ paths: category: repos subcategory: rules parameters: - - *511 - *512 + - *513 - name: ruleset_id description: The ID of the ruleset. in: path @@ -117054,7 +117100,7 @@ paths: '204': description: Response '404': *6 - '500': *40 + '500': *41 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -117066,8 +117112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-history parameters: - - *511 - *512 + - *513 - *17 - *19 - name: ruleset_id @@ -117083,11 +117129,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *460 + default: *461 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117104,8 +117150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-version parameters: - - *511 - *512 + - *513 - name: ruleset_id description: The ID of the ruleset. in: path @@ -117123,7 +117169,7 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: default: value: @@ -117156,7 +117202,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117178,9 +117224,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: - - *511 - *512 - - *462 + - *513 - *463 - *464 - *465 @@ -117188,18 +117233,19 @@ paths: - *467 - *468 - *469 - - *112 + - *470 + - *113 - *19 - *17 - - *805 - *806 - - *470 + - *807 - *471 - *472 - *473 - *474 - *475 - *476 + - *477 responses: '200': description: Response @@ -117210,8 +117256,8 @@ paths: items: type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -117219,15 +117265,15 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolved_at: type: string format: date-time @@ -117333,7 +117379,7 @@ paths: pull request. ' - oneOf: *809 + oneOf: *810 nullable: true has_more_locations: type: boolean @@ -117475,7 +117521,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117497,20 +117543,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *511 - *512 - - *591 - - *473 + - *513 + - *592 + - *474 responses: '200': description: Response content: application/json: - schema: &810 + schema: &811 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -117518,14 +117564,14 @@ paths: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolved_at: type: string format: date-time @@ -117631,7 +117677,7 @@ paths: pull request. ' - oneOf: *809 + oneOf: *810 nullable: true has_more_locations: type: boolean @@ -117659,7 +117705,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &1000 + metadata: &1001 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -117705,11 +117751,11 @@ paths: metadata: - key: owner_email value: owner@example.com - '304': *37 + '304': *38 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117732,9 +117778,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: - - *511 - *512 - - *591 + - *513 + - *592 requestBody: required: true content: @@ -117742,8 +117788,8 @@ paths: schema: type: object properties: - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -117787,7 +117833,7 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: default: value: @@ -117867,7 +117913,7 @@ paths: description: State does not match the resolution or resolution comment, assignee does not have write access to the repository, or the requested validity change could not be applied to this alert - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -117889,9 +117935,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: - - *511 - *512 - - *591 + - *513 + - *592 - *19 - *17 responses: @@ -117902,7 +117948,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &1002 + items: &1003 type: object properties: type: @@ -117928,7 +117974,6 @@ paths: example: commit details: oneOf: - - *811 - *812 - *813 - *814 @@ -117941,6 +117986,7 @@ paths: - *821 - *822 - *823 + - *824 examples: default: value: @@ -118000,11 +118046,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *47 + Link: *48 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118029,12 +118075,12 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *511 - *512 - - *479 + - *513 - *480 - *481 - - *112 + - *482 + - *113 - *19 - *17 responses: @@ -118044,11 +118090,11 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *482 + default: *483 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 post: @@ -118069,8 +118115,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -118083,9 +118129,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *483 + items: *484 examples: - default: *484 + default: *485 responses: '201': description: All patterns created successfully. @@ -118097,9 +118143,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *204 + items: *205 examples: - default: *485 + default: *486 '400': *14 '403': *29 '404': *6 @@ -118123,7 +118169,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *486 + items: *487 delete: summary: Bulk delete repository custom patterns description: |- @@ -118142,8 +118188,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -118157,7 +118203,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *487 + items: *488 post_delete_action: type: string description: |- @@ -118170,14 +118216,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *488 + default: *489 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -118197,8 +118243,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *511 - *512 + - *513 - name: pattern_id in: path required: true @@ -118209,21 +118255,21 @@ paths: required: true content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *204 + schema: *205 examples: - default: *491 + default: *492 '400': *14 '403': *29 '404': *6 - '412': *206 + '412': *207 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -118241,8 +118287,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -118250,14 +118296,14 @@ paths: schema: type: object properties: - reason: &825 + reason: &826 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *824 + placeholder_id: *825 required: - reason - placeholder_id @@ -118274,7 +118320,7 @@ paths: schema: type: object properties: - reason: *825 + reason: *826 expire_at: type: string format: date-time @@ -118297,7 +118343,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *203 + '503': *204 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -118320,13 +118366,13 @@ 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: - - *511 - *512 + - *513 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *203 + '503': *204 '200': description: Response content: @@ -118336,7 +118382,7 @@ paths: properties: incremental_scans: type: array - items: &826 + items: &827 description: Information on a single scan performed by secret scanning on the repository type: object @@ -118367,15 +118413,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *826 + items: *827 backfill_scans: type: array - items: *826 + items: *827 custom_pattern_backfill_scans: type: array items: allOf: - - *826 + - *827 - type: object properties: pattern_name: @@ -118388,7 +118434,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *826 + items: *827 examples: default: value: @@ -118453,9 +118499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *511 - *512 - - *112 + - *513 + - *113 - name: sort description: The property to sort the results by. in: query @@ -118467,8 +118513,8 @@ paths: - updated - published default: created - - *110 - *111 + - *112 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -118498,9 +118544,9 @@ paths: application/json: schema: type: array - items: *827 + items: *828 examples: - default: *828 + default: *829 '400': *14 '404': *6 x-github: @@ -118523,8 +118569,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -118597,7 +118643,7 @@ paths: login: type: string description: The username of the user credited. - type: *494 + type: *495 required: - login - type @@ -118684,9 +118730,9 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: &830 + default: &831 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -118925,8 +118971,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: - - *511 - *512 + - *513 requestBody: required: true content: @@ -119030,7 +119076,7 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: default: value: @@ -119183,17 +119229,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: - - *511 - *512 - - *829 + - *513 + - *830 responses: '200': description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: *830 + default: *831 '403': *29 '404': *6 x-github: @@ -119217,9 +119263,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: - - *511 - *512 - - *829 + - *513 + - *830 requestBody: required: true content: @@ -119292,7 +119338,7 @@ paths: login: type: string description: The username of the user credited. - type: *494 + type: *495 required: - login - type @@ -119378,17 +119424,17 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: *830 - add_credit: *830 + default: *831 + add_credit: *831 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *270 + schema: *271 examples: invalid_state_transition: value: @@ -119419,11 +119465,11 @@ 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: - - *511 - *512 - - *829 + - *513 + - *830 responses: - '202': *39 + '202': *40 '400': *14 '403': *29 '404': *6 @@ -119448,17 +119494,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: - - *511 - *512 - - *829 + - *513 + - *830 responses: '202': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 '400': *14 '422': *15 '403': *29 @@ -119484,8 +119530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-stargazers parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -119562,7 +119608,7 @@ paths: type: User site_admin: false headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -119584,8 +119630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *511 - *512 + - *513 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -119594,7 +119640,7 @@ paths: application/json: schema: type: array - items: &831 + items: &832 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -119606,8 +119652,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *39 - '204': *130 + '202': *40 + '204': *131 '422': description: Repository contains more than 10,000 commits x-github: @@ -119627,8 +119673,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: - - *511 - *512 + - *513 responses: '200': description: Response @@ -119676,8 +119722,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *39 - '204': *130 + '202': *40 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119704,8 +119750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -119778,8 +119824,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *39 - '204': *130 + '202': *40 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119801,8 +119847,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *511 - *512 + - *513 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -119956,8 +120002,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: - - *511 - *512 + - *513 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -119967,7 +120013,7 @@ paths: application/json: schema: type: array - items: *831 + items: *832 examples: default: value: @@ -119980,7 +120026,7 @@ paths: - - 0 - 2 - 21 - '204': *130 + '204': *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120000,8 +120046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#create-a-commit-status parameters: - - *511 - *512 + - *513 - name: sha in: path required: true @@ -120055,7 +120101,7 @@ paths: description: Response content: application/json: - schema: *832 + schema: *833 examples: default: value: @@ -120109,8 +120155,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-watchers parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -120122,9 +120168,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120142,14 +120188,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#get-a-repository-subscription parameters: - - *511 - *512 + - *513 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &833 + schema: &834 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -120217,8 +120263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#set-a-repository-subscription parameters: - - *511 - *512 + - *513 requestBody: required: false content: @@ -120244,7 +120290,7 @@ paths: description: Response content: application/json: - schema: *833 + schema: *834 examples: default: value: @@ -120271,8 +120317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#delete-a-repository-subscription parameters: - - *511 - *512 + - *513 responses: '204': description: Response @@ -120292,8 +120338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-tags parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -120349,7 +120395,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120372,8 +120418,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *511 - *512 + - *513 - name: ref in: path required: true @@ -120409,8 +120455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-teams parameters: - - *511 - *512 + - *513 - *17 - *19 responses: @@ -120420,11 +120466,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *419 + default: *420 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -120442,8 +120488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-all-repository-topics parameters: - - *511 - *512 + - *513 - *19 - *17 responses: @@ -120451,7 +120497,7 @@ paths: description: Response content: application/json: - schema: &834 + schema: &835 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -120463,7 +120509,7 @@ paths: required: - names examples: - default: &835 + default: &836 value: names: - octocat @@ -120486,8 +120532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#replace-all-repository-topics parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -120518,9 +120564,9 @@ paths: description: Response content: application/json: - schema: *834 + schema: *835 examples: - default: *835 + default: *836 '404': *6 '422': *7 x-github: @@ -120541,9 +120587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-repository-clones parameters: - - *511 - *512 - - &836 + - *513 + - &837 name: per description: The time frame to display results for. in: query @@ -120572,7 +120618,7 @@ paths: example: 128 clones: type: array - items: &837 + items: &838 title: Traffic type: object properties: @@ -120659,8 +120705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-paths parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -120750,8 +120796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-sources parameters: - - *511 - *512 + - *513 responses: '200': description: Response @@ -120811,9 +120857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-page-views parameters: - - *511 - *512 - - *836 + - *513 + - *837 responses: '200': description: Response @@ -120832,7 +120878,7 @@ paths: example: 3782 views: type: array - items: *837 + items: *838 required: - uniques - count @@ -120909,8 +120955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#transfer-a-repository parameters: - - *511 - *512 + - *513 requestBody: required: true content: @@ -120946,7 +120992,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -121190,8 +121236,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: - - *511 - *512 + - *513 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -121214,8 +121260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-vulnerability-alerts parameters: - - *511 - *512 + - *513 responses: '204': description: Response @@ -121237,8 +121283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-vulnerability-alerts parameters: - - *511 - *512 + - *513 responses: '204': description: Response @@ -121264,8 +121310,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *511 - *512 + - *513 - name: ref in: path required: true @@ -121357,9 +121403,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -121400,7 +121446,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -121476,7 +121522,7 @@ paths: schema: type: string '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -121510,7 +121556,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &845 + - &846 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -121519,7 +121565,7 @@ paths: schema: type: string example: members - - &850 + - &851 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -121530,7 +121576,7 @@ paths: default: 1 format: int32 example: 1 - - &851 + - &852 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -121540,7 +121586,7 @@ paths: default: 30 format: int32 example: 1 - - *41 + - *42 responses: '200': description: Success, either groups were found or not found @@ -121572,7 +121618,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &840 + items: &841 allOf: - type: object required: @@ -121647,7 +121693,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: &852 + meta: &853 type: object description: The metadata associated with the creation/updates to the user. @@ -121707,30 +121753,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &841 + '400': &842 description: Bad request content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '401': *839 - '403': &842 + schema: *839 + '401': *840 + '403': &843 description: Permission denied - '429': &843 + '429': &844 description: Too many requests content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '500': &844 + schema: *839 + '500': &845 description: Internal server error content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 + schema: *839 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121749,12 +121795,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#provision-a-scim-enterprise-group parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &848 + schema: &849 type: object required: - schemas @@ -121814,9 +121860,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *840 + schema: *841 examples: - group: &846 + group: &847 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -121835,13 +121881,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': *841 - '401': *839 - '403': *842 - '409': &849 + '400': *842 + '401': *840 + '403': *843 + '409': &850 description: Duplicate record detected - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121858,7 +121904,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: - - &847 + - &848 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -121866,22 +121912,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *845 - - *41 + - *846 + - *42 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *840 + schema: *841 examples: - default: *846 - '400': *841 - '401': *839 - '403': *842 + default: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121900,13 +121946,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: - - *847 - - *41 + - *848 + - *42 requestBody: required: true content: application/json: - schema: *848 + schema: *849 examples: group: summary: Group @@ -121932,17 +121978,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *840 + schema: *841 examples: - group: *846 - groupWithMembers: *846 - '400': *841 - '401': *839 - '403': *842 + group: *847 + groupWithMembers: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121966,13 +122012,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: - - *847 - - *41 + - *848 + - *42 requestBody: required: true content: application/json: - schema: &859 + schema: &860 type: object required: - Operations @@ -122032,17 +122078,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *840 + schema: *841 examples: - updateGroup: *846 - addMembers: *846 - '400': *841 - '401': *839 - '403': *842 + updateGroup: *847 + addMembers: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122058,17 +122104,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: - - *847 - - *41 + - *848 + - *42 responses: '204': description: Group was deleted, no content - '400': *841 - '401': *839 - '403': *842 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122102,9 +122148,9 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *850 - *851 - - *41 + - *852 + - *42 responses: '200': description: Success, either users were found or not found @@ -122136,7 +122182,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &854 + items: &855 allOf: - type: object required: @@ -122215,7 +122261,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &853 + roles: &854 type: array description: The roles assigned to the user. items: @@ -122271,7 +122317,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *852 + meta: *853 startIndex: type: integer description: A starting index for the returned page @@ -122308,11 +122354,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *841 - '401': *839 - '403': *842 - '429': *843 - '500': *844 + '400': *842 + '401': *840 + '403': *843 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122331,12 +122377,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#provision-a-scim-enterprise-user parameters: - - *41 + - *42 requestBody: required: true content: application/json: - schema: &857 + schema: &858 type: object required: - schemas @@ -122418,9 +122464,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *853 + roles: *854 examples: - user: &858 + user: &859 summary: User value: schemas: @@ -122467,9 +122513,9 @@ paths: description: User has been created content: application/scim+json: - schema: *854 + schema: *855 examples: - user: &855 + user: &856 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -122495,13 +122541,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: *855 - '400': *841 - '401': *839 - '403': *842 - '409': *849 - '429': *843 - '500': *844 + enterpriseOwner: *856 + '400': *842 + '401': *840 + '403': *843 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122518,28 +122564,28 @@ 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: - - &856 + - &857 name: scim_user_id description: The unique identifier of the SCIM user. in: path required: true schema: type: string - - *41 + - *42 responses: '200': description: Success, a user was found content: application/scim+json: - schema: *854 + schema: *855 examples: - default: *855 - '400': *841 - '401': *839 - '403': *842 + default: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122590,30 +122636,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: - - *856 - - *41 + - *857 + - *42 requestBody: required: true content: application/json: - schema: *857 + schema: *858 examples: - user: *858 + user: *859 responses: '200': description: User was updated content: application/scim+json: - schema: *854 + schema: *855 examples: - user: *855 - '400': *841 - '401': *839 - '403': *842 + user: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122654,13 +122700,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: - - *856 - - *41 + - *857 + - *42 requestBody: required: true content: application/json: - schema: *859 + schema: *860 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -122700,18 +122746,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *854 - examples: - userMultiValuedProperties: *855 - userSingleValuedProperties: *855 - disableUser: *855 - '400': *841 - '401': *839 - '403': *842 + schema: *855 + examples: + userMultiValuedProperties: *856 + userSingleValuedProperties: *856 + disableUser: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122731,17 +122777,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: - - *856 - - *41 + - *857 + - *42 responses: '204': description: User was deleted, no content - '400': *841 - '401': *839 - '403': *842 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122774,7 +122820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#list-scim-provisioned-identities parameters: - - *89 + - *90 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -122828,7 +122874,7 @@ paths: example: 1 Resources: type: array - items: &860 + items: &861 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -123058,23 +123104,23 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 - '304': *37 - '404': &861 + '304': *38 + '404': &862 description: Resource not found content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '403': &862 + schema: *839 + '403': &863 description: Forbidden content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '400': *841 - '429': *843 + schema: *839 + '400': *842 + '429': *844 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -123094,15 +123140,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *89 + - *90 responses: '201': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: &863 + default: &864 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -123124,18 +123170,18 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 - '304': *37 - '404': *861 - '403': *862 - '500': *844 + '304': *38 + '404': *862 + '403': *863 + '500': *845 '409': description: Conflict content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '400': *841 + schema: *839 + '400': *842 requestBody: required: true content: @@ -123232,19 +123278,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *89 - - *856 + - *90 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 - '404': *861 - '403': *862 - '304': *37 + default: *864 + '404': *862 + '403': *863 + '304': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -123266,19 +123312,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *89 - - *856 + - *90 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 - '304': *37 - '404': *861 - '403': *862 + default: *864 + '304': *38 + '404': *862 + '403': *863 requestBody: required: true content: @@ -123390,20 +123436,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *89 - - *856 + - *90 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 - '304': *37 - '404': *861 - '403': *862 - '400': *841 + default: *864 + '304': *38 + '404': *862 + '403': *863 + '400': *842 '429': description: Response content: @@ -123493,14 +123539,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *89 - - *856 + - *90 + - *857 responses: '204': description: Response - '404': *861 - '403': *862 - '304': *37 + '404': *862 + '403': *863 + '304': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -123617,7 +123663,7 @@ paths: html_url: type: string format: uri - repository: *295 + repository: *296 score: type: number file_size: @@ -123635,7 +123681,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &864 + text_matches: &865 title: Search Result Text Matches type: array items: @@ -123748,8 +123794,8 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *37 - '503': *203 + '304': *38 + '503': *204 '422': *15 '403': *29 x-github: @@ -123798,7 +123844,7 @@ paths: enum: - author-date - committer-date - - &865 + - &866 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 @@ -123869,7 +123915,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *561 + properties: *562 nullable: true comment_count: type: integer @@ -123889,7 +123935,7 @@ paths: url: type: string format: uri - verification: *688 + verification: *689 required: - author - committer @@ -123908,7 +123954,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *561 + properties: *562 nullable: true parents: type: array @@ -123921,12 +123967,12 @@ paths: type: string sha: type: string - repository: *295 + repository: *296 score: type: number node_id: type: string - text_matches: *864 + text_matches: *865 required: - sha - node_id @@ -124055,7 +124101,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -124119,7 +124165,7 @@ paths: - interactions - created - updated - - *865 + - *866 - *17 - *19 - name: advanced_search @@ -124233,8 +124279,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -124254,8 +124300,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 @@ -124269,7 +124315,7 @@ paths: type: string format: date-time nullable: true - text_matches: *864 + text_matches: *865 pull_request: type: object properties: @@ -124302,10 +124348,10 @@ paths: type: string score: type: number - author_association: *231 + author_association: *232 draft: type: boolean - repository: *80 + repository: *81 body_html: type: string body_text: @@ -124313,7 +124359,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. @@ -124323,17 +124369,17 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 pinned_comment: title: Issue Comment description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - reactions: *232 + reactions: *233 required: - assignee - closed_at @@ -124531,9 +124577,9 @@ paths: - quoted_text items: - "..." - '503': *203 + '503': *204 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -124585,7 +124631,7 @@ paths: enum: - created - updated - - *865 + - *866 - *17 - *19 responses: @@ -124629,7 +124675,7 @@ paths: nullable: true score: type: number - text_matches: *864 + text_matches: *865 required: - id - node_id @@ -124661,7 +124707,7 @@ paths: default: true description: Something isn't working. score: 1 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -124715,7 +124761,7 @@ paths: - forks - help-wanted-issues - updated - - *865 + - *866 - *17 - *19 responses: @@ -124943,8 +124989,8 @@ paths: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true permissions: type: object @@ -124963,7 +125009,7 @@ paths: - admin - pull - push - text_matches: *864 + text_matches: *865 temp_clone_token: type: string allow_merge_commit: @@ -125165,9 +125211,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *203 + '503': *204 '422': *15 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -125264,7 +125310,7 @@ paths: type: string format: uri nullable: true - text_matches: *864 + text_matches: *865 related: type: array nullable: true @@ -125405,7 +125451,7 @@ paths: featured: true curated: true score: 1 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -125457,7 +125503,7 @@ paths: - followers - repositories - joined - - *865 + - *866 - *17 - *19 responses: @@ -125561,7 +125607,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *864 + text_matches: *865 blog: type: string nullable: true @@ -125619,8 +125665,8 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *37 - '503': *203 + '304': *38 + '503': *204 '422': *15 x-github: githubCloudOnly: false @@ -125640,7 +125686,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &868 + - &869 name: team_id description: The unique identifier of the team. in: path @@ -125652,9 +125698,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -125681,7 +125727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *868 + - *869 requestBody: required: true content: @@ -125744,16 +125790,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '201': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '404': *6 '422': *15 '403': *29 @@ -125781,7 +125827,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *868 + - *869 responses: '204': description: Response @@ -125810,7 +125856,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -125820,11 +125866,11 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -125850,7 +125896,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *868 + - *869 - name: role description: Filters members returned by their role in the team. in: query @@ -125871,11 +125917,11 @@ paths: application/json: schema: type: array - items: *869 + items: *870 examples: - default: *870 + default: *871 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -125901,8 +125947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *868 - - *151 + - *869 + - *152 responses: '204': description: if user is a member @@ -125938,8 +125984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *868 - - *151 + - *869 + - *152 responses: '204': description: Response @@ -125978,8 +126024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *868 - - *151 + - *869 + - *152 responses: '204': description: Response @@ -126015,16 +126061,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: - - *868 - - *151 + - *869 + - *152 responses: '200': description: Response content: application/json: - schema: *510 + schema: *511 examples: - response-if-user-is-a-team-maintainer: *871 + response-if-user-is-a-team-maintainer: *872 '404': *6 x-github: githubCloudOnly: false @@ -126057,8 +126103,8 @@ 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: - - *868 - - *151 + - *869 + - *152 requestBody: required: false content: @@ -126083,9 +126129,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - response-if-users-membership-with-team-is-now-pending: *872 + response-if-users-membership-with-team-is-now-pending: *873 '403': description: Forbidden if team synchronization is set up '422': @@ -126119,8 +126165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *868 - - *151 + - *869 + - *152 responses: '204': description: Response @@ -126147,7 +126193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -126157,11 +126203,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -126189,15 +126235,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: - - *868 - - *511 + - *869 - *512 + - *513 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *873 + schema: *874 examples: alternative-response-with-extra-repository-information: value: @@ -126354,9 +126400,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: - - *868 - - *511 + - *869 - *512 + - *513 requestBody: required: false content: @@ -126406,9 +126452,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: - - *868 - - *511 + - *869 - *512 + - *513 responses: '204': description: Response @@ -126437,15 +126483,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: - - *868 + - *869 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '403': *29 '404': *6 x-github: @@ -126472,7 +126518,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: - - *868 + - *869 requestBody: required: true content: @@ -126529,7 +126575,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -126560,7 +126606,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -126570,11 +126616,11 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - response-if-child-teams-exist: *874 + response-if-child-teams-exist: *875 headers: - Link: *47 + Link: *48 '404': *6 '403': *29 '422': *15 @@ -126605,7 +126651,7 @@ paths: application/json: schema: oneOf: - - &876 + - &877 title: Private User description: Private User type: object @@ -126808,7 +126854,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *875 + - *876 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -126891,7 +126937,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -126961,7 +127007,7 @@ paths: description: Response content: application/json: - schema: *876 + schema: *877 examples: default: value: @@ -127008,7 +127054,7 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -127040,8 +127086,8 @@ paths: type: array items: *4 examples: - default: *222 - '304': *37 + default: *223 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -127063,7 +127109,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *151 + - *152 responses: '204': description: If the user is blocked @@ -127072,7 +127118,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -127091,11 +127137,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#block-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -127115,11 +127161,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#unblock-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -127164,11 +127210,11 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: - default: *410 - '304': *37 - '500': *40 + default: *411 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -127305,21 +127351,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *614 + default: *615 '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: *614 + default: *615 '401': *25 '403': *29 '404': *6 - '503': *203 + '503': *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127359,7 +127405,7 @@ paths: type: integer secrets: type: array - items: &877 + items: &878 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -127399,9 +127445,9 @@ paths: - visibility - selected_repositories_url examples: - default: *617 + default: *618 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127469,13 +127515,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *877 + schema: *878 examples: default: value: @@ -127505,7 +127551,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 requestBody: required: true content: @@ -127550,7 +127596,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -127578,7 +127624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *305 + - *306 responses: '204': description: Response @@ -127603,7 +127649,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *305 + - *306 responses: '200': description: Response @@ -127619,13 +127665,13 @@ paths: type: integer repositories: type: array - items: *295 + items: *296 examples: - default: *347 + default: *348 '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127646,7 +127692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *305 + - *306 requestBody: required: true content: @@ -127678,7 +127724,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127700,7 +127746,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *305 + - *306 - name: repository_id in: path required: true @@ -127712,7 +127758,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127733,7 +127779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *305 + - *306 - name: repository_id in: path required: true @@ -127745,7 +127791,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *40 + '500': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127765,17 +127811,17 @@ 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: *614 - '304': *37 - '500': *40 + default: *615 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -127799,7 +127845,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: @@ -127829,9 +127875,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *614 + default: *615 '401': *25 '403': *29 '404': *6 @@ -127853,11 +127899,11 @@ 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': *39 - '304': *37 - '500': *40 + '202': *40 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -127882,13 +127928,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: &878 + schema: &879 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -127929,7 +127975,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &879 + default: &880 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -127937,7 +127983,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *40 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -127961,7 +128007,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 @@ -127974,9 +128020,9 @@ paths: description: Response content: application/json: - schema: *878 + schema: *879 examples: - default: *879 + default: *880 '404': *6 x-github: githubCloudOnly: false @@ -127997,7 +128043,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 @@ -128013,11 +128059,11 @@ paths: type: integer machines: type: array - items: *880 + items: *881 examples: - default: *881 - '304': *37 - '500': *40 + default: *882 + '304': *38 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -128044,7 +128090,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: @@ -128094,13 +128140,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *516 + repository: *517 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *615 - required: *616 + properties: *616 + required: *617 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -128874,17 +128920,17 @@ 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: *614 - '304': *37 - '500': *40 + default: *615 + '304': *38 + '500': *41 '400': *14 '401': *25 '402': @@ -128894,7 +128940,7 @@ paths: schema: *3 '403': *29 '404': *6 - '409': *121 + '409': *122 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128914,16 +128960,16 @@ 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: *614 - '500': *40 + default: *615 + '500': *41 '401': *25 '403': *29 '404': *6 @@ -128952,9 +128998,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: &893 + default: &894 value: - id: 197 name: hello_docker @@ -129055,7 +129101,7 @@ paths: application/json: schema: type: array - items: &882 + items: &883 title: Email description: Email type: object @@ -129086,7 +129132,7 @@ paths: primary: true verified: true visibility: private - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129120,17 +129166,17 @@ paths: application/json: schema: type: array - items: *882 + items: *883 examples: - default: &895 + default: &896 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129197,7 +129243,7 @@ paths: application/json: schema: type: array - items: *882 + items: *883 examples: default: value: @@ -129214,7 +129260,7 @@ paths: verified: false visibility: '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129275,7 +129321,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129307,10 +129353,10 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -129340,10 +129386,10 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -129362,7 +129408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *151 + - *152 responses: '204': description: if the person is followed by the authenticated user @@ -129371,7 +129417,7 @@ paths: content: application/json: schema: *3 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -129392,11 +129438,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#follow-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129417,11 +129463,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#unfollow-a-user parameters: - - *151 + - *152 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129453,7 +129499,7 @@ paths: application/json: schema: type: array - items: &883 + items: &884 title: GPG Key description: A unique encryption key type: object @@ -129584,7 +129630,7 @@ paths: - subkeys - revoked examples: - default: &912 + default: &913 value: - id: 3 name: Octocat's GPG Key @@ -129616,8 +129662,8 @@ paths: revoked: false raw_key: string headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129669,9 +129715,9 @@ paths: description: Response content: application/json: - schema: *883 + schema: *884 examples: - default: &884 + default: &885 value: id: 3 name: Octocat's GPG Key @@ -129705,7 +129751,7 @@ paths: v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -129728,7 +129774,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: - - &885 + - &886 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -129740,11 +129786,11 @@ paths: description: Response content: application/json: - schema: *883 + schema: *884 examples: - default: *884 + default: *885 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -129765,13 +129811,13 @@ 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: - - *885 + - *886 responses: '204': description: Response '404': *6 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -129908,8 +129954,8 @@ paths: suspended_at: suspended_by: headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -129956,7 +130002,7 @@ paths: type: array items: allOf: - - *80 + - *81 - type: object properties: custom_properties: @@ -129967,12 +130013,12 @@ paths: values. Present for org repos only. additionalProperties: true examples: - default: *290 + default: *291 headers: - Link: *47 + Link: *48 '404': *6 '403': *29 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -129993,12 +130039,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *289 + - *290 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 x-github: githubCloudOnly: false @@ -130019,12 +130065,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *289 + - *290 responses: '204': description: Response '403': *29 - '304': *37 + '304': *38 '404': *6 '422': description: Returned when the application is installed on `all` repositories @@ -130053,12 +130099,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: @@ -130082,7 +130128,7 @@ paths: required: true content: application/json: - schema: *698 + schema: *699 examples: default: value: @@ -130093,7 +130139,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: default: value: @@ -130174,7 +130220,7 @@ paths: - closed - all default: open - - *407 + - *408 - name: sort description: What to sort results by. in: query @@ -130186,8 +130232,8 @@ paths: - updated - comments default: created - - *112 - - *241 + - *113 + - *242 - *17 - *19 responses: @@ -130197,13 +130243,13 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *408 + default: *409 headers: - Link: *47 + Link: *48 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -130232,7 +130278,7 @@ paths: application/json: schema: type: array - items: &886 + items: &887 title: Key description: Key type: object @@ -130283,8 +130329,8 @@ paths: verified: false read_only: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -130333,9 +130379,9 @@ paths: description: Response content: application/json: - schema: *886 + schema: *887 examples: - default: &887 + default: &888 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -130345,7 +130391,7 @@ paths: verified: false read_only: false '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -130374,11 +130420,11 @@ paths: description: Response content: application/json: - schema: *886 + schema: *887 examples: - default: *887 + default: *888 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -130403,7 +130449,7 @@ paths: responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -130432,7 +130478,7 @@ paths: application/json: schema: type: array - items: &888 + items: &889 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -130489,7 +130535,7 @@ paths: - id - type - login - plan: *252 + plan: *253 required: - billing_cycle - next_billing_date @@ -130500,7 +130546,7 @@ paths: - account - plan examples: - default: &889 + default: &890 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -130533,8 +130579,8 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '401': *25 '404': *6 x-github: @@ -130562,12 +130608,12 @@ paths: application/json: schema: type: array - items: *888 + items: *889 examples: - default: *889 + default: *890 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '401': *25 x-github: githubCloudOnly: false @@ -130604,7 +130650,7 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: default: value: @@ -130687,8 +130733,8 @@ paths: type: User site_admin: false headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -130712,13 +130758,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -130780,7 +130826,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 requestBody: required: true content: @@ -130805,9 +130851,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *412 + schema: *413 examples: - default: &890 + default: &891 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -130854,9 +130900,9 @@ paths: processed asynchronously. content: application/json: - schema: *412 + schema: *413 examples: - default: *890 + default: *891 '403': *29 '404': *6 '422': *15 @@ -130885,7 +130931,7 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: default: value: @@ -131038,8 +131084,8 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -131138,7 +131184,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -131291,7 +131337,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -131318,7 +131364,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 @@ -131331,7 +131377,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -131485,7 +131531,7 @@ paths: created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -131525,11 +131571,11 @@ 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 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -131551,12 +131597,12 @@ 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 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -131580,12 +131626,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - - *415 - - *891 + - *416 + - *892 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -131605,7 +131651,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: @@ -131615,11 +131661,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 + Link: *48 '404': *6 x-github: githubCloudOnly: false @@ -131634,7 +131680,7 @@ paths: content: application/json: schema: - items: *122 + items: *123 version: '2026-03-10' - changeset: restrict_repo_fields_in_migration_resource patch: @@ -131670,12 +131716,12 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -131714,7 +131760,7 @@ paths: - docker - nuget - container - - *892 + - *893 - *19 - *17 responses: @@ -131724,10 +131770,10 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *893 - '400': *894 + default: *894 + '400': *895 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -131747,16 +131793,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: &913 + default: &914 value: id: 40201 name: octo-name @@ -131869,8 +131915,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 @@ -131900,8 +131946,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: @@ -131933,8 +131979,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 @@ -131954,7 +132000,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -132003,15 +132049,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: @@ -132047,9 +132093,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 @@ -132079,9 +132125,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 @@ -132118,12 +132164,12 @@ paths: application/json: schema: type: array - items: *882 + items: *883 examples: - default: *895 + default: *896 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132231,9 +132277,9 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default: &902 + default: &903 summary: Default response value: - id: 1296269 @@ -132354,9 +132400,9 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *47 + Link: *48 '422': *15 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -132537,16 +132583,16 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 headers: Location: example: https://api.github.com/repos/octocat/Hello-World schema: type: string '401': *25 - '304': *37 + '304': *38 '404': *6 '403': *29 '422': *15 @@ -132583,12 +132629,12 @@ paths: application/json: schema: type: array - items: *701 + items: *702 examples: - default: *896 + default: *897 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132608,14 +132654,14 @@ 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 '403': *29 - '409': *121 + '409': *122 '404': *6 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -132637,12 +132683,12 @@ 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 - '409': *121 - '304': *37 + '409': *122 + '304': *38 '404': *6 '403': *29 x-github: @@ -132670,7 +132716,7 @@ paths: application/json: schema: type: array - items: &897 + items: &898 title: Social account description: Social media account type: object @@ -132685,13 +132731,13 @@ paths: - provider - url examples: - default: &898 + default: &899 value: - provider: twitter url: https://twitter.com/github headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132747,11 +132793,11 @@ paths: application/json: schema: type: array - items: *897 + items: *898 examples: - default: *898 + default: *899 '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132804,7 +132850,7 @@ paths: '204': description: Response '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132836,7 +132882,7 @@ paths: application/json: schema: type: array - items: &899 + items: &900 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -132856,7 +132902,7 @@ paths: - title - created_at examples: - default: &927 + default: &928 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -132867,8 +132913,8 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132920,16 +132966,16 @@ paths: description: Response content: application/json: - schema: *899 + schema: *900 examples: - default: &900 + default: &901 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' '422': *15 - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -132952,7 +132998,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: - - &901 + - &902 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -132964,11 +133010,11 @@ paths: description: Response content: application/json: - schema: *899 + schema: *900 examples: - default: *900 + default: *901 '404': *6 - '304': *37 + '304': *38 '403': *29 '401': *25 x-github: @@ -132989,11 +133035,11 @@ 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: - - *901 + - *902 responses: '204': description: Response - '304': *37 + '304': *38 '404': *6 '403': *29 '401': *25 @@ -133018,7 +133064,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: - - &928 + - &929 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 @@ -133031,7 +133077,7 @@ paths: - created - updated default: created - - *112 + - *113 - *17 - *19 responses: @@ -133041,13 +133087,13 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default-response: *902 + default-response: *903 application/vnd.github.v3.star+json: schema: type: array - items: &929 + items: &930 title: Starred Repository description: Starred Repository type: object @@ -133055,7 +133101,7 @@ paths: starred_at: type: string format: date-time - repo: *80 + repo: *81 required: - starred_at - repo @@ -133183,8 +133229,8 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -133203,8 +133249,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: - - *511 - *512 + - *513 responses: '204': description: Response if this repository is starred by you @@ -133214,7 +133260,7 @@ paths: application/json: schema: *3 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -133232,15 +133278,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *511 - *512 + - *513 responses: '204': description: Response '403': *29 '404': *6 '401': *25 - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -133257,14 +133303,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *511 - *512 + - *513 responses: '204': description: Response '404': *6 '401': *25 - '304': *37 + '304': *38 '403': *29 x-github: githubCloudOnly: false @@ -133291,12 +133337,12 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -133330,7 +133376,7 @@ paths: application/json: schema: type: array - items: *503 + items: *504 examples: default: value: @@ -133381,8 +133427,8 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '404': *6 '403': *29 x-github: @@ -133408,7 +133454,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user-using-their-id parameters: - - *254 + - *255 responses: '200': description: Response @@ -133416,10 +133462,10 @@ paths: application/json: schema: oneOf: + - *877 - *876 - - *875 examples: - default-response: &906 + default-response: &907 summary: Default response value: login: octocat @@ -133454,7 +133500,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &907 + response-with-git-hub-plan-information: &908 summary: Response with GitHub plan information value: login: octocat @@ -133511,14 +133557,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: - - &904 + - &905 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. @@ -133552,10 +133598,10 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - draft_issue: *445 - '304': *37 + draft_issue: *446 + '304': *38 '403': *29 '401': *25 x-github: @@ -133577,7 +133623,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *903 + - *904 - *17 responses: '200': @@ -133588,13 +133634,13 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: Link: example: ; rel="next" schema: type: string - '304': *37 + '304': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -133612,8 +133658,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: - - *904 - - *438 + - *905 + - *439 requestBody: required: true content: @@ -133684,18 +133730,18 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *905 + schema: *906 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 - '304': *37 + value: *450 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -133728,7 +133774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user parameters: - - *151 + - *152 responses: '200': description: Response @@ -133736,11 +133782,11 @@ paths: application/json: schema: oneOf: + - *877 - *876 - - *875 examples: - default-response: *906 - response-with-git-hub-plan-information: *907 + default-response: *907 + response-with-git-hub-plan-information: *908 '404': *6 x-github: githubCloudOnly: false @@ -133764,9 +133810,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *110 - *111 - - *151 + - *112 + - *152 requestBody: required: true content: @@ -133790,8 +133836,8 @@ paths: required: - subject_digests examples: - default: *908 - withPredicateType: *909 + default: *909 + withPredicateType: *910 responses: '200': description: Response @@ -133844,7 +133890,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *910 + default: *911 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -133877,7 +133923,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-in-bulk parameters: - - *151 + - *152 requestBody: required: true content: @@ -133942,7 +133988,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *151 + - *152 - name: subject_digest description: Subject Digest in: path @@ -133973,7 +134019,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-id parameters: - - *151 + - *152 - name: attestation_id description: Attestation ID in: path @@ -134009,9 +134055,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#list-attestations parameters: - *17 - - *110 - *111 - - *151 + - *112 + - *152 - name: subject_digest description: Subject Digest in: path @@ -134064,12 +134110,12 @@ paths: initiator: type: string examples: - default: *557 + default: *558 '201': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -134111,7 +134157,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *151 + - *152 - name: per_page description: The number of results per page (max 100). in: query @@ -134145,7 +134191,7 @@ paths: spaces: type: array description: The list of Copilot Spaces on this page of results. - items: *343 + items: *344 examples: default: summary: Example response for listing user copilot spaces @@ -134244,7 +134290,7 @@ paths: html_url: https://github.com/copilot/spaces/octocat/2 api_url: https://api.github.com/user/1/copilot-spaces/2 headers: - Link: *47 + Link: *48 '403': *29 '404': *6 x-github: @@ -134266,7 +134312,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *151 + - *152 requestBody: required: true content: @@ -134357,9 +134403,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &911 + default: &912 summary: Example response for a user copilot space value: id: 42 @@ -134446,7 +134492,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134458,9 +134504,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *911 + default: *912 '403': *29 '404': *6 x-github: @@ -134482,7 +134528,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134581,9 +134627,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *911 + default: *912 '403': *29 '404': *6 '422': *15 @@ -134606,7 +134652,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134640,7 +134686,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134660,7 +134706,7 @@ paths: collaborators: type: array description: The list of collaborators for this Copilot Space. - items: *345 + items: *346 examples: default: value: @@ -134756,7 +134802,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134803,7 +134849,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -134863,7 +134909,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134914,7 +134960,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -134976,7 +135022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135024,7 +135070,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135044,7 +135090,7 @@ paths: resources: type: array description: The list of resources attached to this Copilot Space. - items: *346 + items: *347 examples: default: value: @@ -135082,7 +135128,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135136,7 +135182,7 @@ paths: description: Resource created content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -135152,7 +135198,7 @@ paths: description: Duplicate github_file resource already exists content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -135187,7 +135233,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135205,7 +135251,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -135237,7 +135283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135272,7 +135318,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -135305,7 +135351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *151 + - *152 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135341,7 +135387,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *151 + - *152 responses: '200': description: Response @@ -135349,9 +135395,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *893 + default: *894 '403': *29 '401': *25 x-github: @@ -135374,7 +135420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135384,7 +135430,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -135446,8 +135492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *151 - - *89 + - *152 + - *90 - *17 - *19 responses: @@ -135457,7 +135503,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -135534,7 +135580,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135544,7 +135590,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -135602,7 +135648,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-followers-of-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135614,9 +135660,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135633,7 +135679,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-the-people-a-user-follows parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135645,9 +135691,9 @@ paths: type: array items: *4 examples: - default: *222 + default: *223 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135664,7 +135710,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *151 + - *152 - name: target_user in: path required: true @@ -135691,8 +135737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-a-user parameters: - - *151 - - *241 + - *152 + - *242 - *17 - *19 responses: @@ -135702,11 +135748,11 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: - Link: *47 + Link: *48 '422': *15 x-github: githubCloudOnly: false @@ -135725,7 +135771,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135735,11 +135781,11 @@ paths: application/json: schema: type: array - items: *883 + items: *884 examples: - default: *912 + default: *913 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135761,7 +135807,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-contextual-information-for-a-user parameters: - - *151 + - *152 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -135833,7 +135879,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *151 + - *152 responses: '200': description: Response @@ -135841,7 +135887,7 @@ paths: application/json: schema: *22 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135859,7 +135905,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#list-public-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135894,7 +135940,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135914,7 +135960,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -135924,11 +135970,11 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: - default: *265 + default: *266 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -135965,8 +136011,8 @@ paths: - docker - nuget - container - - *892 - - *151 + - *893 + - *152 - *19 - *17 responses: @@ -135976,12 +136022,12 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *893 + default: *894 '403': *29 '401': *25 - '400': *894 + '400': *895 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -136001,17 +136047,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 - - *151 + - *424 + - *152 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *913 + default: *914 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -136032,9 +136078,9 @@ 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 - - *151 + - *424 + - *152 responses: '204': description: Response @@ -136066,9 +136112,9 @@ 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 - - *151 + - *424 + - *152 - name: token description: package token schema: @@ -136100,9 +136146,9 @@ 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 - - *151 + - *424 + - *152 responses: '200': description: Response @@ -136110,7 +136156,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -136168,16 +136214,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 - - *151 + - *424 + - *426 + - *152 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -136212,10 +136258,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 - - *151 - - *425 + - *424 + - *152 + - *426 responses: '204': description: Response @@ -136247,10 +136293,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 - - *151 - - *425 + - *424 + - *152 + - *426 responses: '204': description: Response @@ -136274,15 +136320,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-user parameters: - - *151 + - *152 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -136291,12 +136337,12 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: *437 + default: *438 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -136315,19 +136361,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-user parameters: - - *438 - - *151 + - *439 + - *152 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -136346,11 +136392,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-user parameters: - - *438 - - *151 + - *439 + - *152 - *17 - - *110 - *111 + - *112 responses: '200': description: Response @@ -136358,12 +136404,12 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *914 + default: *915 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -136381,8 +136427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-field-to-user-owned-project parameters: - - *151 - - *438 + - *152 + - *439 requestBody: required: true content: @@ -136420,7 +136466,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *915 + items: *916 required: - name - data_type @@ -136436,7 +136482,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *916 + iteration_configuration: *917 required: - name - data_type @@ -136458,21 +136504,21 @@ paths: value: name: Due date data_type: date - single_select_field: *917 - iteration_field: *918 + single_select_field: *918 + iteration_field: *919 responses: '201': description: Response content: application/json: - schema: *442 + schema: *443 examples: - text_field: *919 - number_field: *920 - date_field: *921 - single_select_field: *922 - iteration_field: *923 - '304': *37 + text_field: *920 + number_field: *921 + date_field: *922 + single_select_field: *923 + iteration_field: *924 + '304': *38 '403': *29 '401': *25 '422': *15 @@ -136492,20 +136538,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - - *438 - - *924 - - *151 + - *439 + - *925 + - *152 responses: '200': description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *925 + default: *926 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -136525,10 +136571,10 @@ 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 - - *151 - - *110 + - *439 + - *152 - *111 + - *112 - *17 - 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) @@ -136558,12 +136604,12 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -136581,8 +136627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-user-owned-project parameters: - - *151 - - *438 + - *152 + - *439 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -136652,23 +136698,23 @@ 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 - '304': *37 + value: *446 + '304': *38 '403': *29 '401': *25 x-github: @@ -136687,9 +136733,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 - - *151 - - *448 + - *439 + - *152 + - *449 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -136709,12 +136755,12 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 x-github: @@ -136732,9 +136778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-user parameters: - - *438 - - *151 - - *448 + - *439 + - *152 + - *449 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -136804,13 +136850,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 @@ -136830,9 +136876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-user parameters: - - *438 - - *151 - - *448 + - *439 + - *152 + - *449 responses: '204': description: Response @@ -136854,9 +136900,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 - - *151 - - *926 + - *439 + - *152 + - *927 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -136872,8 +136918,8 @@ paths: maxItems: 50 items: type: string - - *110 - *111 + - *112 - *17 responses: '200': @@ -136882,12 +136928,12 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: - Link: *47 - '304': *37 + Link: *48 + '304': *38 '403': *29 '401': *25 '404': *6 @@ -136912,7 +136958,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -136922,7 +136968,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -136987,7 +137033,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-received-by-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -136997,7 +137043,7 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: default: value: @@ -137060,7 +137106,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repositories-for-a-user parameters: - - *151 + - *152 - name: type description: Limit results to repositories of the specified type. in: query @@ -137103,11 +137149,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -137125,7 +137171,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -137135,11 +137181,11 @@ paths: application/json: schema: type: array - items: *897 + items: *898 examples: - default: *898 + default: *899 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -137157,7 +137203,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -137167,11 +137213,11 @@ paths: application/json: schema: type: array - items: *899 + items: *900 examples: - default: *927 + default: *928 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -137193,9 +137239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *151 - - *928 - - *112 + - *152 + - *929 + - *113 - *17 - *19 responses: @@ -137206,13 +137252,13 @@ paths: schema: anyOf: - type: array - items: *929 + items: *930 - type: array - items: *80 + items: *81 examples: - default-response: *902 + default-response: *903 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -137229,7 +137275,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *151 + - *152 - *17 - *19 responses: @@ -137239,11 +137285,11 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *426 + default: *427 headers: - Link: *47 + Link: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -137369,7 +137415,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &930 + enterprise: &931 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -137427,7 +137473,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &931 + installation: &932 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -137446,7 +137492,7 @@ x-webhooks: required: - id - node_id - organization: &932 + organization: &933 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -137506,13 +137552,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &933 + repository: &934 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: &972 + properties: &973 id: description: Unique identifier of the repository example: 42 @@ -137532,8 +137578,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *237 - required: *238 + properties: *238 + required: *239 nullable: true organization: title: Simple User @@ -138207,7 +138253,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &973 + required: &974 - archive_url - assignees_url - blobs_url @@ -138281,7 +138327,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &974 + x-github-breaking-changes: &975 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -138372,10 +138418,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -138451,11 +138497,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: &934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: &935 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) @@ -138678,11 +138724,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: *934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: *935 sender: *4 required: - action @@ -138865,11 +138911,11 @@ x-webhooks: - everyone required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: *934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: *935 sender: *4 required: - action @@ -138942,7 +138988,7 @@ x-webhooks: required: true content: application/json: - schema: &956 + schema: &957 title: Exemption request cancellation event type: object properties: @@ -138950,11 +138996,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: &935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: &936 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -139258,7 +139304,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &936 + items: &937 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -139368,7 +139414,7 @@ x-webhooks: required: true content: application/json: - schema: &957 + schema: &958 title: Exemption request completed event type: object properties: @@ -139376,11 +139422,11 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 sender: *4 required: - action @@ -139452,7 +139498,7 @@ x-webhooks: required: true content: application/json: - schema: &954 + schema: &955 title: Exemption request created event type: object properties: @@ -139460,11 +139506,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 sender: *4 required: - action @@ -139536,7 +139582,7 @@ x-webhooks: required: true content: application/json: - schema: &958 + schema: &959 title: Exemption response dismissed event type: object properties: @@ -139544,12 +139590,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 - exemption_response: *936 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 + exemption_response: *937 sender: *4 required: - action @@ -139623,7 +139669,7 @@ x-webhooks: required: true content: application/json: - schema: &955 + schema: &956 title: Exemption response submitted event type: object properties: @@ -139631,12 +139677,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 - exemption_response: *936 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 + exemption_response: *937 sender: *4 required: - action @@ -139720,7 +139766,7 @@ x-webhooks: type: string enum: - completed - check_run: &938 + check_run: &939 title: CheckRun description: A check performed on the code of a given code change type: object @@ -139773,8 +139819,8 @@ x-webhooks: type: string pull_requests: type: array - items: *239 - repository: *295 + items: *240 + repository: *296 status: example: completed type: string @@ -139811,7 +139857,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *937 + deployment: *938 details_url: example: https://example.com type: string @@ -139861,7 +139907,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *239 + items: *240 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -139896,10 +139942,10 @@ x-webhooks: - output - app - pull_requests - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -140290,11 +140336,11 @@ x-webhooks: type: string enum: - created - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -140688,11 +140734,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 requested_action: description: The action requested by the user. type: object @@ -141095,11 +141141,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -142069,10 +142115,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -142771,10 +142817,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -143467,10 +143513,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -143636,7 +143682,7 @@ x-webhooks: required: - login - id - dismissed_comment: *586 + dismissed_comment: *587 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -143781,20 +143827,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &939 + commit_oid: &940 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: *930 - installation: *931 - organization: *932 - ref: &940 + enterprise: *931 + installation: *932 + organization: *933 + ref: &941 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: *933 + repository: *934 sender: *4 required: - action @@ -143959,7 +144005,7 @@ x-webhooks: required: - login - id - dismissed_comment: *586 + dismissed_comment: *587 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -144189,12 +144235,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -144289,7 +144335,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *586 + dismissed_comment: *587 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -144460,12 +144506,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -144631,7 +144677,7 @@ x-webhooks: required: - login - id - dismissed_comment: *586 + dismissed_comment: *587 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -144797,12 +144843,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -144901,7 +144947,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *586 + dismissed_comment: *587 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -145076,16 +145122,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 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: *933 + repository: *934 sender: *4 required: - action @@ -145182,7 +145228,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *586 + dismissed_comment: *587 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -145322,12 +145368,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -145493,7 +145539,7 @@ x-webhooks: required: - login - id - dismissed_comment: *586 + dismissed_comment: *587 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -145638,10 +145684,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -145896,10 +145942,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -145979,18 +146025,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *932 - pusher_type: &941 + organization: *933 + pusher_type: &942 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &942 + ref: &943 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -146000,7 +146046,7 @@ x-webhooks: enum: - tag - branch - repository: *933 + repository: *934 sender: *4 required: - ref @@ -146082,10 +146128,10 @@ x-webhooks: type: string enum: - created - definition: *164 - enterprise: *930 - installation: *931 - organization: *932 + definition: *165 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -146170,9 +146216,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -146249,10 +146295,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *164 - enterprise: *930 - installation: *931 - organization: *932 + definition: *165 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -146329,10 +146375,10 @@ x-webhooks: type: string enum: - updated - definition: *164 - enterprise: *930 - installation: *931 - organization: *932 + definition: *165 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -146409,19 +146455,19 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - repository: *933 - organization: *932 + enterprise: *931 + installation: *932 + repository: *934 + organization: *933 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *163 + items: *164 old_property_values: type: array description: The old custom property values for the repository. - items: *163 + items: *164 required: - action - repository @@ -146497,18 +146543,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - pusher_type: *941 - ref: *942 + enterprise: *931 + installation: *932 + organization: *933 + pusher_type: *942 + ref: *943 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *933 + repository: *934 sender: *4 required: - ref @@ -146588,11 +146634,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *650 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + alert: *651 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146672,11 +146718,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *650 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + alert: *651 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146757,11 +146803,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *650 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + alert: *651 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146842,11 +146888,11 @@ x-webhooks: type: string enum: - created - alert: *650 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + alert: *651 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146925,11 +146971,11 @@ x-webhooks: type: string enum: - dismissed - alert: *650 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + alert: *651 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -147008,11 +147054,11 @@ x-webhooks: type: string enum: - fixed - alert: *650 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + alert: *651 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -147092,11 +147138,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *650 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + alert: *651 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -147175,11 +147221,11 @@ x-webhooks: type: string enum: - reopened - alert: *650 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + alert: *651 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -147256,9 +147302,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - key: &943 + enterprise: *931 + installation: *932 + key: &944 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -147294,8 +147340,8 @@ x-webhooks: - verified - created_at - read_only - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -147372,11 +147418,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - key: *943 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + key: *944 + organization: *933 + repository: *934 sender: *4 required: - action @@ -147932,12 +147978,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: &949 + workflow: &950 title: Workflow type: object nullable: true @@ -148678,15 +148724,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *944 - required: *945 + properties: *945 + required: *946 nullable: true pull_requests: type: array - items: *773 - repository: *933 - organization: *932 - installation: *931 + items: *774 + repository: *934 + organization: *933 + installation: *932 sender: *4 responses: '200': @@ -148757,7 +148803,7 @@ x-webhooks: type: string enum: - approved - approver: &946 + approver: &947 type: object properties: avatar_url: @@ -148800,11 +148846,11 @@ x-webhooks: type: string comment: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - reviewers: &947 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + reviewers: &948 type: array items: type: object @@ -148883,7 +148929,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &948 + workflow_job_run: &949 type: object properties: conclusion: @@ -149614,18 +149660,18 @@ x-webhooks: type: string enum: - rejected - approver: *946 + approver: *947 comment: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - reviewers: *947 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + reviewers: *948 sender: *4 since: type: string - workflow_job_run: *948 + workflow_job_run: *949 workflow_job_runs: type: array items: @@ -150329,13 +150375,13 @@ x-webhooks: type: string enum: - requested - enterprise: *930 + enterprise: *931 environment: type: string - installation: *931 - organization: *932 - repository: *933 - requestor: &959 + installation: *932 + organization: *933 + repository: *934 + requestor: &960 title: User type: object nullable: true @@ -152224,12 +152270,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Deployment Workflow Run type: object @@ -152909,7 +152955,7 @@ x-webhooks: type: string enum: - answered - answer: &952 + answer: &953 type: object properties: author_association: @@ -153066,11 +153112,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153197,11 +153243,11 @@ x-webhooks: - from required: - category - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153284,11 +153330,11 @@ x-webhooks: type: string enum: - closed - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153370,7 +153416,7 @@ x-webhooks: type: string enum: - created - comment: &951 + comment: &952 type: object properties: author_association: @@ -153527,11 +153573,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153614,12 +153660,12 @@ x-webhooks: type: string enum: - deleted - comment: *951 - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + comment: *952 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153714,12 +153760,12 @@ x-webhooks: - from required: - body - comment: *951 - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + comment: *952 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153803,11 +153849,11 @@ x-webhooks: type: string enum: - created - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153889,11 +153935,11 @@ x-webhooks: type: string enum: - deleted - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153993,11 +154039,11 @@ x-webhooks: type: string required: - from - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154079,10 +154125,10 @@ x-webhooks: type: string enum: - labeled - discussion: *950 - enterprise: *930 - installation: *931 - label: &953 + discussion: *951 + enterprise: *931 + installation: *932 + label: &954 title: Label type: object properties: @@ -154114,8 +154160,8 @@ x-webhooks: - color - default - description - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154198,11 +154244,11 @@ x-webhooks: type: string enum: - locked - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154284,11 +154330,11 @@ x-webhooks: type: string enum: - pinned - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154370,11 +154416,11 @@ x-webhooks: type: string enum: - reopened - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154459,16 +154505,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *950 - new_repository: *933 + new_discussion: *951 + new_repository: *934 required: - new_discussion - new_repository - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154551,10 +154597,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *950 - old_answer: *952 - organization: *932 - repository: *933 + discussion: *951 + old_answer: *953 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154636,12 +154682,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *950 - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154724,11 +154770,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154810,11 +154856,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154883,7 +154929,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154946,7 +154992,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155009,7 +155055,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155072,7 +155118,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155135,7 +155181,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155201,7 +155247,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155267,7 +155313,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155333,7 +155379,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155399,7 +155445,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155465,7 +155511,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155530,7 +155576,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155595,7 +155641,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155660,7 +155706,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155725,7 +155771,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155791,7 +155837,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155858,7 +155904,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *930 + enterprise: *931 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -156518,9 +156564,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - forkee @@ -156666,9 +156712,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pages: description: The pages that were updated. type: array @@ -156705,7 +156751,7 @@ x-webhooks: - action - sha - html_url - repository: *933 + repository: *934 sender: *4 required: - pages @@ -156781,10 +156827,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: &960 + organization: *933 + repositories: &961 description: An array of repository objects that the installation can access. type: array @@ -156810,8 +156856,8 @@ x-webhooks: - name - full_name - private - repository: *933 - requester: *959 + repository: *934 + requester: *960 sender: *4 required: - action @@ -156886,11 +156932,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -156966,11 +157012,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -157046,10 +157092,10 @@ x-webhooks: type: string enum: - added - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories_added: &961 + organization: *933 + repositories_added: &962 description: An array of repository objects, which were added to the installation. type: array @@ -157095,15 +157141,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *933 - repository_selection: &962 + repository: *934 + repository_selection: &963 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *959 + requester: *960 sender: *4 required: - action @@ -157182,10 +157228,10 @@ x-webhooks: type: string enum: - removed - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories_added: *961 + organization: *933 + repositories_added: *962 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -157212,9 +157258,9 @@ x-webhooks: - name - full_name - private - repository: *933 - repository_selection: *962 - requester: *959 + repository: *934 + repository_selection: *963 + requester: *960 sender: *4 required: - action @@ -157293,11 +157339,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -157476,10 +157522,10 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 target_type: type: string @@ -157558,11 +157604,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -157686,8 +157732,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *229 - required: *230 + properties: *230 + required: *231 reactions: title: Reactions type: object @@ -157829,8 +157875,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158619,8 +158665,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158636,7 +158682,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -158969,8 +159015,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -159050,7 +159096,7 @@ x-webhooks: type: string enum: - deleted - comment: &963 + comment: &964 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -159230,8 +159276,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160016,8 +160062,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160033,7 +160079,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -160368,8 +160414,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -160449,7 +160495,7 @@ x-webhooks: type: string enum: - edited - changes: &993 + changes: &994 description: The changes to the comment. type: object properties: @@ -160461,9 +160507,9 @@ x-webhooks: type: string required: - from - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161251,8 +161297,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161268,7 +161314,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -161601,8 +161647,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -161683,9 +161729,9 @@ x-webhooks: type: string enum: - pinned - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162475,8 +162521,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162492,7 +162538,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -162827,8 +162873,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -162908,9 +162954,9 @@ x-webhooks: type: string enum: - unpinned - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -163700,8 +163746,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163717,7 +163763,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -164052,8 +164098,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164136,15 +164182,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 + blocked_issue: *235 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - blocking_issue_repo: *80 - installation: *931 - organization: *932 - repository: *933 + blocking_issue: *235 + blocking_issue_repo: *81 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164227,15 +164273,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 + blocked_issue: *235 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - blocking_issue_repo: *80 - installation: *931 - organization: *932 - repository: *933 + blocking_issue: *235 + blocking_issue_repo: *81 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164317,15 +164363,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 - blocked_issue_repo: *80 + blocked_issue: *235 + blocked_issue_repo: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - installation: *931 - organization: *932 - repository: *933 + blocking_issue: *235 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164408,15 +164454,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *234 - blocked_issue_repo: *80 + blocked_issue: *235 + blocked_issue_repo: *81 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *234 - installation: *931 - organization: *932 - repository: *933 + blocking_issue: *235 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164496,10 +164542,10 @@ x-webhooks: type: string enum: - assigned - assignee: *959 - enterprise: *930 - installation: *931 - issue: &964 + assignee: *960 + enterprise: *931 + installation: *932 + issue: &965 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -165288,11 +165334,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -165311,7 +165357,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -165412,8 +165458,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -165493,8 +165539,8 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -166288,11 +166334,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -166311,7 +166357,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -166547,8 +166593,8 @@ x-webhooks: required: - state - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -166627,8 +166673,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167413,11 +167459,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -167436,7 +167482,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -167536,8 +167582,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -167616,8 +167662,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168424,11 +168470,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -168447,7 +168493,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -168526,7 +168572,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &965 + milestone: &966 title: Milestone description: A collection of related issues and pull requests. type: object @@ -168664,8 +168710,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -168764,8 +168810,8 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169554,11 +169600,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -169574,7 +169620,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -169678,9 +169724,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *953 - organization: *932 - repository: *933 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -169760,9 +169806,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 issue_field: type: object description: The issue field whose value was set or updated on the @@ -169916,8 +169962,8 @@ x-webhooks: - id required: - from - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -169997,9 +170043,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -170080,8 +170126,8 @@ x-webhooks: nullable: true required: - id - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -170161,8 +170207,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170950,11 +170996,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -170970,7 +171016,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -171074,9 +171120,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *953 - organization: *932 - repository: *933 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -171156,8 +171202,8 @@ x-webhooks: type: string enum: - locked - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171969,11 +172015,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -171989,7 +172035,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -172070,8 +172116,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -172150,8 +172196,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172957,11 +173003,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -172980,7 +173026,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -173058,9 +173104,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *965 - organization: *932 - repository: *933 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -173923,8 +173969,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -173955,8 +174001,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true user: title: User @@ -174028,7 +174074,7 @@ x-webhooks: required: - login - id - type: *404 + type: *405 required: - id - number @@ -174508,8 +174554,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -175293,8 +175339,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -175313,7 +175359,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -175326,8 +175372,8 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true user: title: User @@ -175421,8 +175467,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -175502,9 +175548,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *930 - installation: *931 - issue: &966 + enterprise: *931 + installation: *932 + issue: &967 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -176287,11 +176333,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -176310,7 +176356,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -176410,8 +176456,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -176490,8 +176536,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -177301,11 +177347,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -177402,9 +177448,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *404 - organization: *932 - repository: *933 + type: *405 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178270,11 +178316,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -178293,7 +178339,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -178872,11 +178918,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *930 - installation: *931 - issue: *966 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *967 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178956,12 +179002,12 @@ x-webhooks: type: string enum: - typed - enterprise: *930 - installation: *931 - issue: *964 - type: *404 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *965 + type: *405 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179042,7 +179088,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &996 + assignee: &997 title: User type: object nullable: true @@ -179112,11 +179158,11 @@ x-webhooks: required: - login - id - enterprise: *930 - installation: *931 - issue: *964 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *965 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179195,12 +179241,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *930 - installation: *931 - issue: *964 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *965 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179280,8 +179326,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -180091,11 +180137,11 @@ x-webhooks: description: Comments provide a way for people to collaborate on an issue. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array items: *719 @@ -180114,7 +180160,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -180192,8 +180238,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180273,11 +180319,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *930 - installation: *931 - issue: *966 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *967 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180356,12 +180402,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *930 - installation: *931 - issue: *964 - type: *404 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *965 + type: *405 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180441,11 +180487,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180523,11 +180569,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180637,11 +180683,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180723,9 +180769,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: &967 + enterprise: *931 + installation: *932 + marketplace_purchase: &968 title: Marketplace Purchase type: object required: @@ -180808,8 +180854,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *932 - previous_marketplace_purchase: &968 + organization: *933 + previous_marketplace_purchase: &969 title: Marketplace Purchase type: object properties: @@ -180889,7 +180935,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -180969,10 +181015,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -181055,7 +181101,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -181137,10 +181183,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -181222,7 +181268,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -181303,8 +181349,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 marketplace_purchase: title: Marketplace Purchase type: object @@ -181386,9 +181432,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *932 - previous_marketplace_purchase: *968 - repository: *933 + organization: *933 + previous_marketplace_purchase: *969 + repository: *934 sender: *4 required: - action @@ -181468,12 +181514,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 - previous_marketplace_purchase: *968 - repository: *933 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 + previous_marketplace_purchase: *969 + repository: *934 sender: *4 required: - action @@ -181575,11 +181621,11 @@ x-webhooks: type: string required: - to - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181679,11 +181725,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181762,11 +181808,11 @@ x-webhooks: type: string enum: - removed - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181844,11 +181890,11 @@ x-webhooks: type: string enum: - added - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181924,7 +181970,7 @@ x-webhooks: required: - login - id - team: &969 + team: &970 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -182147,11 +182193,11 @@ x-webhooks: type: string enum: - removed - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 scope: description: The scope of the membership. Currently, can only be `team`. @@ -182228,7 +182274,7 @@ x-webhooks: required: - login - id - team: *969 + team: *970 required: - action - scope @@ -182310,8 +182356,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *931 - merge_group: &971 + installation: *932 + merge_group: &972 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -182330,15 +182376,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *970 + head_commit: *971 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182424,10 +182470,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *931 - merge_group: *971 - organization: *932 - repository: *933 + installation: *932 + merge_group: *972 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182500,7 +182546,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 + enterprise: *931 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -182609,17 +182655,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *931 - organization: *932 + installation: *932 + organization: *933 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: *972 - required: *973 - x-github-breaking-changes: *974 + properties: *973 + required: *974 + x-github-breaking-changes: *975 nullable: true sender: *4 required: @@ -182700,11 +182746,11 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182783,9 +182829,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - milestone: &975 + enterprise: *931 + installation: *932 + milestone: &976 title: Milestone description: A collection of related issues and pull requests. type: object @@ -182922,8 +182968,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183002,11 +183048,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183116,11 +183162,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183200,11 +183246,11 @@ x-webhooks: type: string enum: - opened - enterprise: *930 - installation: *931 - milestone: *975 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *976 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183283,11 +183329,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *959 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + blocked_user: *960 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183366,11 +183412,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *959 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + blocked_user: *960 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183445,8 +183491,8 @@ x-webhooks: type: string enum: - created - definition: *159 - enterprise: *930 + definition: *160 + enterprise: *931 sender: *4 required: - action @@ -183526,8 +183572,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 sender: *4 required: - action @@ -183599,9 +183645,9 @@ x-webhooks: type: string enum: - updated - definition: *159 - enterprise: *930 - installation: *931 + definition: *160 + enterprise: *931 + installation: *932 sender: *4 required: - action @@ -183673,18 +183719,18 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 new_property_values: type: array description: The new custom property values. - items: *163 + items: *164 old_property_values: type: array description: The old custom property values. - items: *163 + items: *164 required: - action - organization @@ -183763,9 +183809,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - membership: &976 + enterprise: *931 + installation: *932 + membership: &977 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -183872,8 +183918,8 @@ x-webhooks: - role - organization_url - user - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183951,11 +183997,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *930 - installation: *931 - membership: *976 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *977 + organization: *933 + repository: *934 sender: *4 required: - action @@ -184034,8 +184080,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -184151,10 +184197,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 - user: *959 + user: *960 required: - action - invitation @@ -184232,11 +184278,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *930 - installation: *931 - membership: *976 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *977 + organization: *933 + repository: *934 sender: *4 required: - action @@ -184323,11 +184369,11 @@ x-webhooks: properties: from: type: string - enterprise: *930 - installation: *931 - membership: *976 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *977 + organization: *933 + repository: *934 sender: *4 required: - action @@ -184405,9 +184451,9 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 package: description: Information about the package. type: object @@ -184906,7 +184952,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &977 + items: &978 title: Ruby Gems metadata type: object properties: @@ -185001,7 +185047,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -185078,9 +185124,9 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 package: description: Information about the package. type: object @@ -185433,7 +185479,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *977 + items: *978 source_url: type: string format: uri @@ -185503,7 +185549,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -185679,12 +185725,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *930 + enterprise: *931 id: type: integer - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - id @@ -185761,7 +185807,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &978 + personal_access_token_request: &979 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -185907,10 +185953,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *930 - organization: *932 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -185987,11 +186033,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *978 - enterprise: *930 - organization: *932 + personal_access_token_request: *979 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -186067,11 +186113,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *978 - enterprise: *930 - organization: *932 + personal_access_token_request: *979 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -186146,11 +186192,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *978 - organization: *932 - enterprise: *930 + personal_access_token_request: *979 + organization: *933 + enterprise: *931 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -186255,7 +186301,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *979 + last_response: *980 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -186287,8 +186333,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 zen: description: Random string of GitHub zen. @@ -186533,10 +186579,10 @@ x-webhooks: - from required: - note - enterprise: *930 - installation: *931 - organization: *932 - project_card: &980 + enterprise: *931 + installation: *932 + organization: *933 + project_card: &981 title: Project Card type: object properties: @@ -186655,7 +186701,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -186736,11 +186782,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project_card: *980 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_card: *981 + repository: *934 sender: *4 required: - action @@ -186820,9 +186866,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 project_card: title: Project Card type: object @@ -186950,9 +186996,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: *972 - required: *973 - x-github-breaking-changes: *974 + properties: *973 + required: *974 + x-github-breaking-changes: *975 nullable: true sender: *4 required: @@ -187046,11 +187092,11 @@ x-webhooks: - from required: - note - enterprise: *930 - installation: *931 - organization: *932 - project_card: *980 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_card: *981 + repository: *934 sender: *4 required: - action @@ -187144,9 +187190,9 @@ x-webhooks: - from required: - column_id - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 project_card: allOf: - title: Project Card @@ -187336,7 +187382,7 @@ x-webhooks: type: string required: - after_id - repository: *933 + repository: *934 sender: *4 required: - action @@ -187416,10 +187462,10 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - organization: *932 - project: &982 + enterprise: *931 + installation: *932 + organization: *933 + project: &983 title: Project type: object properties: @@ -187543,7 +187589,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -187623,10 +187669,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project_column: &981 + enterprise: *931 + installation: *932 + organization: *933 + project_column: &982 title: Project Column type: object properties: @@ -187665,7 +187711,7 @@ x-webhooks: - name - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -187744,19 +187790,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - project_column: *981 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *982 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: *972 - required: *973 - x-github-breaking-changes: *974 + properties: *973 + required: *974 + x-github-breaking-changes: *975 nullable: true sender: *4 required: @@ -187846,11 +187892,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - project_column: *981 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *982 + repository: *934 sender: *4 required: - action @@ -187930,11 +187976,11 @@ x-webhooks: type: string enum: - moved - enterprise: *930 - installation: *931 - organization: *932 - project_column: *981 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *982 + repository: *934 sender: *4 required: - action @@ -188014,11 +188060,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project: *982 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *983 + repository: *934 sender: *4 required: - action @@ -188098,19 +188144,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - project: *982 + enterprise: *931 + installation: *932 + organization: *933 + project: *983 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: *972 - required: *973 - x-github-breaking-changes: *974 + properties: *973 + required: *974 + x-github-breaking-changes: *975 nullable: true sender: *4 required: @@ -188212,11 +188258,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - project: *982 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *983 + repository: *934 sender: *4 required: - action @@ -188295,11 +188341,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 - organization: *932 - project: *982 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *983 + repository: *934 sender: *4 required: - action @@ -188380,9 +188426,9 @@ x-webhooks: type: string enum: - closed - installation: *931 - organization: *932 - projects_v2: *436 + installation: *932 + organization: *933 + projects_v2: *437 sender: *4 required: - action @@ -188463,9 +188509,9 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 - projects_v2: *436 + installation: *932 + organization: *933 + projects_v2: *437 sender: *4 required: - action @@ -188546,9 +188592,9 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 - projects_v2: *436 + installation: *932 + organization: *933 + projects_v2: *437 sender: *4 required: - action @@ -188665,9 +188711,9 @@ x-webhooks: type: string to: type: string - installation: *931 - organization: *932 - projects_v2: *436 + installation: *932 + organization: *933 + projects_v2: *437 sender: *4 required: - action @@ -188750,7 +188796,7 @@ x-webhooks: type: string enum: - archived - changes: &986 + changes: &987 type: object properties: archived_at: @@ -188764,9 +188810,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *931 - organization: *932 - projects_v2_item: &983 + installation: *932 + organization: *933 + projects_v2_item: &984 title: Projects v2 Item description: An item belonging to a project type: object @@ -188784,7 +188830,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 @@ -188901,9 +188947,9 @@ x-webhooks: nullable: true to: type: string - installation: *931 - organization: *932 - projects_v2_item: *983 + installation: *932 + organization: *933 + projects_v2_item: *984 sender: *4 required: - action @@ -188985,9 +189031,9 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 - projects_v2_item: *983 + installation: *932 + organization: *933 + projects_v2_item: *984 sender: *4 required: - action @@ -189068,9 +189114,9 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 - projects_v2_item: *983 + installation: *932 + organization: *933 + projects_v2_item: *984 sender: *4 required: - action @@ -189176,7 +189222,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &984 + - &985 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -189198,7 +189244,7 @@ x-webhooks: required: - id - name - - &985 + - &986 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -189232,8 +189278,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *984 - *985 + - *986 required: - field_value - type: object @@ -189249,9 +189295,9 @@ x-webhooks: nullable: true required: - body - installation: *931 - organization: *932 - projects_v2_item: *983 + installation: *932 + organization: *933 + projects_v2_item: *984 sender: *4 required: - action @@ -189346,9 +189392,9 @@ x-webhooks: to: type: string nullable: true - installation: *931 - organization: *932 - projects_v2_item: *983 + installation: *932 + organization: *933 + projects_v2_item: *984 sender: *4 required: - action @@ -189431,10 +189477,10 @@ x-webhooks: type: string enum: - restored - changes: *986 - installation: *931 - organization: *932 - projects_v2_item: *983 + changes: *987 + installation: *932 + organization: *933 + projects_v2_item: *984 sender: *4 required: - action @@ -189516,9 +189562,9 @@ x-webhooks: type: string enum: - reopened - installation: *931 - organization: *932 - projects_v2: *436 + installation: *932 + organization: *933 + projects_v2: *437 sender: *4 required: - action @@ -189599,14 +189645,14 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 - projects_v2_status_update: &989 + installation: *932 + organization: *933 + projects_v2_status_update: &990 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *987 - required: *988 + properties: *988 + required: *989 sender: *4 required: - action @@ -189687,9 +189733,9 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 - projects_v2_status_update: *989 + installation: *932 + organization: *933 + projects_v2_status_update: *990 sender: *4 required: - action @@ -189825,9 +189871,9 @@ x-webhooks: type: string format: date nullable: true - installation: *931 - organization: *932 - projects_v2_status_update: *989 + installation: *932 + organization: *933 + projects_v2_status_update: *990 sender: *4 required: - action @@ -189898,10 +189944,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - repository @@ -189978,13 +190024,13 @@ x-webhooks: type: string enum: - assigned - assignee: *959 - enterprise: *930 - installation: *931 - number: &990 + assignee: *960 + enterprise: *931 + installation: *932 + number: &991 description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -192163,6 +192209,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -192289,7 +192336,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -192386,11 +192433,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -194562,6 +194609,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194690,7 +194738,7 @@ x-webhooks: - draft reason: type: string - repository: *933 + repository: *934 sender: *4 required: - action @@ -194787,11 +194835,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -196963,6 +197011,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -197091,7 +197140,7 @@ x-webhooks: - draft reason: type: string - repository: *933 + repository: *934 sender: *4 required: - action @@ -197188,13 +197237,13 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - number: *990 - organization: *932 - pull_request: &991 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 + pull_request: &992 allOf: - - *773 + - *774 - type: object properties: allow_auto_merge: @@ -197256,7 +197305,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *933 + repository: *934 sender: *4 required: - action @@ -197337,12 +197386,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *930 - installation: *931 - number: *990 - organization: *932 - pull_request: *991 - repository: *933 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 + pull_request: *992 + repository: *934 sender: *4 required: - action @@ -197422,11 +197471,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *930 + enterprise: *931 milestone: *755 - number: *990 - organization: *932 - pull_request: &992 + number: *991 + organization: *933 + pull_request: &993 title: Pull Request type: object properties: @@ -199585,6 +199634,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -199753,7 +199803,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *933 + repository: *934 sender: *4 required: - action @@ -199832,11 +199882,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -201999,6 +202049,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -202140,7 +202191,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *933 + repository: *934 sender: *4 required: - action @@ -202272,12 +202323,12 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - number: *990 - organization: *932 - pull_request: *991 - repository: *933 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 + pull_request: *992 + repository: *934 sender: *4 required: - action @@ -202357,11 +202408,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -204524,6 +204575,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -204650,7 +204702,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -204738,11 +204790,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *930 - installation: *931 - label: *953 - number: *990 - organization: *932 + enterprise: *931 + installation: *932 + label: *954 + number: *991 + organization: *933 pull_request: title: Pull Request type: object @@ -206920,6 +206972,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -207046,7 +207099,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -207142,10 +207195,10 @@ x-webhooks: type: string enum: - locked - enterprise: *930 - installation: *931 - number: *990 - organization: *932 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 pull_request: title: Pull Request type: object @@ -209321,6 +209374,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -209447,7 +209501,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -209542,12 +209596,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *930 + enterprise: *931 milestone: *755 - number: *990 - organization: *932 - pull_request: *992 - repository: *933 + number: *991 + organization: *933 + pull_request: *993 + repository: *934 sender: *4 required: - action @@ -209626,12 +209680,12 @@ x-webhooks: type: string enum: - opened - enterprise: *930 - installation: *931 - number: *990 - organization: *932 - pull_request: *991 - repository: *933 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 + pull_request: *992 + repository: *934 sender: *4 required: - action @@ -209712,12 +209766,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *930 - installation: *931 - number: *990 - organization: *932 - pull_request: *991 - repository: *933 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 + pull_request: *992 + repository: *934 sender: *4 required: - action @@ -209797,12 +209851,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 - number: *990 - organization: *932 - pull_request: *991 - repository: *933 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 + pull_request: *992 + repository: *934 sender: *4 required: - action @@ -210168,9 +210222,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -212241,6 +212295,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: type: string enum: @@ -212362,7 +212417,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -212457,7 +212512,7 @@ x-webhooks: type: string enum: - deleted - comment: &994 + comment: &995 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. @@ -212742,9 +212797,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -214803,6 +214858,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: type: string enum: @@ -214924,7 +214980,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -215019,11 +215075,11 @@ x-webhooks: type: string enum: - edited - changes: *993 - comment: *994 - enterprise: *930 - installation: *931 - organization: *932 + changes: *994 + comment: *995 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -217085,6 +217141,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: type: string enum: @@ -217206,7 +217263,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -217302,9 +217359,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -219376,6 +219433,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: type: string enum: @@ -219499,7 +219557,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 review: description: The review that was affected. type: object @@ -219761,9 +219819,9 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -221817,8 +221875,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 - review: &995 + repository: *934 + review: &996 description: The review that was affected. type: object properties: @@ -222059,12 +222117,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -224243,6 +224301,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -224369,7 +224428,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_reviewer: title: User type: object @@ -224453,12 +224512,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -226644,6 +226703,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -226770,7 +226830,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_team: title: Team description: Groups of organization members that gives permissions @@ -226985,12 +227045,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -229170,6 +229230,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -229297,7 +229358,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_reviewer: title: User type: object @@ -229382,12 +229443,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -231558,6 +231619,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -231685,7 +231747,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_team: title: Team description: Groups of organization members that gives permissions @@ -231889,9 +231951,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -233965,6 +234027,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: type: string enum: @@ -234088,8 +234151,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 - review: *995 + repository: *934 + review: *996 sender: *4 required: - action @@ -234184,9 +234247,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -236155,6 +236218,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: type: string enum: @@ -236278,7 +236342,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 sender: *4 thread: type: object @@ -236673,9 +236737,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -238631,6 +238695,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: type: string enum: @@ -238753,7 +238818,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 sender: *4 thread: type: object @@ -239145,10 +239210,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *930 - installation: *931 - number: *990 - organization: *932 + enterprise: *931 + installation: *932 + stack: *771 + number: *991 + organization: *933 pull_request: title: Pull Request type: object @@ -241326,6 +241392,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -241452,7 +241519,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -241553,10 +241620,10 @@ x-webhooks: type: string before: type: string - enterprise: *930 - installation: *931 - number: *990 - organization: *932 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 pull_request: title: Pull Request type: object @@ -243723,6 +243790,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -243849,7 +243917,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -243946,11 +244014,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *996 - enterprise: *930 - installation: *931 - number: *990 - organization: *932 + assignee: *997 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 pull_request: title: Pull Request type: object @@ -246129,6 +246197,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -246255,7 +246324,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -246349,11 +246418,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *930 - installation: *931 - label: *953 - number: *990 - organization: *932 + enterprise: *931 + installation: *932 + label: *954 + number: *991 + organization: *933 pull_request: title: Pull Request type: object @@ -248522,6 +248591,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -248648,7 +248718,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -248744,10 +248814,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *930 - installation: *931 - number: *990 - organization: *932 + enterprise: *931 + installation: *932 + number: *991 + organization: *933 pull_request: title: Pull Request type: object @@ -250909,6 +250979,7 @@ x-webhooks: review_comments_url: type: string format: uri + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -251034,7 +251105,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -251249,7 +251320,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *930 + enterprise: *931 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -251341,8 +251412,8 @@ x-webhooks: - url - author - committer - installation: *931 - organization: *932 + installation: *932 + organization: *933 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -251928,9 +251999,9 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 registry_package: type: object properties: @@ -252376,7 +252447,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *977 + items: *978 summary: type: string tag_name: @@ -252430,7 +252501,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -252508,9 +252579,9 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 registry_package: type: object properties: @@ -252818,7 +252889,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *977 + items: *978 summary: type: string tag_name: @@ -252867,7 +252938,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -252944,10 +253015,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - release: &997 + enterprise: *931 + installation: *932 + organization: *933 + release: &998 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -253265,7 +253336,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *933 + repository: *934 sender: *4 required: - action @@ -253342,11 +253413,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - release: *997 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *998 + repository: *934 sender: *4 required: - action @@ -253463,11 +253534,11 @@ x-webhooks: type: boolean required: - to - enterprise: *930 - installation: *931 - organization: *932 - release: *997 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *998 + repository: *934 sender: *4 required: - action @@ -253545,9 +253616,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -253869,7 +253940,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *933 + repository: *934 sender: *4 required: - action @@ -253945,10 +254016,10 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - release: &998 + enterprise: *931 + installation: *932 + organization: *933 + release: &999 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -254267,7 +254338,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *933 + repository: *934 sender: *4 required: - action @@ -254343,11 +254414,11 @@ x-webhooks: type: string enum: - released - enterprise: *930 - installation: *931 - organization: *932 - release: *997 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *998 + repository: *934 sender: *4 required: - action @@ -254423,11 +254494,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *930 - installation: *931 - organization: *932 - release: *998 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *999 + repository: *934 sender: *4 required: - action @@ -254503,11 +254574,11 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_advisory: *827 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_advisory: *828 sender: *4 required: - action @@ -254583,11 +254654,11 @@ x-webhooks: type: string enum: - reported - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_advisory: *827 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_advisory: *828 sender: *4 required: - action @@ -254663,10 +254734,10 @@ x-webhooks: type: string enum: - archived - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254743,10 +254814,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254824,10 +254895,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254911,10 +254982,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255026,10 +255097,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255101,10 +255172,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 status: type: string @@ -255185,10 +255256,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255265,10 +255336,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255362,10 +255433,10 @@ x-webhooks: - name required: - repository - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255445,11 +255516,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_ruleset: *198 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_ruleset: *199 sender: *4 required: - action @@ -255527,11 +255598,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_ruleset: *198 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_ruleset: *199 sender: *4 required: - action @@ -255609,11 +255680,11 @@ x-webhooks: type: string enum: - edited - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_ruleset: *198 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_ruleset: *199 changes: type: object properties: @@ -255632,16 +255703,16 @@ x-webhooks: properties: added: type: array - items: *169 + items: *170 deleted: type: array - items: *169 + items: *170 updated: type: array items: type: object properties: - condition: *169 + condition: *170 changes: type: object properties: @@ -255674,16 +255745,16 @@ x-webhooks: properties: added: type: array - items: *794 + items: *795 deleted: type: array - items: *794 + items: *795 updated: type: array items: type: object properties: - rule: *794 + rule: *795 changes: type: object properties: @@ -255917,10 +255988,10 @@ x-webhooks: - from required: - owner - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255998,10 +256069,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256079,7 +256150,7 @@ x-webhooks: type: string enum: - create - alert: &999 + alert: &1000 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -256201,10 +256272,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256410,10 +256481,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256491,11 +256562,11 @@ x-webhooks: type: string enum: - reopen - alert: *999 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1000 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256694,10 +256765,10 @@ x-webhooks: enum: - fixed - open - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256775,11 +256846,11 @@ x-webhooks: type: string enum: - assigned - alert: &1001 + alert: &1002 type: object properties: - number: *134 - created_at: *141 + number: *135 + created_at: *142 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -256787,8 +256858,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *139 - html_url: *140 + url: *140 + html_url: *141 locations_url: type: string format: uri @@ -256839,6 +256910,14 @@ x-webhooks: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` + covers specific provider patterns and custom patterns; `generic` + covers non-specific patterns and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -256917,12 +256996,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *1000 + metadata: *1001 assignee: *4 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257000,11 +257079,11 @@ x-webhooks: type: string enum: - created - alert: *1001 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257085,11 +257164,11 @@ x-webhooks: type: string enum: - created - alert: *1001 - installation: *931 - location: *1002 - organization: *932 - repository: *933 + alert: *1002 + installation: *932 + location: *1003 + organization: *933 + repository: *934 sender: *4 required: - location @@ -257327,11 +257406,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *1001 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257408,11 +257487,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *1001 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257489,11 +257568,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *1001 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257571,11 +257650,11 @@ x-webhooks: type: string enum: - reopened - alert: *1001 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257653,11 +257732,11 @@ x-webhooks: type: string enum: - resolved - alert: *1001 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257735,12 +257814,12 @@ x-webhooks: type: string enum: - unassigned - alert: *1001 + alert: *1002 assignee: *4 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257818,11 +257897,11 @@ x-webhooks: type: string enum: - validated - alert: *1001 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257948,10 +258027,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *933 - enterprise: *930 - installation: *931 - organization: *932 + repository: *934 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -258029,11 +258108,11 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - security_advisory: &1003 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + security_advisory: &1004 description: The details of the security advisory, including summary, description, and severity. type: object @@ -258049,7 +258128,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *136 + cvss_severities: *137 cwes: type: array items: @@ -258234,11 +258313,11 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - security_advisory: *1003 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + security_advisory: *1004 sender: *4 required: - action @@ -258311,10 +258390,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -258331,7 +258410,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *136 + cvss_severities: *137 cwes: type: array items: @@ -258506,11 +258585,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *454 - enterprise: *930 - installation: *931 - organization: *932 - repository: *516 + security_and_analysis: *455 + enterprise: *931 + installation: *932 + organization: *933 + repository: *517 sender: *4 required: - changes @@ -258588,12 +258667,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: &1004 + sponsorship: &1005 type: object properties: created_at: @@ -258894,12 +258973,12 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1004 + sponsorship: *1005 required: - action - sponsorship @@ -258987,12 +259066,12 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1004 + sponsorship: *1005 required: - action - changes @@ -259069,17 +259148,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &1005 + effective_date: &1006 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: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1004 + sponsorship: *1005 required: - action - sponsorship @@ -259153,7 +259232,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &1006 + changes: &1007 type: object properties: tier: @@ -259197,13 +259276,13 @@ x-webhooks: - from required: - tier - effective_date: *1005 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + effective_date: *1006 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1004 + sponsorship: *1005 required: - action - changes @@ -259280,13 +259359,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *1006 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + changes: *1007 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1004 + sponsorship: *1005 required: - action - changes @@ -259360,10 +259439,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -259446,10 +259525,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -259869,15 +259948,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *930 + enterprise: *931 id: description: The unique identifier of the status. type: integer - installation: *931 + installation: *932 name: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 sha: description: The Commit SHA. @@ -259986,15 +260065,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - parent_issue_repo: *80 + parent_issue: *235 + parent_issue_repo: *81 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - installation: *931 - organization: *932 - repository: *933 + sub_issue: *235 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -260077,15 +260156,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - parent_issue_repo: *80 + parent_issue: *235 + parent_issue_repo: *81 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - installation: *931 - organization: *932 - repository: *933 + sub_issue: *235 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -260168,15 +260247,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - sub_issue_repo: *80 + sub_issue: *235 + sub_issue_repo: *81 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - installation: *931 - organization: *932 - repository: *933 + parent_issue: *235 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -260259,15 +260338,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *234 - sub_issue_repo: *80 + sub_issue: *235 + sub_issue_repo: *81 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *234 - installation: *931 - organization: *932 - repository: *933 + parent_issue: *235 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -260343,12 +260422,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - team: &1007 + team: &1008 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -260571,9 +260650,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -261031,7 +261110,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1007 + team: *1008 required: - action - team @@ -261107,9 +261186,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -261567,7 +261646,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1007 + team: *1008 required: - action - team @@ -261644,9 +261723,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -262104,7 +262183,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1007 + team: *1008 required: - action - team @@ -262248,9 +262327,9 @@ x-webhooks: - from required: - permissions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -262708,7 +262787,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1007 + team: *1008 required: - action - changes @@ -262786,9 +262865,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -263246,7 +263325,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1007 + team: *1008 required: - action - team @@ -263322,10 +263401,10 @@ x-webhooks: type: string enum: - started - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -263398,16 +263477,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *930 + enterprise: *931 inputs: type: object nullable: true additionalProperties: true - installation: *931 - organization: *932 + installation: *932 + organization: *933 ref: type: string - repository: *933 + repository: *934 sender: *4 workflow: type: string @@ -263489,10 +263568,10 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: allOf: @@ -263729,7 +263808,7 @@ x-webhooks: type: string required: - conclusion - deployment: *657 + deployment: *658 required: - action - repository @@ -263808,10 +263887,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: allOf: @@ -264071,7 +264150,7 @@ x-webhooks: required: - status - steps - deployment: *657 + deployment: *658 required: - action - repository @@ -264150,10 +264229,10 @@ x-webhooks: type: string enum: - queued - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: type: object @@ -264288,7 +264367,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *657 + deployment: *658 required: - action - repository @@ -264367,10 +264446,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: type: object @@ -264506,7 +264585,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *657 + deployment: *658 required: - action - repository @@ -264586,12 +264665,12 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object @@ -265590,12 +265669,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object @@ -266579,12 +266658,12 @@ x-webhooks: type: string enum: - requested - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 7fa33e5537..9553b5569c 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -4900,6 +4900,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -4953,6 +4956,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5003,6 +5009,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5053,6 +5062,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5100,6 +5112,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5153,6 +5168,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -155593,6 +155611,50 @@ ], "nullable": true }, + "pull-request-stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "pull-request-simple": { "title": "Pull Request Simple", "description": "Pull Request Simple", @@ -155874,6 +155936,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -172243,6 +172308,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -188703,6 +188771,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -190505,6 +190576,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -240568,6 +240647,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -243579,6 +243661,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -246593,6 +246678,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -249716,6 +249804,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -252836,6 +252927,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -255855,6 +255949,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -258869,6 +258966,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -262259,6 +262359,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -265117,6 +265220,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -267982,6 +268088,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -270851,6 +270960,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -276847,6 +276959,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -279963,6 +280078,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -283121,6 +283239,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -286224,6 +286345,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -289231,6 +289355,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -292025,6 +292152,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -295182,6 +295312,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -295747,6 +295880,9 @@ "installation": { "$ref": "#/components/schemas/simple-installation" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "number": { "$ref": "#/components/schemas/webhooks_number" }, @@ -298571,6 +298707,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -301590,6 +301729,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -304612,6 +304754,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -307629,6 +307774,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -310629,6 +310777,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -364700,6 +364851,16 @@ } } }, + "gone": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "internal_error": { "description": "Internal Error", "content": { @@ -365187,16 +365348,6 @@ } } }, - "gone": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/basic-error" - } - } - } - }, "code_scanning_forbidden_read": { "description": "Response if GitHub Advanced Security is not enabled for this repository", "content": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 0373913344..5e29d2d272 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -3730,6 +3730,8 @@ paths: "$ref": "#/components/examples/classroom-assignment" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3768,6 +3770,8 @@ paths: examples: default: "$ref": "#/components/examples/classroom-accepted-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3806,6 +3810,8 @@ paths: "$ref": "#/components/examples/classroom-assignment-grades" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3843,6 +3849,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3879,6 +3887,8 @@ paths: "$ref": "#/components/examples/classroom" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3917,6 +3927,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -114278,6 +114290,39 @@ components: - commit_title - commit_message nullable: true + pull-request-stack: + title: Pull Request Stack + description: The stack information associated with a pull request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull request belongs to. + sha: + type: string + description: The base SHA of the stack this pull request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the stack. + position: + type: integer + description: The one-based position of this pull request within the stack, + where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request belongs to. + number: + type: integer + description: The number of the stack that this pull request belongs to. + required: + - base + nullable: true pull-request-simple: title: Pull Request Simple description: Pull Request Simple @@ -114487,6 +114532,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -127096,6 +127143,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -139596,6 +139645,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -140971,6 +141022,14 @@ components: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` covers specific + provider patterns and custom patterns; `generic` covers non-specific patterns + and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -178010,6 +178069,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -180319,6 +180380,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -182630,6 +182693,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -185014,6 +185079,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -187399,6 +187466,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -189715,6 +189784,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -192027,6 +192098,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194628,6 +194701,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -196820,6 +196895,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -199017,6 +199094,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -201221,6 +201300,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -205766,6 +205847,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -208153,6 +208236,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -210576,6 +210661,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -212950,6 +213037,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -215260,6 +215349,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -217366,6 +217457,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -219756,6 +219849,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -220197,6 +220292,8 @@ components: "$ref": "#/components/schemas/enterprise-webhooks" installation: "$ref": "#/components/schemas/simple-installation" + stack: + "$ref": "#/components/schemas/pull-request-stack" number: "$ref": "#/components/schemas/webhooks_number" organization: @@ -222363,6 +222460,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -224669,6 +224768,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -226988,6 +227089,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -229293,6 +229396,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -231591,6 +231696,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -276189,6 +276296,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + gone: + description: Gone + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" internal_error: description: Internal Error content: @@ -276491,12 +276604,6 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" - gone: - description: Gone - content: - application/json: - schema: - "$ref": "#/components/schemas/basic-error" code_scanning_forbidden_read: description: Response if GitHub Advanced Security is not enabled for this repository content: diff --git a/descriptions/ghec/ghec.2026-03-10.json b/descriptions/ghec/ghec.2026-03-10.json index ba9c30f4d9..4b6a53e384 100644 --- a/descriptions/ghec/ghec.2026-03-10.json +++ b/descriptions/ghec/ghec.2026-03-10.json @@ -4900,6 +4900,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -4953,6 +4956,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5003,6 +5009,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5053,6 +5062,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5100,6 +5112,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5153,6 +5168,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -155076,6 +155094,50 @@ ], "nullable": true }, + "pull-request-stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "pull-request-simple": { "title": "Pull Request Simple", "description": "Pull Request Simple", @@ -155349,6 +155411,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -171642,6 +171707,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -188277,6 +188345,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -190078,6 +190149,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -240110,6 +240189,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -243106,6 +243188,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -246105,6 +246190,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -249223,6 +249311,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -252338,6 +252429,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -255342,6 +255436,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -258341,6 +258438,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -261716,6 +261816,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -264559,6 +264662,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -267409,6 +267515,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -270263,6 +270372,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -276239,6 +276351,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -279340,6 +279455,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -282483,6 +282601,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -285571,6 +285692,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -288563,6 +288687,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -291352,6 +291479,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -294504,6 +294634,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -295068,6 +295201,9 @@ "installation": { "$ref": "#/components/schemas/simple-installation" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "number": { "$ref": "#/components/schemas/webhooks_number" }, @@ -297878,6 +298014,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -300882,6 +301021,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -303889,6 +304031,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -306891,6 +307036,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -309876,6 +310024,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -363822,6 +363973,16 @@ } } }, + "gone": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "internal_error": { "description": "Internal Error", "content": { @@ -364309,16 +364470,6 @@ } } }, - "gone": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/basic-error" - } - } - } - }, "code_scanning_forbidden_read": { "description": "Response if GitHub Advanced Security is not enabled for this repository", "content": { diff --git a/descriptions/ghec/ghec.2026-03-10.yaml b/descriptions/ghec/ghec.2026-03-10.yaml index ffdb7c2b7f..5ffd57aceb 100644 --- a/descriptions/ghec/ghec.2026-03-10.yaml +++ b/descriptions/ghec/ghec.2026-03-10.yaml @@ -3730,6 +3730,8 @@ paths: "$ref": "#/components/examples/classroom-assignment" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3768,6 +3770,8 @@ paths: examples: default: "$ref": "#/components/examples/classroom-accepted-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3806,6 +3810,8 @@ paths: "$ref": "#/components/examples/classroom-assignment-grades" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3843,6 +3849,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3879,6 +3887,8 @@ paths: "$ref": "#/components/examples/classroom" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3917,6 +3927,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -113872,6 +113884,39 @@ components: - commit_title - commit_message nullable: true + pull-request-stack: + title: Pull Request Stack + description: The stack information associated with a pull request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull request belongs to. + sha: + type: string + description: The base SHA of the stack this pull request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the stack. + position: + type: integer + description: The one-based position of this pull request within the stack, + where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request belongs to. + number: + type: integer + description: The number of the stack that this pull request belongs to. + required: + - base + nullable: true pull-request-simple: title: Pull Request Simple description: Pull Request Simple @@ -114075,6 +114120,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -126621,6 +126668,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -139251,6 +139300,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -140625,6 +140676,14 @@ components: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` covers specific + provider patterns and custom patterns; `generic` covers non-specific patterns + and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -177637,6 +177696,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -179930,6 +179991,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -182225,6 +182288,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -184605,6 +184670,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -186986,6 +187053,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -189286,6 +189355,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -191582,6 +191653,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194167,6 +194240,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -196343,6 +196418,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -198524,6 +198601,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -200712,6 +200791,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -205237,6 +205318,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -207608,6 +207691,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -210015,6 +210100,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -212373,6 +212460,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -214667,6 +214756,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -216769,6 +216860,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -219155,6 +219248,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -219595,6 +219690,8 @@ components: "$ref": "#/components/schemas/enterprise-webhooks" installation: "$ref": "#/components/schemas/simple-installation" + stack: + "$ref": "#/components/schemas/pull-request-stack" number: "$ref": "#/components/schemas/webhooks_number" organization: @@ -221746,6 +221843,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -224036,6 +224135,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -226339,6 +226440,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -228628,6 +228731,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -230910,6 +231015,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -275395,6 +275502,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + gone: + description: Gone + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" internal_error: description: Internal Error content: @@ -275697,12 +275810,6 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" - gone: - description: Gone - content: - application/json: - schema: - "$ref": "#/components/schemas/basic-error" code_scanning_forbidden_read: description: Response if GitHub Advanced Security is not enabled for this repository content: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 39cfe37d26..a3c80ee906 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -4914,6 +4914,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -4967,6 +4970,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5017,6 +5023,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5067,6 +5076,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5114,6 +5126,9 @@ }, "404": { "$ref": "#/components/responses/not_found" + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -5167,6 +5182,9 @@ } } } + }, + "410": { + "$ref": "#/components/responses/gone" } }, "x-github": { @@ -156401,6 +156419,50 @@ ], "nullable": true }, + "pull-request-stack": { + "title": "Pull Request Stack", + "description": "The stack information associated with a pull request.", + "type": "object", + "properties": { + "base": { + "type": "object", + "properties": { + "ref": { + "type": "string", + "description": "The base ref of the stack this pull request belongs to." + }, + "sha": { + "type": "string", + "description": "The base SHA of the stack this pull request belongs to." + } + }, + "required": [ + "ref", + "sha" + ] + }, + "size": { + "type": "integer", + "description": "The total number of pull requests in the stack." + }, + "position": { + "type": "integer", + "description": "The one-based position of this pull request within the stack, where 1 is the bottom of the stack." + }, + "id": { + "type": "integer", + "description": "The ID of the stack that this pull request belongs to." + }, + "number": { + "type": "integer", + "description": "The number of the stack that this pull request belongs to." + } + }, + "required": [ + "base" + ], + "nullable": true + }, "pull-request-simple": { "title": "Pull Request Simple", "description": "Pull Request Simple", @@ -156682,6 +156744,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -173479,6 +173544,9 @@ "auto_merge": { "$ref": "#/components/schemas/auto-merge" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "draft": { "description": "Indicates whether or not the pull request is a draft.", "example": false, @@ -190128,6 +190196,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -191978,6 +192049,14 @@ "description": "The slug identifier for the provider of the secret that was detected.", "nullable": true }, + "secret_category": { + "type": "string", + "description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.", + "enum": [ + "default", + "generic" + ] + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -242065,6 +242144,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -245106,6 +245188,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -248150,6 +248235,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -251303,6 +251391,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -254439,6 +254530,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -257474,6 +257568,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -260518,6 +260615,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -263938,6 +264038,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -266826,6 +266929,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -269721,6 +269827,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -272620,6 +272729,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -278662,6 +278774,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -281778,6 +281893,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -284982,6 +285100,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -288085,6 +288206,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -291138,6 +291262,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -293962,6 +294089,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -297135,6 +297265,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "type": "string", "enum": [ @@ -297716,6 +297849,9 @@ "installation": { "$ref": "#/components/schemas/simple-installation" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "number": { "$ref": "#/components/schemas/webhooks_number" }, @@ -300540,6 +300676,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -303589,6 +303728,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -306641,6 +306783,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -309688,6 +309833,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -312718,6 +312866,9 @@ "type": "string", "format": "uri" }, + "stack": { + "$ref": "#/components/schemas/pull-request-stack" + }, "state": { "description": "State of this Pull Request. Either `open` or `closed`.", "type": "string", @@ -367067,6 +367218,16 @@ } } }, + "gone": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "internal_error": { "description": "Internal Error", "content": { @@ -367554,16 +367715,6 @@ } } }, - "gone": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/basic-error" - } - } - } - }, "code_scanning_forbidden_read": { "description": "Response if GitHub Advanced Security is not enabled for this repository", "content": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 2dfc5772c7..2ae48fbb25 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -3738,6 +3738,8 @@ paths: "$ref": "#/components/examples/classroom-assignment" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3776,6 +3778,8 @@ paths: examples: default: "$ref": "#/components/examples/classroom-accepted-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3814,6 +3818,8 @@ paths: "$ref": "#/components/examples/classroom-assignment-grades" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3851,6 +3857,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3887,6 +3895,8 @@ paths: "$ref": "#/components/examples/classroom" '404': "$ref": "#/components/responses/not_found" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -3925,6 +3935,8 @@ paths: examples: default: "$ref": "#/components/examples/simple-classroom-assignment" + '410': + "$ref": "#/components/responses/gone" x-github: enabledForGitHubApps: true category: classroom @@ -114800,6 +114812,39 @@ components: - commit_title - commit_message nullable: true + pull-request-stack: + title: Pull Request Stack + description: The stack information associated with a pull request. + type: object + properties: + base: + type: object + properties: + ref: + type: string + description: The base ref of the stack this pull request belongs to. + sha: + type: string + description: The base SHA of the stack this pull request belongs to. + required: + - ref + - sha + size: + type: integer + description: The total number of pull requests in the stack. + position: + type: integer + description: The one-based position of this pull request within the stack, + where 1 is the bottom of the stack. + id: + type: integer + description: The ID of the stack that this pull request belongs to. + number: + type: integer + description: The number of the stack that this pull request belongs to. + required: + - base + nullable: true pull-request-simple: title: Pull Request Simple description: Pull Request Simple @@ -115009,6 +115054,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -127969,6 +128016,8 @@ components: "$ref": "#/components/schemas/author-association" auto_merge: "$ref": "#/components/schemas/auto-merge" + stack: + "$ref": "#/components/schemas/pull-request-stack" draft: description: Indicates whether or not the pull request is a draft. example: false @@ -140619,6 +140668,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -142036,6 +142087,14 @@ components: description: The slug identifier for the provider of the secret that was detected. nullable: true + secret_category: + type: string + description: The category of the detected secret. `default` covers specific + provider patterns and custom patterns; `generic` covers non-specific patterns + and AI-detected secrets. + enum: + - default + - generic validity: type: string description: The token status as of the latest validity check. @@ -179093,6 +179152,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -181417,6 +181478,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -183743,6 +183806,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -186142,6 +186207,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -188535,6 +188602,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -190859,6 +190928,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -193186,6 +193257,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -195802,6 +195875,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -198009,6 +198084,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -200221,6 +200298,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -202440,6 +202519,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -207008,6 +207089,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -209395,6 +209478,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -211841,6 +211926,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -214215,6 +214302,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -216548,6 +216637,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -218669,6 +218760,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -221067,6 +221160,8 @@ components: review_comments_url: type: string format: uri + stack: + "$ref": "#/components/schemas/pull-request-stack" state: type: string enum: @@ -221516,6 +221611,8 @@ components: "$ref": "#/components/schemas/enterprise-webhooks" installation: "$ref": "#/components/schemas/simple-installation" + stack: + "$ref{"code":"deadline_exceeded","msg":"operation timed out"}